#E894A6

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

Shades of Mauvelous #E894A6

Tints of Mauvelous #E894A6

Color information

#E894A6 (or 0xE894A6) is unknown color: approx Mauvelous. HEX triplet: E8, 94 and A6. RGB value is (232,148,166). Sum of RGB (Red+Green+Blue) = 232+148+166=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E894A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E894A6 is #176B59. Grayscale: #AFAFAF. Windows color (decimal): -1534810 or 10917096. OLE color: 10917096.

HSL color Cylindrical-coordinate representation of color #E894A6: hue angle of 347.14º degrees, saturation: 0.65, 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 #E894A6 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB232148166-
CMYK00.360.280.09
HSL347.14º64.62%74.51%-
HSV(B)347.14º36.21%90.98%-
XYZ50.7541.0941.33-
YUV175.17122.83168.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.49%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 166 (65.23% from 255) = 30.40%
R=42.49%
G=27.11%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214816600.360.280.09347.1464.6274.51
HexE894A60241C915b414b
Octal3502242460443411533101113
Binary111010001001010010100110010010011100100110101101110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E894A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E894A6; }

 p { color: rgb(232,148,166); }

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

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

 a { background-color: rgb(232,148,166); }

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

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

 span { border-color: rgb(232,148,166); }

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