#EF9DCE

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

Shades of Shocking #EF9DCE

Tints of Shocking #EF9DCE

Color information

#EF9DCE (or 0xEF9DCE) is unknown color: approx Shocking. HEX triplet: EF, 9D and CE. RGB value is (239,157,206). Sum of RGB (Red+Green+Blue) = 239+157+206=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DCE is #106231. Grayscale: #BABABA. Windows color (decimal): -1073714 or 13540847. OLE color: 13540847.

HSL color Cylindrical-coordinate representation of color #EF9DCE: hue angle of 324.15º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DCE is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239157206-
CMYK00.340.140.06
HSL324.15º71.93%77.65%-
HSV(B)324.15º34.31%93.73%-
XYZ58.7946.9264.35-
YUV187.1138.67165.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 157 (61.72% from 255) = 26.08%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=39.70%
G=26.08%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915720600.340.140.06324.1571.9377.65
HexEF9DCE022E6144484e
Octal357235316042166504110116
Binary1110111110011101110011100100010111011010100010010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DCE; }

 p { color: rgb(239,157,206); }

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

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

 a { background-color: rgb(239,157,206); }

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

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

 span { border-color: rgb(239,157,206); }

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