#EA89D2

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

Shades of Pale Magenta #EA89D2

Tints of Pale Magenta #EA89D2

Color information

#EA89D2 (or 0xEA89D2) is unknown color: approx Pale Magenta. HEX triplet: EA, 89 and D2. RGB value is (234,137,210). Sum of RGB (Red+Green+Blue) = 234+137+210=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89D2 is #15762D. Grayscale: #AEAEAE. Windows color (decimal): -1406510 or 13797866. OLE color: 13797866.

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

Color convert

RGB234137210-
CMYK00.410.100.08
HSL314.85º69.78%72.75%-
HSV(B)314.85º41.45%91.76%-
XYZ54.5140.0465.83-
YUV174.32148.14170.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 137 (53.91% from 255) = 23.58%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=40.28%
G=23.58%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413721000.410.100.08314.8569.7872.75
HexEA89D2029A813b4649
Octal3522113220511210473106111
Binary11101010100010011101001001010011010100010011101110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89D2; }

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

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

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

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

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

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

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

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