#EA89DB

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

Shades of Pale Magenta #EA89DB

Tints of Pale Magenta #EA89DB

Color information

#EA89DB (or 0xEA89DB) is unknown color: approx Pale Magenta. HEX triplet: EA, 89 and DB. RGB value is (234,137,219). Sum of RGB (Red+Green+Blue) = 234+137+219=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89DB is #157624. Grayscale: #AFAFAF. Windows color (decimal): -1406501 or 14387690. OLE color: 14387690.

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

Color convert

RGB234137219-
CMYK00.410.060.08
HSL309.28º69.78%72.75%-
HSV(B)309.28º41.45%91.76%-
XYZ55.6640.571.9-
YUV175.35152.64169.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 137 (53.91% from 255) = 23.22%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=39.66%
G=23.22%
B=37.12%

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
Decimal23413721900.410.060.08309.2869.7872.75
HexEA89DB029681354649
Octal352211333051610465106111
Binary1110101010001001110110110101001110100010011010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89DB; }

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

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

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

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

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

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

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

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