#EA84AA

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

Shades of Mauvelous #EA84AA

Tints of Mauvelous #EA84AA

Color information

#EA84AA (or 0xEA84AA) is unknown color: approx Mauvelous. HEX triplet: EA, 84 and AA. RGB value is (234,132,170). Sum of RGB (Red+Green+Blue) = 234+132+170=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA84AA is #157B55. Grayscale: #A6A6A6. Windows color (decimal): -1407830 or 11175146. OLE color: 11175146.

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

Color convert

RGB234132170-
CMYK00.440.270.08
HSL337.65º70.83%71.76%-
HSV(B)337.65º43.59%91.76%-
XYZ49.4436.942.55-
YUV166.83129.79175.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=43.66%
G=24.63%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413217000.440.270.08337.6570.8371.76
HexEA84AA02C1B81524748
Octal3522042520543310522107110
Binary111010101000010010101010010110011011100010101001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84AA; }

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

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

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

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

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

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

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

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