#EA8ED5

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

Shades of Pale Magenta #EA8ED5

Tints of Pale Magenta #EA8ED5

Color information

#EA8ED5 (or 0xEA8ED5) is unknown color: approx Pale Magenta. HEX triplet: EA, 8E and D5. RGB value is (234,142,213). Sum of RGB (Red+Green+Blue) = 234+142+213=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ED5 is #15712A. Grayscale: #B1B1B1. Windows color (decimal): -1405227 or 13995754. OLE color: 13995754.

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

Color convert

RGB234142213-
CMYK00.390.090.08
HSL313.7º68.66%73.73%-
HSV(B)313.7º39.32%91.76%-
XYZ55.6141.6468.06-
YUV177.6147.98168.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 142 (55.86% from 255) = 24.11%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=39.73%
G=24.11%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414221300.390.090.08313.768.6673.73
HexEA8ED50279813a454a
Octal3522163250471110472105112
Binary11101010100011101101010101001111001100010011101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8ED5; }

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

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

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

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

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

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

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

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