#ed8eb2

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

Shades of Illusion #ED8EB2

Tints of Illusion #ED8EB2

Color information

#ED8EB2 (or 0xED8EB2) is unknown color: approx Illusion. HEX triplet: ED, 8E and B2. RGB value is (237,142,178). Sum of RGB (Red+Green+Blue) = 237+142+178=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8EB2 is #12714D. Grayscale: #AEAEAE. Windows color (decimal): -1208654 or 11701997. OLE color: 11701997.

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

Color convert

RGB237142178-
CMYK00.400.250.07
HSL337.26º72.52%74.31%-
HSV(B)337.26º40.08%92.94%-
XYZ52.6340.5647.18-
YUV174.51129.97172.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 142 (55.86% from 255) = 25.49%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=42.55%
G=25.49%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714217800.400.250.07337.2672.5274.31
HexED8EB2028197151494a
Octal355216262050317521111112
Binary11101101100011101011001001010001100111110101000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed8eb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed8eb2; }

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

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

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

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

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

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

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

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