Html Css Color HEX #EA89D1 Pale Magenta

📋 copy color: '#EA89D1'

red 234 ◦ green 137 ◦ blue 209

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

Shades of Pale Magenta #EA89D1

Tints of Pale Magenta #EA89D1

RGB

 RED value IS 234 (91.8% from 255) = 40.34%

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

 BLUE value IS 209 (82.03% from 255) = 36.03%

R = 40.34%
G = 23.62%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA89D1 (or 0xEA89D1) is known color: Pale Magenta. HEX triplet: EA, 89 and D1. RGB value is (234,137,209). Sum of RGB (Red+Green+Blue) = 234+137+209=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89D1 is #15762E. Grayscale: #AEAEAE. Windows color (decimal): -1406511 or 13732330. OLE color: 13732330.

HSL color Cylindrical-coordinate representation of color #EA89D1: hue angle of 315.46º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA89D1 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 137 209 -
CMYK 0 0.41 0.11 0.08
HSL 315.46º 0.7% 0.73% -
HSV(B) 315.46º 0.41% 0.92% -
XYZ 54.39 39.99 65.17 -
YUV 174.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 234 137 209 0 0.41 0.11 0.08 315.46 0.7 0.73
Hex EA 89 D1 0 29 B 8 13B 46 49
Octal 352 211 321 0 51 13 10 473 106 111
Binary 11101010 10001001 11010001 0 101001 1011 1000 100111011 1000110 1001001

Color Harmonies of #EA89D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA89D1

Black with #EA89D1

Text Example


Text Example

White with #EA89D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA89D1; }

 p { color: rgb(234,137,209); }

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

background-color css

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

 a { background-color: rgb(234,137,209); }

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

border-color css

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

 span { border-color: rgb(234,137,209); }

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