#EA8DE0

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

Shades of Pale Magenta #EA8DE0

Tints of Pale Magenta #EA8DE0

Color information

#EA8DE0 (or 0xEA8DE0) is unknown color: approx Pale Magenta. HEX triplet: EA, 8D and E0. RGB value is (234,141,224). Sum of RGB (Red+Green+Blue) = 234+141+224=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DE0 is #15721F. Grayscale: #B2B2B2. Windows color (decimal): -1405472 or 14716394. OLE color: 14716394.

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

Color convert

RGB234141224-
CMYK00.400.040.08
HSL306.45º68.89%73.53%-
HSV(B)306.45º39.74%91.76%-
XYZ56.9141.9275.61-
YUV178.27153.81167.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 141 (55.47% from 255) = 23.54%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=39.07%
G=23.54%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414122400.400.040.08306.4568.8973.53
HexEA8DE002848132454a
Octal352215340050410462105112
Binary1110101010001101111000000101000100100010011001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8DE0; }

 p { color: rgb(234,141,224); }

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

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

 a { background-color: rgb(234,141,224); }

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

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

 span { border-color: rgb(234,141,224); }

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