#E9AFFE

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

Shades of Mauve #E9AFFE

Tints of Mauve #E9AFFE

Color information

#E9AFFE (or 0xE9AFFE) is unknown color: approx Mauve. HEX triplet: E9, AF and FE. RGB value is (233,175,254). Sum of RGB (Red+Green+Blue) = 233+175+254=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 175 (68.75% from 255 or 26.44% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9AFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AFFE is #165001. Grayscale: #C9C9C9. Windows color (decimal): -1462274 or 16691177. OLE color: 16691177.

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

Color convert

RGB233175254-
CMYK0.080.3100.00
HSL284.05º97.53%84.12%-
HSV(B)284.05º31.1%99.61%-
XYZ66.8255.14100.89-
YUV201.35157.72150.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.20%
GREEN value IS 175 (68.75% from 255) = 26.44%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=35.20%
G=26.44%
B=38.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331752540.080.3100.00284.0597.5384.12
HexE9AFFE81F0011c6254
Octal351257376103700434142124
Binary1110100110101111111111101000111110010001110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFFE; }

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

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

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

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

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

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

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

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