#ED9AC8

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

Shades of Shocking #ED9AC8

Tints of Shocking #ED9AC8

Color information

#ED9AC8 (or 0xED9AC8) is unknown color: approx Shocking. HEX triplet: ED, 9A and C8. RGB value is (237,154,200). Sum of RGB (Red+Green+Blue) = 237+154+200=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AC8 is #126537. Grayscale: #B7B7B7. Windows color (decimal): -1205560 or 13146861. OLE color: 13146861.

HSL color Cylindrical-coordinate representation of color #ED9AC8: hue angle of 326.75º 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 #ED9AC8 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237154200-
CMYK00.350.160.07
HSL326.75º69.75%76.67%-
HSV(B)326.75º35.02%92.94%-
XYZ56.9145.2960.39-
YUV184.06137165.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 154 (60.55% from 255) = 26.06%
BLUE value IS 200 (78.52% from 255) = 33.84%
R=40.10%
G=26.06%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715420000.350.160.07326.7569.7576.67
HexED9AC8023107147464d
Octal355232310043207507106115
Binary11101101100110101100100001000111000011110100011110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AC8; }

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

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

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

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

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

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

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

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