#E19AFA

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

Shades of Mauve #E19AFA

Tints of Mauve #E19AFA

Color information

#E19AFA (or 0xE19AFA) is unknown color: approx Mauve. HEX triplet: E1, 9A and FA. RGB value is (225,154,250). Sum of RGB (Red+Green+Blue) = 225+154+250=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #E19AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19AFA is #1E6505. Grayscale: #B9B9B9. Windows color (decimal): -1991942 or 16423649. OLE color: 16423649.

HSL color Cylindrical-coordinate representation of color #E19AFA: hue angle of 284.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E19AFA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225154250-
CMYK0.100.3800.02
HSL284.38º90.57%79.22%-
HSV(B)284.38º38.4%98.04%-
XYZ59.8646.0296.17-
YUV186.17164.02155.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.77%
GREEN value IS 154 (60.55% from 255) = 24.48%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=35.77%
G=24.48%
B=39.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251542500.100.3800.02284.3890.5779.22
HexE19AFAA260211c5b4f
Octal341232372124602434133117
Binary111000011001101011111010101010011001010001110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AFA; }

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

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

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

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

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

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

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

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