#E7C0FE

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

Shades of Mauve #E7C0FE

Tints of Mauve #E7C0FE

Color information

#E7C0FE (or 0xE7C0FE) is unknown color: approx Mauve. HEX triplet: E7, C0 and FE. RGB value is (231,192,254). Sum of RGB (Red+Green+Blue) = 231+192+254=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 192 (75.39% from 255 or 28.36% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7C0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C0FE is #183F01. Grayscale: #D2D2D2. Windows color (decimal): -1588994 or 16695527. OLE color: 16695527.

HSL color Cylindrical-coordinate representation of color #E7C0FE: hue angle of 277.74º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7C0FE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231192254-
CMYK0.090.2400.00
HSL277.74º96.88%87.45%-
HSV(B)277.74º24.41%99.61%-
XYZ69.6961.84102.03-
YUV210.73152.42142.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.12%
GREEN value IS 192 (75.39% from 255) = 28.36%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=34.12%
G=28.36%
B=37.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311922540.090.2400.00277.7496.8887.45
HexE7C0FE918001166157
Octal347300376113000426141127
Binary1110011111000000111111101001110000010001011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0FE; }

 p { color: rgb(231,192,254); }

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

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

 a { background-color: rgb(231,192,254); }

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

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

 span { border-color: rgb(231,192,254); }

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