#E885A5

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

Shades of Mauvelous #E885A5

Tints of Mauvelous #E885A5

Color information

#E885A5 (or 0xE885A5) is unknown color: approx Mauvelous. HEX triplet: E8, 85 and A5. RGB value is (232,133,165). Sum of RGB (Red+Green+Blue) = 232+133+165=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E885A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E885A5 is #177A5A. Grayscale: #A6A6A6. Windows color (decimal): -1538651 or 10847720. OLE color: 10847720.

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

Color convert

RGB232133165-
CMYK00.430.290.09
HSL340.61º68.28%71.57%-
HSV(B)340.61º42.67%90.98%-
XYZ48.4636.6540.12-
YUV166.25127.3174.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.77%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=43.77%
G=25.09%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213316500.430.290.09340.6168.2871.57
HexE885A502B1D91554448
Octal3502052450533511525104110
Binary111010001000010110100101010101111101100110101010110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885A5; }

 p { color: rgb(232,133,165); }

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

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

 a { background-color: rgb(232,133,165); }

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

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

 span { border-color: rgb(232,133,165); }

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