#E69FFE

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

Shades of Mauve #E69FFE

Tints of Mauve #E69FFE

Color information

#E69FFE (or 0xE69FFE) is unknown color: approx Mauve. HEX triplet: E6, 9F and FE. RGB value is (230,159,254). Sum of RGB (Red+Green+Blue) = 230+159+254=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 159 (62.5% from 255 or 24.73% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #E69FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FFE is #196001. Grayscale: #BEBEBE. Windows color (decimal): -1662978 or 16687078. OLE color: 16687078.

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

Color convert

RGB230159254-
CMYK0.090.3700.00
HSL284.84º97.94%80.98%-
HSV(B)284.84º37.4%99.61%-
XYZ62.9248.7899.86-
YUV191.06163.52155.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.77%
GREEN value IS 159 (62.5% from 255) = 24.73%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=35.77%
G=24.73%
B=39.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301592540.090.3700.00284.8497.9480.98
HexE69FFE9250011d6251
Octal346237376114500435142121
Binary11100110100111111111111010011001010010001110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FFE; }

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

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

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

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

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

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

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

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