#E986A8

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

Shades of Mauvelous #E986A8

Tints of Mauvelous #E986A8

Color information

#E986A8 (or 0xE986A8) is unknown color: approx Mauvelous. HEX triplet: E9, 86 and A8. RGB value is (233,134,168). Sum of RGB (Red+Green+Blue) = 233+134+168=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E986A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986A8 is #167957. Grayscale: #A7A7A7. Windows color (decimal): -1472856 or 11044585. OLE color: 11044585.

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

Color convert

RGB233134168-
CMYK00.420.280.09
HSL339.39º69.23%71.96%-
HSV(B)339.39º42.49%91.37%-
XYZ49.237.241.63-
YUV167.48128.3174.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.55%
GREEN value IS 134 (52.73% from 255) = 25.05%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=43.55%
G=25.05%
B=31.40%

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
Decimal23313416800.420.280.09339.3969.2371.96
HexE986A802A1C91534548
Octal3512062500523411523105110
Binary111010011000011010101000010101011100100110101001110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986A8; }

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

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

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

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

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

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

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

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