#E69BFF

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

Shades of Mauve #E69BFF

Tints of Mauve #E69BFF

Color information

#E69BFF (or 0xE69BFF) is unknown color: approx Mauve. HEX triplet: E6, 9B and FF. RGB value is (230,155,255). Sum of RGB (Red+Green+Blue) = 230+155+255=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 155 (60.94% from 255 or 24.22% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #E69BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BFF is #196400. Grayscale: #BCBCBC. Windows color (decimal): -1664001 or 16751590. OLE color: 16751590.

HSL color Cylindrical-coordinate representation of color #E69BFF: hue angle of 285º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E69BFF is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230155255-
CMYK0.100.3900
HSL285º100%80.39%-
HSV(B)285º39.22%100%-
XYZ62.447.49100.48-
YUV188.82165.35157.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.94%
GREEN value IS 155 (60.94% from 255) = 24.22%
BLUE value IS 255 (100% from 255) = 39.84%
R=35.94%
G=24.22%
B=39.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2301552550.100.390028510080.39
HexE69BFFA270011d6450
Octal346233377124700435144120
Binary11100110100110111111111110101001110010001110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BFF; }

 p { color: rgb(230,155,255); }

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

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

 a { background-color: rgb(230,155,255); }

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

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

 span { border-color: rgb(230,155,255); }

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