#EC94CE

Color #EC94CE Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #EC94CE

Tints of Shocking #EC94CE

Color information

#EC94CE (or 0xEC94CE) is unknown color: approx Shocking. HEX triplet: EC, 94 and CE. RGB value is (236,148,206). Sum of RGB (Red+Green+Blue) = 236+148+206=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94CE is #136B31. Grayscale: #B4B4B4. Windows color (decimal): -1272626 or 13538540. OLE color: 13538540.

HSL color Cylindrical-coordinate representation of color #EC94CE: hue angle of 320.45º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC94CE is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236148206-
CMYK00.370.130.07
HSL320.45º69.84%75.29%-
HSV(B)320.45º37.29%92.55%-
XYZ56.3243.4763.81-
YUV180.92142.15167.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 148 (58.20% from 255) = 25.08%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=40%
G=25.08%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614820600.370.130.07320.4569.8475.29
HexEC94CE025D7140464b
Octal354224316045157500106113
Binary1110110010010100110011100100101110111110100000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94CE; }

 p { color: rgb(236,148,206); }

 H1.HeaderClassName
 {
   color: #EC94CE;
 }
 .AnyTagClassName
 {
   color: #EC94CE;
 }
</style>
background-color css

<style>
 a { background-color: #EC94CE; }

 a { background-color: rgb(236,148,206); }

 div.DivClassName
 {
   background-color: #EC94CE;
 }
 .BgClassName
 {
   background-color: #EC94CE;
 }
</style>
border-color css

<style>
 span { border-color: #EC94CE; }

 span { border-color: rgb(236,148,206); }

 td.TdClassName
 {
   border-color: #EC94CE;
 }
 .TagClassName
 {
   border-color: #EC94CE;
 }
</style>