#EA89DA

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

Shades of Pale Magenta #EA89DA

Tints of Pale Magenta #EA89DA

Color information

#EA89DA (or 0xEA89DA) is unknown color: approx Pale Magenta. HEX triplet: EA, 89 and DA. RGB value is (234,137,218). Sum of RGB (Red+Green+Blue) = 234+137+218=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89DA is #157625. Grayscale: #AFAFAF. Windows color (decimal): -1406502 or 14322154. OLE color: 14322154.

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

Color convert

RGB234137218-
CMYK00.410.070.08
HSL309.9º69.78%72.75%-
HSV(B)309.9º41.45%91.76%-
XYZ55.5340.4571.21-
YUV175.24152.14169.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 137 (53.91% from 255) = 23.26%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=39.73%
G=23.26%
B=37.01%

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
Decimal23413721800.410.070.08309.969.7872.75
HexEA89DA029781364649
Octal352211332051710466106111
Binary1110101010001001110110100101001111100010011011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89DA; }

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

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

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

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

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

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

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

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