#E5AFFE

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

Shades of Mauve #E5AFFE

Tints of Mauve #E5AFFE

Color information

#E5AFFE (or 0xE5AFFE) is unknown color: approx Mauve. HEX triplet: E5, AF and FE. RGB value is (229,175,254). Sum of RGB (Red+Green+Blue) = 229+175+254=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 175 (68.75% from 255 or 26.60% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFFE is #1A5001. Grayscale: #C7C7C7. Windows color (decimal): -1724418 or 16691173. OLE color: 16691173.

HSL color Cylindrical-coordinate representation of color #E5AFFE: hue angle of 281.01º 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 #E5AFFE is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229175254-
CMYK0.100.3100.00
HSL281.01º97.53%84.12%-
HSV(B)281.01º31.1%99.61%-
XYZ65.5354.47100.83-
YUV200.15158.39148.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.80%
GREEN value IS 175 (68.75% from 255) = 26.60%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=34.80%
G=26.60%
B=38.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291752540.100.3100.00281.0197.5384.12
HexE5AFFEA1F001196254
Octal345257376123700431142124
Binary1110010110101111111111101010111110010001100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AFFE; }

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

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

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

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

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

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

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

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