#ED89DB

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

Shades of Pale Magenta #ED89DB

Tints of Pale Magenta #ED89DB

Color information

#ED89DB (or 0xED89DB) is unknown color: approx Pale Magenta. HEX triplet: ED, 89 and DB. RGB value is (237,137,219). Sum of RGB (Red+Green+Blue) = 237+137+219=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89DB is #127624. Grayscale: #B0B0B0. Windows color (decimal): -1209893 or 14387693. OLE color: 14387693.

HSL color Cylindrical-coordinate representation of color #ED89DB: hue angle of 310.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 #ED89DB is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237137219-
CMYK00.420.080.07
HSL310.8º73.53%73.33%-
HSV(B)310.8º42.19%92.94%-
XYZ56.6641.0171.95-
YUV176.25152.13171.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 137 (53.91% from 255) = 23.10%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=39.97%
G=23.10%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713721900.420.080.07310.873.5373.33
HexED89DB02A871374a49
Octal355211333052107467112111
Binary1110110110001001110110110101010100011110011011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED89DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED89DB; }

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

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

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

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

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

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

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

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