#EA8ADA

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

Shades of Pale Magenta #EA8ADA

Tints of Pale Magenta #EA8ADA

Color information

#EA8ADA (or 0xEA8ADA) is unknown color: approx Pale Magenta. HEX triplet: EA, 8A and DA. RGB value is (234,138,218). Sum of RGB (Red+Green+Blue) = 234+138+218=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ADA is #157525. Grayscale: #AFAFAF. Windows color (decimal): -1406246 or 14322410. OLE color: 14322410.

HSL color Cylindrical-coordinate representation of color #EA8ADA: hue angle of 310º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8ADA is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234138218-
CMYK00.410.070.08
HSL310º69.57%72.94%-
HSV(B)310º41.03%91.76%-
XYZ55.6840.7371.26-
YUV175.82151.8169.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 138 (54.30% from 255) = 23.39%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=39.66%
G=23.39%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413821800.410.070.0831069.5772.94
HexEA8ADA029781364649
Octal352212332051710466106111
Binary1110101010001010110110100101001111100010011011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8ADA; }

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

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

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

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

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

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

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

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