#EF9DCB

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

Shades of Shocking #EF9DCB

Tints of Shocking #EF9DCB

Color information

#EF9DCB (or 0xEF9DCB) is unknown color: approx Shocking. HEX triplet: EF, 9D and CB. RGB value is (239,157,203). Sum of RGB (Red+Green+Blue) = 239+157+203=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DCB is #106234. Grayscale: #BABABA. Windows color (decimal): -1073717 or 13344239. OLE color: 13344239.

HSL color Cylindrical-coordinate representation of color #EF9DCB: hue angle of 326.34º 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 #EF9DCB is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239157203-
CMYK00.340.150.06
HSL326.34º71.93%77.65%-
HSV(B)326.34º34.31%93.73%-
XYZ58.4346.7862.45-
YUV186.76137.17165.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 157 (61.72% from 255) = 26.21%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=39.90%
G=26.21%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915720300.340.150.06326.3471.9377.65
HexEF9DCB022F6146484e
Octal357235313042176506110116
Binary1110111110011101110010110100010111111010100011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DCB; }

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

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

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

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

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

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

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

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