#E69FF5

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

Shades of Mauve #E69FF5

Tints of Mauve #E69FF5

Color information

#E69FF5 (or 0xE69FF5) is unknown color: approx Mauve. HEX triplet: E6, 9F and F5. RGB value is (230,159,245). Sum of RGB (Red+Green+Blue) = 230+159+245=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #E69FF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FF5 is #19600A. Grayscale: #BDBDBD. Windows color (decimal): -1662987 or 16097254. OLE color: 16097254.

HSL color Cylindrical-coordinate representation of color #E69FF5: hue angle of 289.53º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E69FF5 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB230159245-
CMYK0.060.3500.04
HSL289.53º81.13%79.22%-
HSV(B)289.53º35.1%96.08%-
XYZ61.5148.2192.45-
YUV190.03159.02156.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.28%
GREEN value IS 159 (62.5% from 255) = 25.08%
BLUE value IS 245 (96.09% from 255) = 38.64%
R=36.28%
G=25.08%
B=38.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2301592450.060.3500.04289.5381.1379.22
HexE69FF562304122514f
Octal34623736564304442121117
Binary111001101001111111110101110100011010010010001010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FF5; }

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

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

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

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

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

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

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

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