Html Css Color HEX #ED89DE Pale Magenta

📋 copy color: '#ED89DE'

red 237 ◦ green 137 ◦ blue 222

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

Shades of Pale Magenta #ED89DE

Tints of Pale Magenta #ED89DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 39.77%
G = 22.99%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED89DE (or 0xED89DE) is known color: Pale Magenta. HEX triplet: ED, 89 and DE. RGB value is (237,137,222). Sum of RGB (Red+Green+Blue) = 237+137+222=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89DE is #127621. Grayscale: #B0B0B0. Windows color (decimal): -1209890 or 14584301. OLE color: 14584301.

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

Color convert

RGB 237 137 222 -
CMYK 0 0.42 0.06 0.07
HSL 309º 0.74% 0.73% -
HSV(B) 309º 0.42% 0.93% -
XYZ 57.06 41.17 74.05 -
YUV 176.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 237 137 222 0 0.42 0.06 0.07 309 0.74 0.73
Hex ED 89 DE 0 2A 6 7 135 4A 49
Octal 355 211 336 0 52 6 7 465 112 111
Binary 11101101 10001001 11011110 0 101010 110 111 100110101 1001010 1001001

Color Harmonies of #ED89DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89DE

Black with #ED89DE

Text Example


Text Example

White with #ED89DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED89DE; }

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

 H1.HeaderClassName
 {
   color: #ED89DE;
 }
 .AnyTagClassName
 {
   color: #ED89DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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