#ED9AC9

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

Shades of Shocking #ED9AC9

Tints of Shocking #ED9AC9

Color information

#ED9AC9 (or 0xED9AC9) is unknown color: approx Shocking. HEX triplet: ED, 9A and C9. RGB value is (237,154,201). Sum of RGB (Red+Green+Blue) = 237+154+201=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AC9 is #126536. Grayscale: #B8B8B8. Windows color (decimal): -1205559 or 13212397. OLE color: 13212397.

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

Color convert

RGB237154201-
CMYK00.350.150.07
HSL326.02º69.75%76.67%-
HSV(B)326.02º35.02%92.94%-
XYZ57.0245.3361-
YUV184.18137.5165.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 154 (60.55% from 255) = 26.01%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=40.03%
G=26.01%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715420100.350.150.07326.0269.7576.67
HexED9AC9023F7146464d
Octal355232311043177506106115
Binary1110110110011010110010010100011111111110100011010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AC9; }

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

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

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

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

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

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

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

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