#E49AFD

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

Shades of Mauve #E49AFD

Tints of Mauve #E49AFD

Color information

#E49AFD (or 0xE49AFD) is unknown color: approx Mauve. HEX triplet: E4, 9A and FD. RGB value is (228,154,253). Sum of RGB (Red+Green+Blue) = 228+154+253=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #E49AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49AFD is #1B6502. Grayscale: #BBBBBB. Windows color (decimal): -1795331 or 16620260. OLE color: 16620260.

HSL color Cylindrical-coordinate representation of color #E49AFD: hue angle of 284.85º 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 #E49AFD is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228154253-
CMYK0.100.3900.01
HSL284.85º96.12%79.8%-
HSV(B)284.85º39.13%99.22%-
XYZ61.2846.798.71-
YUV187.41165.02156.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.91%
GREEN value IS 154 (60.55% from 255) = 24.25%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=35.91%
G=24.25%
B=39.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281542530.100.3900.01284.8596.1279.8
HexE49AFDA270111d6050
Octal344232375124701435140120
Binary11100100100110101111110110101001110110001110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49AFD; }

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

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

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

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

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

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

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

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