Html Css Color HEX #ED89DB Pale Magenta

📋 copy color: '#ED89DB'

red 237 ◦ green 137 ◦ blue 219

#ED89DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #ED89DB

Tints of Pale Magenta #ED89DB

RGB

 RED value IS 237 (92.97% from 255) = 39.97%

 GREEN value IS 137 (53.91% from 255) = 23.1%

 BLUE value IS 219 (85.94% from 255) = 36.93%

R = 39.97%
G = 23.1%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED89DB (or 0xED89DB) is known color: 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

RGB 237 137 219 -
CMYK 0 0.42 0.08 0.07
HSL 310.8º 0.74% 0.73% -
HSV(B) 310.8º 0.42% 0.93% -
XYZ 56.66 41.01 71.95 -
YUV 176.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 237 137 219 0 0.42 0.08 0.07 310.8 0.74 0.73
Hex ED 89 DB 0 2A 8 7 137 4A 49
Octal 355 211 333 0 52 10 7 467 112 111
Binary 11101101 10001001 11011011 0 101010 1000 111 100110111 1001010 1001001

Color Harmonies of #ED89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89DB

Black with #ED89DB

Text Example


Text Example

White with #ED89DB

Text Example


Text Example

HTML Codes & Css Web 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>