#EF9DCC

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

Shades of Shocking #EF9DCC

Tints of Shocking #EF9DCC

Color information

#EF9DCC (or 0xEF9DCC) is unknown color: approx Shocking. HEX triplet: EF, 9D and CC. RGB value is (239,157,204). Sum of RGB (Red+Green+Blue) = 239+157+204=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DCC is #106233. Grayscale: #BABABA. Windows color (decimal): -1073716 or 13409775. OLE color: 13409775.

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

Color convert

RGB239157204-
CMYK00.340.150.06
HSL325.61º71.93%77.65%-
HSV(B)325.61º34.31%93.73%-
XYZ58.5546.8263.08-
YUV186.88137.67165.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 204 (80.08% from 255) = 34%
R=39.83%
G=26.17%
B=34%

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
Decimal23915720400.340.150.06325.6171.9377.65
HexEF9DCC022F6146484e
Octal357235314042176506110116
Binary1110111110011101110011000100010111111010100011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DCC; }

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

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

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

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

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

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

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

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