#E2AFFE

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

Shades of Mauve #E2AFFE

Tints of Mauve #E2AFFE

Color information

#E2AFFE (or 0xE2AFFE) is unknown color: approx Mauve. HEX triplet: E2, AF and FE. RGB value is (226,175,254). Sum of RGB (Red+Green+Blue) = 226+175+254=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFFE is #1D5001. Grayscale: #C6C6C6. Windows color (decimal): -1921026 or 16691170. OLE color: 16691170.

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

Color convert

RGB226175254-
CMYK0.110.3100.00
HSL278.73º97.53%84.12%-
HSV(B)278.73º31.1%99.61%-
XYZ64.5853.98100.78-
YUV199.25158.9147.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.50%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=34.50%
G=26.72%
B=38.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261752540.110.3100.00278.7397.5384.12
HexE2AFFEB1F001176254
Octal342257376133700427142124
Binary1110001010101111111111101011111110010001011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFFE; }

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

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

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

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

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

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

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

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