#EA89A6

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

Shades of Mauvelous #EA89A6

Tints of Mauvelous #EA89A6

Color information

#EA89A6 (or 0xEA89A6) is unknown color: approx Mauvelous. HEX triplet: EA, 89 and A6. RGB value is (234,137,166). Sum of RGB (Red+Green+Blue) = 234+137+166=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA89A6 is #157659. Grayscale: #A9A9A9. Windows color (decimal): -1406554 or 10914282. OLE color: 10914282.

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

Color convert

RGB234137166-
CMYK00.410.290.08
HSL342.06º69.78%72.75%-
HSV(B)342.06º41.45%91.76%-
XYZ49.7638.1440.81-
YUV169.31126.14174.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 166 (65.23% from 255) = 30.91%
R=43.58%
G=25.51%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413716600.410.290.08342.0669.7872.75
HexEA89A60291D81564649
Octal3522112460513510526106111
Binary111010101000100110100110010100111101100010101011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89A6; }

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

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

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

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

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

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

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

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