#EA87AA

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

Shades of Mauvelous #EA87AA

Tints of Mauvelous #EA87AA

Color information

#EA87AA (or 0xEA87AA) is unknown color: approx Mauvelous. HEX triplet: EA, 87 and AA. RGB value is (234,135,170). Sum of RGB (Red+Green+Blue) = 234+135+170=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA87AA is #157855. Grayscale: #A8A8A8. Windows color (decimal): -1407062 or 11175914. OLE color: 11175914.

HSL color Cylindrical-coordinate representation of color #EA87AA: hue angle of 338.79º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA87AA is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234135170-
CMYK00.420.270.08
HSL338.79º70.21%72.35%-
HSV(B)338.79º42.31%91.76%-
XYZ49.8537.7242.68-
YUV168.59128.8174.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 135 (53.12% from 255) = 25.05%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=43.41%
G=25.05%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413517000.420.270.08338.7970.2172.35
HexEA87AA02A1B81534648
Octal3522072520523310523106110
Binary111010101000011110101010010101011011100010101001110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA87AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA87AA; }

 p { color: rgb(234,135,170); }

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

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

 a { background-color: rgb(234,135,170); }

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

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

 span { border-color: rgb(234,135,170); }

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