#E19AFD

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

Shades of Mauve #E19AFD

Tints of Mauve #E19AFD

Color information

#E19AFD (or 0xE19AFD) is unknown color: approx Mauve. HEX triplet: E1, 9A and FD. RGB value is (225,154,253). Sum of RGB (Red+Green+Blue) = 225+154+253=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 154 (60.55% from 255 or 24.37% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #E19AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19AFD is #1E6502. Grayscale: #BABABA. Windows color (decimal): -1991939 or 16620257. OLE color: 16620257.

HSL color Cylindrical-coordinate representation of color #E19AFD: hue angle of 283.03º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E19AFD is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225154253-
CMYK0.110.3900.01
HSL283.03º96.12%79.8%-
HSV(B)283.03º39.13%99.22%-
XYZ60.3446.2198.67-
YUV186.52165.52155.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.60%
GREEN value IS 154 (60.55% from 255) = 24.37%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=35.60%
G=24.37%
B=40.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251542530.110.3900.01283.0396.1279.8
HexE19AFDB270111b6050
Octal341232375134701433140120
Binary11100001100110101111110110111001110110001101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AFD; }

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

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

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

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

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

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

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

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