#ED89B3

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

Shades of Illusion #ED89B3

Tints of Illusion #ED89B3

Color information

#ED89B3 (or 0xED89B3) is unknown color: approx Illusion. HEX triplet: ED, 89 and B3. RGB value is (237,137,179). Sum of RGB (Red+Green+Blue) = 237+137+179=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89B3 is #12764C. Grayscale: #ABABAB. Windows color (decimal): -1209933 or 11766253. OLE color: 11766253.

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

Color convert

RGB237137179-
CMYK00.420.240.07
HSL334.8º73.53%73.33%-
HSV(B)334.8º42.19%92.94%-
XYZ52.0139.1547.46-
YUV171.69132.13174.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=42.86%
G=24.77%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713717900.420.240.07334.873.5373.33
HexED89B302A18714f4a49
Octal355211263052307517112111
Binary11101101100010011011001101010101100011110100111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED89B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED89B3; }

 p { color: rgb(237,137,179); }

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

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

 a { background-color: rgb(237,137,179); }

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

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

 span { border-color: rgb(237,137,179); }

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