#EF9EC7

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

Shades of Shocking #EF9EC7

Tints of Shocking #EF9EC7

Color information

#EF9EC7 (or 0xEF9EC7) is unknown color: approx Shocking. HEX triplet: EF, 9E and C7. RGB value is (239,158,199). Sum of RGB (Red+Green+Blue) = 239+158+199=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EC7 is #106138. Grayscale: #BABABA. Windows color (decimal): -1073465 or 13082351. OLE color: 13082351.

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

Color convert

RGB239158199-
CMYK00.340.170.06
HSL329.63º71.68%77.84%-
HSV(B)329.63º33.89%93.73%-
XYZ58.1346.9360.03-
YUV186.89134.84165.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 199 (78.12% from 255) = 33.39%
R=40.10%
G=26.51%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915819900.340.170.06329.6371.6877.84
HexEF9EC702211614a484e
Octal357236307042216512110116
Binary11101111100111101100011101000101000111010100101010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9EC7; }

 p { color: rgb(239,158,199); }

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

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

 a { background-color: rgb(239,158,199); }

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

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

 span { border-color: rgb(239,158,199); }

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