#E994A9

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

Shades of Mauvelous #E994A9

Tints of Mauvelous #E994A9

Color information

#E994A9 (or 0xE994A9) is unknown color: approx Mauvelous. HEX triplet: E9, 94 and A9. RGB value is (233,148,169). Sum of RGB (Red+Green+Blue) = 233+148+169=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E994A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E994A9 is #166B56. Grayscale: #AFAFAF. Windows color (decimal): -1469271 or 11113705. OLE color: 11113705.

HSL color Cylindrical-coordinate representation of color #E994A9: hue angle of 345.18º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E994A9 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB233148169-
CMYK00.360.270.09
HSL345.18º65.89%74.71%-
HSV(B)345.18º36.48%91.37%-
XYZ51.3641.3742.81-
YUV175.81124.16168.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.36%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=42.36%
G=26.91%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314816900.360.270.09345.1865.8974.71
HexE994A90241B9159424b
Octal3512242510443311531102113
Binary111010011001010010101001010010011011100110101100110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E994A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E994A9; }

 p { color: rgb(233,148,169); }

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

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

 a { background-color: rgb(233,148,169); }

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

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

 span { border-color: rgb(233,148,169); }

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