#EA89DC

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

Shades of Pale Magenta #EA89DC

Tints of Pale Magenta #EA89DC

Color information

#EA89DC (or 0xEA89DC) is unknown color: approx Pale Magenta. HEX triplet: EA, 89 and DC. RGB value is (234,137,220). Sum of RGB (Red+Green+Blue) = 234+137+220=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 137 (53.91% from 255 or 23.18% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89DC is #157623. Grayscale: #AFAFAF. Windows color (decimal): -1406500 or 14453226. OLE color: 14453226.

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

Color convert

RGB234137220-
CMYK00.410.060.08
HSL308.66º69.78%72.75%-
HSV(B)308.66º41.45%91.76%-
XYZ55.840.5572.6-
YUV175.46153.14169.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 137 (53.91% from 255) = 23.18%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=39.59%
G=23.18%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413722000.410.060.08308.6669.7872.75
HexEA89DC029681354649
Octal352211334051610465106111
Binary1110101010001001110111000101001110100010011010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89DC; }

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

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

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

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

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

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

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

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