#E69DFE

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

Shades of Mauve #E69DFE

Tints of Mauve #E69DFE

Color information

#E69DFE (or 0xE69DFE) is unknown color: approx Mauve. HEX triplet: E6, 9D and FE. RGB value is (230,157,254). Sum of RGB (Red+Green+Blue) = 230+157+254=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 157 (61.72% from 255 or 24.49% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #E69DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69DFE is #196201. Grayscale: #BDBDBD. Windows color (decimal): -1663490 or 16686566. OLE color: 16686566.

HSL color Cylindrical-coordinate representation of color #E69DFE: hue angle of 285.15º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E69DFE is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230157254-
CMYK0.090.3800.00
HSL285.15º97.98%80.59%-
HSV(B)285.15º38.19%99.61%-
XYZ62.5848.0999.75-
YUV189.88164.18156.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 157 (61.72% from 255) = 24.49%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=35.88%
G=24.49%
B=39.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301572540.090.3800.00285.1597.9880.59
HexE69DFE9260011d6251
Octal346235376114600435142121
Binary11100110100111011111111010011001100010001110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DFE; }

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

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

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

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

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

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

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

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