#E8C0F9

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

Shades of Mauve #E8C0F9

Tints of Mauve #E8C0F9

Color information

#E8C0F9 (or 0xE8C0F9) is unknown color: approx Mauve. HEX triplet: E8, C0 and F9. RGB value is (232,192,249). Sum of RGB (Red+Green+Blue) = 232+192+249=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8C0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C0F9 is #173F06. Grayscale: #D2D2D2. Windows color (decimal): -1523463 or 16367848. OLE color: 16367848.

HSL color Cylindrical-coordinate representation of color #E8C0F9: hue angle of 282.11º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8C0F9 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232192249-
CMYK0.070.2300.02
HSL282.11º82.61%86.47%-
HSV(B)282.11º22.89%97.65%-
XYZ69.2361.6997.88-
YUV210.46149.75143.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.47%
GREEN value IS 192 (75.39% from 255) = 28.53%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=34.47%
G=28.53%
B=37.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321922490.070.2300.02282.1182.6186.47
HexE8C0F97170211a5356
Octal35030037172702432123126
Binary1110100011000000111110011111011101010001101010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C0F9; }

 p { color: rgb(232,192,249); }

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

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

 a { background-color: rgb(232,192,249); }

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

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

 span { border-color: rgb(232,192,249); }

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