#EA87DD

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

Shades of Pale Magenta #EA87DD

Tints of Pale Magenta #EA87DD

Color information

#EA87DD (or 0xEA87DD) is unknown color: approx Pale Magenta. HEX triplet: EA, 87 and DD. RGB value is (234,135,221). Sum of RGB (Red+Green+Blue) = 234+135+221=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 135 (53.12% from 255 or 22.88% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87DD is #157822. Grayscale: #AEAEAE. Windows color (decimal): -1407011 or 14518250. OLE color: 14518250.

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

Color convert

RGB234135221-
CMYK00.420.060.08
HSL307.88º70.21%72.35%-
HSV(B)307.88º42.31%91.76%-
XYZ55.6540.0473.2-
YUV174.4154.3170.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 135 (53.12% from 255) = 22.88%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=39.66%
G=22.88%
B=37.46%

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
Decimal23413522100.420.060.08307.8870.2172.35
HexEA87DD02A681344648
Octal352207335052610464106110
Binary1110101010000111110111010101010110100010011010010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA87DD; }

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

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

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

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

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

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

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

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