#E986A6

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

Shades of Mauvelous #E986A6

Tints of Mauvelous #E986A6

Color information

#E986A6 (or 0xE986A6) is unknown color: approx Mauvelous. HEX triplet: E9, 86 and A6. RGB value is (233,134,166). Sum of RGB (Red+Green+Blue) = 233+134+166=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E986A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986A6 is #167959. Grayscale: #A7A7A7. Windows color (decimal): -1472858 or 10913513. OLE color: 10913513.

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

Color convert

RGB233134166-
CMYK00.420.290.09
HSL340.61º69.23%71.96%-
HSV(B)340.61º42.49%91.37%-
XYZ49.0137.1340.66-
YUV167.25127.3174.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.71%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=43.71%
G=25.14%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313416600.420.290.09340.6169.2371.96
HexE986A602A1D91554548
Octal3512062460523511525105110
Binary111010011000011010100110010101011101100110101010110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986A6; }

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

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

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

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

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

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

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

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