#ed8eb6

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

Shades of Shocking #ED8EB6

Tints of Shocking #ED8EB6

Color information

#ED8EB6 (or 0xED8EB6) is unknown color: approx Shocking. HEX triplet: ED, 8E and B6. RGB value is (237,142,182). Sum of RGB (Red+Green+Blue) = 237+142+182=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EB6 is #127149. Grayscale: #AEAEAE. Windows color (decimal): -1208650 or 11964141. OLE color: 11964141.

HSL color Cylindrical-coordinate representation of color #ED8EB6: hue angle of 334.74º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EB6 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237142182-
CMYK00.400.230.07
HSL334.74º72.52%74.31%-
HSV(B)334.74º40.08%92.94%-
XYZ53.0440.7349.32-
YUV174.96131.97172.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=42.25%
G=25.31%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714218200.400.230.07334.7472.5274.31
HexED8EB602817714f494a
Octal355216266050277517111112
Binary11101101100011101011011001010001011111110100111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed8eb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed8eb6; }

 p { color: rgb(237,142,182); }

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

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

 a { background-color: rgb(237,142,182); }

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

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

 span { border-color: rgb(237,142,182); }

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