#ED9EC9

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

Shades of Shocking #ED9EC9

Tints of Shocking #ED9EC9

Color information

#ED9EC9 (or 0xED9EC9) is unknown color: approx Shocking. HEX triplet: ED, 9E and C9. RGB value is (237,158,201). Sum of RGB (Red+Green+Blue) = 237+158+201=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EC9 is #126136. Grayscale: #BABABA. Windows color (decimal): -1204535 or 13213421. OLE color: 13213421.

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

Color convert

RGB237158201-
CMYK00.330.150.07
HSL327.34º68.7%77.45%-
HSV(B)327.34º33.33%92.94%-
XYZ57.6946.6861.23-
YUV186.52136.17164-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=39.77%
G=26.51%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715820100.330.150.07327.3468.777.45
HexED9EC9021F7147454d
Octal355236311041177507105115
Binary1110110110011110110010010100001111111110100011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9EC9; }

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

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

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

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

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

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

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

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