#E39AFA

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

Shades of Mauve #E39AFA

Tints of Mauve #E39AFA

Color information

#E39AFA (or 0xE39AFA) is unknown color: approx Mauve. HEX triplet: E3, 9A and FA. RGB value is (227,154,250). Sum of RGB (Red+Green+Blue) = 227+154+250=631 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.97% from 631); Green value is 154 (60.55% from 255 or 24.41% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #E39AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39AFA is #1C6505. Grayscale: #BABABA. Windows color (decimal): -1860870 or 16423651. OLE color: 16423651.

HSL color Cylindrical-coordinate representation of color #E39AFA: hue angle of 285.62º 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 #E39AFA is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227154250-
CMYK0.090.3800.02
HSL285.62º90.57%79.22%-
HSV(B)285.62º38.4%98.04%-
XYZ60.4946.3496.2-
YUV186.77163.68156.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.97%
GREEN value IS 154 (60.55% from 255) = 24.41%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=35.97%
G=24.41%
B=39.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271542500.090.3800.02285.6290.5779.22
HexE39AFA9260211e5b4f
Octal343232372114602436133117
Binary111000111001101011111010100110011001010001111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39AFA; }

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

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

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

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

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

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

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

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