#E990A4

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

Shades of Mauvelous #E990A4

Tints of Mauvelous #E990A4

Color information

#E990A4 (or 0xE990A4) is unknown color: approx Mauvelous. HEX triplet: E9, 90 and A4. RGB value is (233,144,164). Sum of RGB (Red+Green+Blue) = 233+144+164=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E990A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E990A4 is #166F5B. Grayscale: #ACACAC. Windows color (decimal): -1470300 or 10785001. OLE color: 10785001.

HSL color Cylindrical-coordinate representation of color #E990A4: hue angle of 346.52º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990A4 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB233144164-
CMYK00.380.300.09
HSL346.52º66.92%73.92%-
HSV(B)346.52º38.2%91.37%-
XYZ50.2839.9540.18-
YUV172.89122.99170.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.07%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=43.07%
G=26.62%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314416400.380.300.09346.5266.9273.92
HexE990A40261E915b434a
Octal3512202440463611533103112
Binary111010011001000010100100010011011110100110101101110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E990A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E990A4; }

 p { color: rgb(233,144,164); }

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

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

 a { background-color: rgb(233,144,164); }

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

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

 span { border-color: rgb(233,144,164); }

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