#E78EA2

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

Shades of Mauvelous #E78EA2

Tints of Mauvelous #E78EA2

Color information

#E78EA2 (or 0xE78EA2) is unknown color: approx Mauvelous. HEX triplet: E7, 8E and A2. RGB value is (231,142,162). Sum of RGB (Red+Green+Blue) = 231+142+162=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78EA2 is #18715D. Grayscale: #AAAAAA. Windows color (decimal): -1601886 or 10653415. OLE color: 10653415.

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

Color convert

RGB231142162-
CMYK00.390.300.09
HSL346.52º64.96%73.14%-
HSV(B)346.52º38.53%90.59%-
XYZ49.1538.9439.11-
YUV170.89122.99170.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 162 (63.67% from 255) = 30.28%
R=43.18%
G=26.54%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114216200.390.300.09346.5264.9673.14
HexE78EA20271E915b4149
Octal3472162420473611533101111
Binary111001111000111010100010010011111110100110101101110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78EA2; }

 p { color: rgb(231,142,162); }

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

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

 a { background-color: rgb(231,142,162); }

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

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

 span { border-color: rgb(231,142,162); }

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