#E896A4

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

Shades of Mauvelous #E896A4

Tints of Mauvelous #E896A4

Color information

#E896A4 (or 0xE896A4) is unknown color: approx Mauvelous. HEX triplet: E8, 96 and A4. RGB value is (232,150,164). Sum of RGB (Red+Green+Blue) = 232+150+164=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E896A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E896A4 is #17695B. Grayscale: #B0B0B0. Windows color (decimal): -1534300 or 10786536. OLE color: 10786536.

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

Color convert

RGB232150164-
CMYK00.350.290.09
HSL349.76º64.06%74.9%-
HSV(B)349.76º35.34%90.98%-
XYZ50.8941.6540.48-
YUV176.11121.17167.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.49%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 164 (64.45% from 255) = 30.04%
R=42.49%
G=27.47%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215016400.350.290.09349.7664.0674.9
HexE896A40231D915e404b
Octal3502262440433511536100113
Binary111010001001011010100100010001111101100110101111010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E896A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E896A4; }

 p { color: rgb(232,150,164); }

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

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

 a { background-color: rgb(232,150,164); }

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

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

 span { border-color: rgb(232,150,164); }

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