#ED9CC9

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

Shades of Shocking #ED9CC9

Tints of Shocking #ED9CC9

Color information

#ED9CC9 (or 0xED9CC9) is unknown color: approx Shocking. HEX triplet: ED, 9C and C9. RGB value is (237,156,201). Sum of RGB (Red+Green+Blue) = 237+156+201=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CC9 is #126336. Grayscale: #B9B9B9. Windows color (decimal): -1205047 or 13212909. OLE color: 13212909.

HSL color Cylindrical-coordinate representation of color #ED9CC9: hue angle of 326.67º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CC9 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237156201-
CMYK00.340.150.07
HSL326.67º69.23%77.06%-
HSV(B)326.67º34.18%92.94%-
XYZ57.364661.11-
YUV185.35136.84164.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=39.90%
G=26.26%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715620100.340.150.07326.6769.2377.06
HexED9CC9022F7147454d
Octal355234311042177507105115
Binary1110110110011100110010010100010111111110100011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CC9; }

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

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

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

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

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

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

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

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