#EA89E0

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

Shades of Pale Magenta #EA89E0

Tints of Pale Magenta #EA89E0

Color information

#EA89E0 (or 0xEA89E0) is unknown color: approx Pale Magenta. HEX triplet: EA, 89 and E0. RGB value is (234,137,224). Sum of RGB (Red+Green+Blue) = 234+137+224=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89E0 is #15761F. Grayscale: #AFAFAF. Windows color (decimal): -1406496 or 14715370. OLE color: 14715370.

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

Color convert

RGB234137224-
CMYK00.410.040.08
HSL306.19º69.78%72.75%-
HSV(B)306.19º41.45%91.76%-
XYZ56.3340.7775.42-
YUV175.92155.14169.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 137 (53.91% from 255) = 23.03%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=39.33%
G=23.03%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413722400.410.040.08306.1969.7872.75
HexEA89E0029481324649
Octal352211340051410462106111
Binary1110101010001001111000000101001100100010011001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89E0; }

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

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

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

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

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

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

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

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