#E8C0FA

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

Shades of Mauve #E8C0FA

Tints of Mauve #E8C0FA

Color information

#E8C0FA (or 0xE8C0FA) is unknown color: approx Mauve. HEX triplet: E8, C0 and FA. RGB value is (232,192,250). Sum of RGB (Red+Green+Blue) = 232+192+250=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8C0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C0FA is #173F05. Grayscale: #D2D2D2. Windows color (decimal): -1523462 or 16433384. OLE color: 16433384.

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

Color convert

RGB232192250-
CMYK0.070.2300.02
HSL281.38º85.29%86.67%-
HSV(B)281.38º23.2%98.04%-
XYZ69.3861.7698.71-
YUV210.57150.25143.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.42%
GREEN value IS 192 (75.39% from 255) = 28.49%
BLUE value IS 250 (98.05% from 255) = 37.09%
R=34.42%
G=28.49%
B=37.09%

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
Decimal2321922500.070.2300.02281.3885.2986.67
HexE8C0FA717021195557
Octal35030037272702431125127
Binary1110100011000000111110101111011101010001100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C0FA; }

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

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

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

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

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

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

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

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