#EA8ED2

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

Shades of Pale Magenta #EA8ED2

Tints of Pale Magenta #EA8ED2

Color information

#EA8ED2 (or 0xEA8ED2) is unknown color: approx Pale Magenta. HEX triplet: EA, 8E and D2. RGB value is (234,142,210). Sum of RGB (Red+Green+Blue) = 234+142+210=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ED2 is #15712D. Grayscale: #B1B1B1. Windows color (decimal): -1405230 or 13799146. OLE color: 13799146.

HSL color Cylindrical-coordinate representation of color #EA8ED2: hue angle of 315.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8ED2 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234142210-
CMYK00.390.100.08
HSL315.65º68.66%73.73%-
HSV(B)315.65º39.32%91.76%-
XYZ55.2441.4966.07-
YUV177.26146.48168.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 210 (82.42% from 255) = 35.84%
R=39.93%
G=24.23%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414221000.390.100.08315.6568.6673.73
HexEA8ED2027A813c454a
Octal3522163220471210474105112
Binary11101010100011101101001001001111010100010011110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8ED2; }

 p { color: rgb(234,142,210); }

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

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

 a { background-color: rgb(234,142,210); }

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

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

 span { border-color: rgb(234,142,210); }

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