#E0AFFF

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

Shades of Mauve #E0AFFF

Tints of Mauve #E0AFFF

Color information

#E0AFFF (or 0xE0AFFF) is unknown color: approx Mauve. HEX triplet: E0, AF and FF. RGB value is (224,175,255). Sum of RGB (Red+Green+Blue) = 224+175+255=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFFF is #1F5000. Grayscale: #C6C6C6. Windows color (decimal): -2052097 or 16756704. OLE color: 16756704.

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

Color convert

RGB224175255-
CMYK0.120.3100
HSL276.75º100%84.31%-
HSV(B)276.75º31.37%100%-
XYZ64.1253.73101.6-
YUV198.77159.73146-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.25%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 255 (100% from 255) = 38.99%
R=34.25%
G=26.76%
B=38.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241752550.120.3100276.7510084.31
HexE0AFFFC1F001156454
Octal340257377143700425144124
Binary1110000010101111111111111100111110010001010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFFF; }

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

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

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

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

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

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

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

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