#E19FFA

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

Shades of Mauve #E19FFA

Tints of Mauve #E19FFA

Color information

#E19FFA (or 0xE19FFA) is unknown color: approx Mauve. HEX triplet: E1, 9F and FA. RGB value is (225,159,250). Sum of RGB (Red+Green+Blue) = 225+159+250=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #E19FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FFA is #1E6005. Grayscale: #BCBCBC. Windows color (decimal): -1990662 or 16424929. OLE color: 16424929.

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

Color convert

RGB225159250-
CMYK0.100.3600.02
HSL283.52º90.1%80.2%-
HSV(B)283.52º36.4%98.04%-
XYZ60.747.7196.45-
YUV189.11162.37153.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 159 (62.5% from 255) = 25.08%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=35.49%
G=25.08%
B=39.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251592500.100.3600.02283.5290.180.2
HexE19FFAA240211c5a50
Octal341237372124402434132120
Binary111000011001111111111010101010010001010001110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FFA; }

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

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

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

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

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

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

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

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