#E886A8

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

Shades of Mauvelous #E886A8

Tints of Mauvelous #E886A8

Color information

#E886A8 (or 0xE886A8) is unknown color: approx Mauvelous. HEX triplet: E8, 86 and A8. RGB value is (232,134,168). Sum of RGB (Red+Green+Blue) = 232+134+168=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E886A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E886A8 is #177957. Grayscale: #A7A7A7. Windows color (decimal): -1538392 or 11044584. OLE color: 11044584.

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

Color convert

RGB232134168-
CMYK00.420.280.09
HSL339.18º68.06%71.76%-
HSV(B)339.18º42.24%90.98%-
XYZ48.8737.0341.62-
YUV167.18128.47174.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.45%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 168 (66.02% from 255) = 31.46%
R=43.45%
G=25.09%
B=31.46%

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
Decimal23213416800.420.280.09339.1868.0671.76
HexE886A802A1C91534448
Octal3502062500523411523104110
Binary111010001000011010101000010101011100100110101001110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E886A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E886A8; }

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

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

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

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

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

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

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

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