#E58ADA

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

Shades of Pale Magenta #E58ADA

Tints of Pale Magenta #E58ADA

Color information

#E58ADA (or 0xE58ADA) is unknown color: approx Pale Magenta. HEX triplet: E5, 8A and DA. RGB value is (229,138,218). Sum of RGB (Red+Green+Blue) = 229+138+218=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ADA is #1A7525. Grayscale: #AEAEAE. Windows color (decimal): -1733926 or 14322405. OLE color: 14322405.

HSL color Cylindrical-coordinate representation of color #E58ADA: hue angle of 307.25º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58ADA is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229138218-
CMYK00.400.050.10
HSL307.25º63.64%71.96%-
HSV(B)307.25º39.74%89.8%-
XYZ54.0639.971.18-
YUV174.33152.65167-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.15%
GREEN value IS 138 (54.30% from 255) = 23.59%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=39.15%
G=23.59%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913821800.400.050.10307.2563.6471.96
HexE58ADA0285A1334048
Octal345212332050512463100110
Binary1110010110001010110110100101000101101010011001110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58ADA; }

 p { color: rgb(229,138,218); }

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

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

 a { background-color: rgb(229,138,218); }

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

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

 span { border-color: rgb(229,138,218); }

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