#EA87DC

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

Shades of Pale Magenta #EA87DC

Tints of Pale Magenta #EA87DC

Color information

#EA87DC (or 0xEA87DC) is unknown color: approx Pale Magenta. HEX triplet: EA, 87 and DC. RGB value is (234,135,220). Sum of RGB (Red+Green+Blue) = 234+135+220=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 135 (53.12% from 255 or 22.92% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87DC is #157823. Grayscale: #AEAEAE. Windows color (decimal): -1407012 or 14452714. OLE color: 14452714.

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

Color convert

RGB234135220-
CMYK00.420.060.08
HSL308.48º70.21%72.35%-
HSV(B)308.48º42.31%91.76%-
XYZ55.5139.9972.5-
YUV174.29153.8170.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 135 (53.12% from 255) = 22.92%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=39.73%
G=22.92%
B=37.35%

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
Decimal23413522000.420.060.08308.4870.2172.35
HexEA87DC02A681344648
Octal352207334052610464106110
Binary1110101010000111110111000101010110100010011010010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA87DC; }

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

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

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

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

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

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

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

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