#EA89D8

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

Shades of Pale Magenta #EA89D8

Tints of Pale Magenta #EA89D8

Color information

#EA89D8 (or 0xEA89D8) is unknown color: approx Pale Magenta. HEX triplet: EA, 89 and D8. RGB value is (234,137,216). Sum of RGB (Red+Green+Blue) = 234+137+216=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 137 (53.91% from 255 or 23.34% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89D8 is #157627. Grayscale: #AEAEAE. Windows color (decimal): -1406504 or 14191082. OLE color: 14191082.

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

Color convert

RGB234137216-
CMYK00.410.080.08
HSL311.13º69.78%72.75%-
HSV(B)311.13º41.45%91.76%-
XYZ55.2740.3469.84-
YUV175.01151.14170.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 137 (53.91% from 255) = 23.34%
BLUE value IS 216 (84.77% from 255) = 36.80%
R=39.86%
G=23.34%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413721600.410.080.08311.1369.7872.75
HexEA89D8029881374649
Octal3522113300511010467106111
Binary11101010100010011101100001010011000100010011011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89D8; }

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

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

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

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

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

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

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

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