#E2AFFC

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

Shades of Mauve #E2AFFC

Tints of Mauve #E2AFFC

Color information

#E2AFFC (or 0xE2AFFC) is unknown color: approx Mauve. HEX triplet: E2, AF and FC. RGB value is (226,175,252). Sum of RGB (Red+Green+Blue) = 226+175+252=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFFC is #1D5003. Grayscale: #C6C6C6. Windows color (decimal): -1921028 or 16560098. OLE color: 16560098.

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

Color convert

RGB226175252-
CMYK0.100.3100.01
HSL279.74º92.77%83.73%-
HSV(B)279.74º30.56%98.82%-
XYZ64.2653.8699.1-
YUV199.03157.9147.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.61%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=34.61%
G=26.80%
B=38.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261752520.100.3100.01279.7492.7783.73
HexE2AFFCA1F011185d54
Octal342257374123701430135124
Binary1110001010101111111111001010111110110001100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFFC; }

 p { color: rgb(226,175,252); }

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

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

 a { background-color: rgb(226,175,252); }

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

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

 span { border-color: rgb(226,175,252); }

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