Html Css Color HEX #EA88DB Pale Magenta

📋 copy color: '#EA88DB'

red 234 ◦ green 136 ◦ blue 219

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

Shades of Pale Magenta #EA88DB

Tints of Pale Magenta #EA88DB

RGB

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

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

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

R = 39.73%
G = 23.09%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA88DB (or 0xEA88DB) is known color: Pale Magenta. HEX triplet: EA, 88 and DB. RGB value is (234,136,219). Sum of RGB (Red+Green+Blue) = 234+136+219=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 136 (53.52% from 255 or 23.09% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88DB is #157724. Grayscale: #AEAEAE. Windows color (decimal): -1406757 or 14387434. OLE color: 14387434.

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

Color convert

RGB 234 136 219 -
CMYK 0 0.42 0.06 0.08
HSL 309.18º 0.7% 0.73% -
HSV(B) 309.18º 0.42% 0.92% -
XYZ 55.52 40.22 71.85 -
YUV 174.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 234 136 219 0 0.42 0.06 0.08 309.18 0.7 0.73
Hex EA 88 DB 0 2A 6 8 135 46 49
Octal 352 210 333 0 52 6 10 465 106 111
Binary 11101010 10001000 11011011 0 101010 110 1000 100110101 1000110 1001001

Color Harmonies of #EA88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA88DB

Black with #EA88DB

Text Example


Text Example

White with #EA88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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