Html Css Color HEX #EA88DE Pale Magenta

📋 copy color: '#EA88DE'

red 234 ◦ green 136 ◦ blue 222

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

Shades of Pale Magenta #EA88DE

Tints of Pale Magenta #EA88DE

RGB

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

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

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

R = 39.53%
G = 22.97%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA88DE (or 0xEA88DE) is known color: Pale Magenta. HEX triplet: EA, 88 and DE. RGB value is (234,136,222). Sum of RGB (Red+Green+Blue) = 234+136+222=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88DE is #157721. Grayscale: #AEAEAE. Windows color (decimal): -1406754 or 14584042. OLE color: 14584042.

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

Color convert

RGB 234 136 222 -
CMYK 0 0.42 0.05 0.08
HSL 307.35º 0.7% 0.73% -
HSV(B) 307.35º 0.42% 0.92% -
XYZ 55.92 40.37 73.95 -
YUV 175.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 234 136 222 0 0.42 0.05 0.08 307.35 0.7 0.73
Hex EA 88 DE 0 2A 5 8 133 46 49
Octal 352 210 336 0 52 5 10 463 106 111
Binary 11101010 10001000 11011110 0 101010 101 1000 100110011 1000110 1001001

Color Harmonies of #EA88DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA88DE

Black with #EA88DE

Text Example


Text Example

White with #EA88DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA88DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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