#E8C0FB

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

Shades of Mauve #E8C0FB

Tints of Mauve #E8C0FB

Color information

#E8C0FB (or 0xE8C0FB) is unknown color: approx Mauve. HEX triplet: E8, C0 and FB. RGB value is (232,192,251). Sum of RGB (Red+Green+Blue) = 232+192+251=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 192 (75.39% from 255 or 28.44% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8C0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C0FB is #173F04. Grayscale: #D2D2D2. Windows color (decimal): -1523461 or 16498920. OLE color: 16498920.

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

Color convert

RGB232192251-
CMYK0.080.2400.02
HSL280.68º88.06%86.86%-
HSV(B)280.68º23.51%98.43%-
XYZ69.5461.8299.53-
YUV210.69150.75143.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.37%
GREEN value IS 192 (75.39% from 255) = 28.44%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=34.37%
G=28.44%
B=37.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321922510.080.2400.02280.6888.0686.86
HexE8C0FB818021195857
Octal350300373103002431130127
Binary11101000110000001111101110001100001010001100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C0FB; }

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

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

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

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

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

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

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

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