Html Css Color HEX #EA88D1 Pale Magenta

📋 copy color: '#EA88D1'

red 234 ◦ green 136 ◦ blue 209

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

Shades of Pale Magenta #EA88D1

Tints of Pale Magenta #EA88D1

RGB

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

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

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

R = 40.41%
G = 23.49%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA88D1 (or 0xEA88D1) is known color: Pale Magenta. HEX triplet: EA, 88 and D1. RGB value is (234,136,209). Sum of RGB (Red+Green+Blue) = 234+136+209=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88D1 is #15772E. Grayscale: #ADADAD. Windows color (decimal): -1406767 or 13732074. OLE color: 13732074.

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

Color convert

RGB 234 136 209 -
CMYK 0 0.42 0.11 0.08
HSL 315.31º 0.7% 0.73% -
HSV(B) 315.31º 0.42% 0.92% -
XYZ 54.24 39.7 65.13 -
YUV 173.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 234 136 209 0 0.42 0.11 0.08 315.31 0.7 0.73
Hex EA 88 D1 0 2A B 8 13B 46 49
Octal 352 210 321 0 52 13 10 473 106 111
Binary 11101010 10001000 11010001 0 101010 1011 1000 100111011 1000110 1001001

Color Harmonies of #EA88D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA88D1

Black with #EA88D1

Text Example


Text Example

White with #EA88D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA88D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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