#EA88DD

Color #EA88DD Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EA88DD

Tints of Pale Magenta #EA88DD

Color information

#EA88DD (or 0xEA88DD) is unknown color: approx Pale Magenta. HEX triplet: EA, 88 and DD. RGB value is (234,136,221). Sum of RGB (Red+Green+Blue) = 234+136+221=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88DD is #157722. Grayscale: #AEAEAE. Windows color (decimal): -1406755 or 14518506. OLE color: 14518506.

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

Color convert

RGB234136221-
CMYK00.420.060.08
HSL307.96º70%72.55%-
HSV(B)307.96º41.88%91.76%-
XYZ55.7940.3273.25-
YUV174.99153.97170.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 136 (53.52% from 255) = 23.01%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=39.59%
G=23.01%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413622100.420.060.08307.967072.55
HexEA88DD02A681344649
Octal352210335052610464106111
Binary1110101010001000110111010101010110100010011010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88DD; }

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

 H1.HeaderClassName
 {
   color: #EA88DD;
 }
 .AnyTagClassName
 {
   color: #EA88DD;
 }
</style>
background-color css

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

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

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

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

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

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