#E986A7

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

Shades of Mauvelous #E986A7

Tints of Mauvelous #E986A7

Color information

#E986A7 (or 0xE986A7) is unknown color: approx Mauvelous. HEX triplet: E9, 86 and A7. RGB value is (233,134,167). Sum of RGB (Red+Green+Blue) = 233+134+167=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E986A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986A7 is #167958. Grayscale: #A7A7A7. Windows color (decimal): -1472857 or 10979049. OLE color: 10979049.

HSL color Cylindrical-coordinate representation of color #E986A7: hue angle of 340º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986A7 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB233134167-
CMYK00.420.280.09
HSL340º69.23%71.96%-
HSV(B)340º42.49%91.37%-
XYZ49.137.1641.14-
YUV167.36127.8174.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.63%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 167 (65.62% from 255) = 31.27%
R=43.63%
G=25.09%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313416700.420.280.0934069.2371.96
HexE986A702A1C91544548
Octal3512062470523411524105110
Binary111010011000011010100111010101011100100110101010010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986A7; }

 p { color: rgb(233,134,167); }

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

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

 a { background-color: rgb(233,134,167); }

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

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

 span { border-color: rgb(233,134,167); }

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