#ED8BB0

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

Shades of Illusion #ED8BB0

Tints of Illusion #ED8BB0

Color information

#ED8BB0 (or 0xED8BB0) is unknown color: approx Illusion. HEX triplet: ED, 8B and B0. RGB value is (237,139,176). Sum of RGB (Red+Green+Blue) = 237+139+176=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8BB0 is #12744F. Grayscale: #ACACAC. Windows color (decimal): -1209424 or 11570157. OLE color: 11570157.

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

Color convert

RGB237139176-
CMYK00.410.260.07
HSL337.35º73.13%73.73%-
HSV(B)337.35º41.35%92.94%-
XYZ51.9939.645.98-
YUV172.52129.97173.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 139 (54.69% from 255) = 25.18%
BLUE value IS 176 (69.14% from 255) = 31.88%
R=42.93%
G=25.18%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713917600.410.260.07337.3573.1373.73
HexED8BB00291A7151494a
Octal355213260051327521111112
Binary11101101100010111011000001010011101011110101000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8BB0; }

 p { color: rgb(237,139,176); }

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

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

 a { background-color: rgb(237,139,176); }

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

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

 span { border-color: rgb(237,139,176); }

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