#E19AFF

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

Shades of Mauve #E19AFF

Tints of Mauve #E19AFF

Color information

#E19AFF (or 0xE19AFF) is unknown color: approx Mauve. HEX triplet: E1, 9A and FF. RGB value is (225,154,255). Sum of RGB (Red+Green+Blue) = 225+154+255=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 154 (60.55% from 255 or 24.29% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #E19AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19AFF is #1E6500. Grayscale: #BABABA. Windows color (decimal): -1991937 or 16751329. OLE color: 16751329.

HSL color Cylindrical-coordinate representation of color #E19AFF: hue angle of 282.18º 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 #E19AFF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225154255-
CMYK0.120.4000
HSL282.18º100%80.2%-
HSV(B)282.18º39.61%100%-
XYZ60.6646.34100.36-
YUV186.74166.52155.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 154 (60.55% from 255) = 24.29%
BLUE value IS 255 (100% from 255) = 40.22%
R=35.49%
G=24.29%
B=40.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251542550.120.4000282.1810080.2
HexE19AFFC280011a6450
Octal341232377145000432144120
Binary11100001100110101111111111001010000010001101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AFF; }

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

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

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

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

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

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

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

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