#E69FFB

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

Shades of Mauve #E69FFB

Tints of Mauve #E69FFB

Color information

#E69FFB (or 0xE69FFB) is unknown color: approx Mauve. HEX triplet: E6, 9F and FB. RGB value is (230,159,251). Sum of RGB (Red+Green+Blue) = 230+159+251=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #E69FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FFB is #196004. Grayscale: #BEBEBE. Windows color (decimal): -1662981 or 16490470. OLE color: 16490470.

HSL color Cylindrical-coordinate representation of color #E69FFB: hue angle of 286.3º degrees, saturation: 0.92, 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 #E69FFB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230159251-
CMYK0.080.3700.02
HSL286.3º92%80.39%-
HSV(B)286.3º36.65%98.43%-
XYZ62.4448.5897.35-
YUV190.72162.02156.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.94%
GREEN value IS 159 (62.5% from 255) = 24.84%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=35.94%
G=24.84%
B=39.22%

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
Decimal2301592510.080.3700.02286.39280.39
HexE69FFB8250211e5c50
Octal346237373104502436134120
Binary111001101001111111111011100010010101010001111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FFB; }

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

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

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

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

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

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

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

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