#EF9CC9

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

Shades of Shocking #EF9CC9

Tints of Shocking #EF9CC9

Color information

#EF9CC9 (or 0xEF9CC9) is unknown color: approx Shocking. HEX triplet: EF, 9C and C9. RGB value is (239,156,201). Sum of RGB (Red+Green+Blue) = 239+156+201=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CC9 is #106336. Grayscale: #B9B9B9. Windows color (decimal): -1073975 or 13212911. OLE color: 13212911.

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

Color convert

RGB239156201-
CMYK00.350.160.06
HSL327.47º72.17%77.45%-
HSV(B)327.47º34.73%93.73%-
XYZ58.0346.3461.15-
YUV185.95136.5165.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=40.10%
G=26.17%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915620100.350.160.06327.4772.1777.45
HexEF9CC9023106147484d
Octal357234311043206507110115
Binary11101111100111001100100101000111000011010100011110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CC9; }

 p { color: rgb(239,156,201); }

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

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

 a { background-color: rgb(239,156,201); }

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

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

 span { border-color: rgb(239,156,201); }

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