#E78DA0

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

Shades of Mauvelous #E78DA0

Tints of Mauvelous #E78DA0

Color information

#E78DA0 (or 0xE78DA0) is unknown color: approx Mauvelous. HEX triplet: E7, 8D and A0. RGB value is (231,141,160). Sum of RGB (Red+Green+Blue) = 231+141+160=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78DA0 is #18725F. Grayscale: #AAAAAA. Windows color (decimal): -1602144 or 10522087. OLE color: 10522087.

HSL color Cylindrical-coordinate representation of color #E78DA0: hue angle of 347.33º 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 #E78DA0 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB231141160-
CMYK00.390.310.09
HSL347.33º65.22%72.94%-
HSV(B)347.33º38.96%90.59%-
XYZ48.8338.5838.13-
YUV170.08122.32171.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.42%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 160 (62.89% from 255) = 30.08%
R=43.42%
G=26.50%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114116000.390.310.09347.3365.2272.94
HexE78DA00271F915b4149
Octal3472152400473711533101111
Binary111001111000110110100000010011111111100110101101110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78DA0; }

 p { color: rgb(231,141,160); }

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

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

 a { background-color: rgb(231,141,160); }

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

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

 span { border-color: rgb(231,141,160); }

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