#EA89A3

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

Shades of Mauvelous #EA89A3

Tints of Mauvelous #EA89A3

Color information

#EA89A3 (or 0xEA89A3) is unknown color: approx Mauvelous. HEX triplet: EA, 89 and A3. RGB value is (234,137,163). Sum of RGB (Red+Green+Blue) = 234+137+163=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA89A3 is #15765C. Grayscale: #A8A8A8. Windows color (decimal): -1406557 or 10717674. OLE color: 10717674.

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

Color convert

RGB234137163-
CMYK00.410.300.08
HSL343.92º69.78%72.75%-
HSV(B)343.92º41.45%91.76%-
XYZ49.4938.0339.38-
YUV168.97124.64174.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.82%
GREEN value IS 137 (53.91% from 255) = 25.66%
BLUE value IS 163 (64.06% from 255) = 30.52%
R=43.82%
G=25.66%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413716300.410.300.08343.9269.7872.75
HexEA89A30291E81584649
Octal3522112430513610530106111
Binary111010101000100110100011010100111110100010101100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89A3; }

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

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

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

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

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

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

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

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