#E78BA0

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

Shades of Mauvelous #E78BA0

Tints of Mauvelous #E78BA0

Color information

#E78BA0 (or 0xE78BA0) is unknown color: approx Mauvelous. HEX triplet: E7, 8B and A0. RGB value is (231,139,160). Sum of RGB (Red+Green+Blue) = 231+139+160=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78BA0 is #18745F. Grayscale: #A8A8A8. Windows color (decimal): -1602656 or 10521575. OLE color: 10521575.

HSL color Cylindrical-coordinate representation of color #E78BA0: hue angle of 346.3º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78BA0 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB231139160-
CMYK00.400.310.09
HSL346.3º65.71%72.55%-
HSV(B)346.3º39.83%90.59%-
XYZ48.5337.9938.03-
YUV168.9122.98172.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.58%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=43.58%
G=26.23%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113916000.400.310.09346.365.7172.55
HexE78BA00281F915a4249
Octal3472132400503711532102111
Binary111001111000101110100000010100011111100110101101010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BA0; }

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

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

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

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

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

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

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

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