#E0A7FF

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

Shades of Mauve #E0A7FF

Tints of Mauve #E0A7FF

Color information

#E0A7FF (or 0xE0A7FF) is unknown color: approx Mauve. HEX triplet: E0, A7 and FF. RGB value is (224,167,255). Sum of RGB (Red+Green+Blue) = 224+167+255=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 167 (65.62% from 255 or 25.85% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A7FF is #1F5800. Grayscale: #C1C1C1. Windows color (decimal): -2054145 or 16754656. OLE color: 16754656.

HSL color Cylindrical-coordinate representation of color #E0A7FF: hue angle of 278.86º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0A7FF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224167255-
CMYK0.120.3500
HSL278.86º100%82.75%-
HSV(B)278.86º34.51%100%-
XYZ62.6150.7101.09-
YUV194.08162.38149.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 167 (65.62% from 255) = 25.85%
BLUE value IS 255 (100% from 255) = 39.47%
R=34.67%
G=25.85%
B=39.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241672550.120.3500278.8610082.75
HexE0A7FFC23001176453
Octal340247377144300427144123
Binary11100000101001111111111111001000110010001011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7FF; }

 p { color: rgb(224,167,255); }

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

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

 a { background-color: rgb(224,167,255); }

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

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

 span { border-color: rgb(224,167,255); }

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