#E69DFA

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

Shades of Mauve #E69DFA

Tints of Mauve #E69DFA

Color information

#E69DFA (or 0xE69DFA) is unknown color: approx Mauve. HEX triplet: E6, 9D and FA. RGB value is (230,157,250). Sum of RGB (Red+Green+Blue) = 230+157+250=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 157 (61.72% from 255 or 24.65% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #E69DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69DFA is #196205. Grayscale: #BDBDBD. Windows color (decimal): -1663494 or 16424422. OLE color: 16424422.

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

Color convert

RGB230157250-
CMYK0.080.3700.02
HSL287.1º90.29%79.8%-
HSV(B)287.1º37.2%98.04%-
XYZ61.9547.8496.41-
YUV189.43162.18156.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.11%
GREEN value IS 157 (61.72% from 255) = 24.65%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=36.11%
G=24.65%
B=39.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301572500.080.3700.02287.190.2979.8
HexE69DFA8250211f5a50
Octal346235372104502437132120
Binary111001101001110111111010100010010101010001111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DFA; }

 p { color: rgb(230,157,250); }

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

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

 a { background-color: rgb(230,157,250); }

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

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

 span { border-color: rgb(230,157,250); }

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