#ED8EB7

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

Shades of Shocking #ED8EB7

Tints of Shocking #ED8EB7

Color information

#ED8EB7 (or 0xED8EB7) is unknown color: approx Shocking. HEX triplet: ED, 8E and B7. RGB value is (237,142,183). Sum of RGB (Red+Green+Blue) = 237+142+183=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EB7 is #127148. Grayscale: #AFAFAF. Windows color (decimal): -1208649 or 12029677. OLE color: 12029677.

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

Color convert

RGB237142183-
CMYK00.400.230.07
HSL334.11º72.52%74.31%-
HSV(B)334.11º40.08%92.94%-
XYZ53.1540.7749.87-
YUV175.08132.47172.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=42.17%
G=25.27%
B=32.56%

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
Decimal23714218300.400.230.07334.1172.5274.31
HexED8EB702817714e494a
Octal355216267050277516111112
Binary11101101100011101011011101010001011111110100111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8EB7; }

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

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

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

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

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

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

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

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