#ED9AC6

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

Shades of Shocking #ED9AC6

Tints of Shocking #ED9AC6

Color information

#ED9AC6 (or 0xED9AC6) is unknown color: approx Shocking. HEX triplet: ED, 9A and C6. RGB value is (237,154,198). Sum of RGB (Red+Green+Blue) = 237+154+198=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AC6 is #126539. Grayscale: #B7B7B7. Windows color (decimal): -1205562 or 13015789. OLE color: 13015789.

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

Color convert

RGB237154198-
CMYK00.350.160.07
HSL328.19º69.75%76.67%-
HSV(B)328.19º35.02%92.94%-
XYZ56.6745.1959.16-
YUV183.83136165.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=40.24%
G=26.15%
B=33.62%

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
Decimal23715419800.350.160.07328.1969.7576.67
HexED9AC6023107148464d
Octal355232306043207510106115
Binary11101101100110101100011001000111000011110100100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AC6; }

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

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

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

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

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

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

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

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