#E09AFF

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

Shades of Mauve #E09AFF

Tints of Mauve #E09AFF

Color information

#E09AFF (or 0xE09AFF) is unknown color: approx Mauve. HEX triplet: E0, 9A and FF. RGB value is (224,154,255). Sum of RGB (Red+Green+Blue) = 224+154+255=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 154 (60.55% from 255 or 24.33% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #E09AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AFF is #1F6500. Grayscale: #BABABA. Windows color (decimal): -2057473 or 16751328. OLE color: 16751328.

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

Color convert

RGB224154255-
CMYK0.120.4000
HSL281.58º100%80.2%-
HSV(B)281.58º39.61%100%-
XYZ60.3546.18100.34-
YUV186.44166.69154.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.39%
GREEN value IS 154 (60.55% from 255) = 24.33%
BLUE value IS 255 (100% from 255) = 40.28%
R=35.39%
G=24.33%
B=40.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241542550.120.4000281.5810080.2
HexE09AFFC280011a6450
Octal340232377145000432144120
Binary11100000100110101111111111001010000010001101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09AFF; }

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

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

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

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

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

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

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

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