Html Css Color HEX #EA88D9 Pale Magenta

📋 copy color: '#EA88D9'

red 234 ◦ green 136 ◦ blue 217

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

Shades of Pale Magenta #EA88D9

Tints of Pale Magenta #EA88D9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.17%

 BLUE value IS 217 (85.16% from 255) = 36.97%

R = 39.86%
G = 23.17%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA88D9 (or 0xEA88D9) is known color: Pale Magenta. HEX triplet: EA, 88 and D9. RGB value is (234,136,217). Sum of RGB (Red+Green+Blue) = 234+136+217=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 136 (53.52% from 255 or 23.17% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88D9 is #157726. Grayscale: #AEAEAE. Windows color (decimal): -1406759 or 14256362. OLE color: 14256362.

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

Color convert

RGB 234 136 217 -
CMYK 0 0.42 0.07 0.08
HSL 310.41º 0.7% 0.73% -
HSV(B) 310.41º 0.42% 0.92% -
XYZ 55.26 40.11 70.48 -
YUV 174.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 234 136 217 0 0.42 0.07 0.08 310.41 0.7 0.73
Hex EA 88 D9 0 2A 7 8 136 46 49
Octal 352 210 331 0 52 7 10 466 106 111
Binary 11101010 10001000 11011001 0 101010 111 1000 100110110 1000110 1001001

Color Harmonies of #EA88D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA88D9

Black with #EA88D9

Text Example


Text Example

White with #EA88D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA88D9; }

 p { color: rgb(234,136,217); }

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

background-color css

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

 a { background-color: rgb(234,136,217); }

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

border-color css

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

 span { border-color: rgb(234,136,217); }

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