#E6AFFE

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

Shades of Mauve #E6AFFE

Tints of Mauve #E6AFFE

Color information

#E6AFFE (or 0xE6AFFE) is unknown color: approx Mauve. HEX triplet: E6, AF and FE. RGB value is (230,175,254). Sum of RGB (Red+Green+Blue) = 230+175+254=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 175 (68.75% from 255 or 26.56% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6AFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFFE is #195001. Grayscale: #C8C8C8. Windows color (decimal): -1658882 or 16691174. OLE color: 16691174.

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

Color convert

RGB230175254-
CMYK0.090.3100.00
HSL281.77º97.53%84.12%-
HSV(B)281.77º31.1%99.61%-
XYZ65.8554.64100.84-
YUV200.45158.22149.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.90%
GREEN value IS 175 (68.75% from 255) = 26.56%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=34.90%
G=26.56%
B=38.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301752540.090.3100.00281.7797.5384.12
HexE6AFFE91F0011a6254
Octal346257376113700432142124
Binary1110011010101111111111101001111110010001101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFFE; }

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

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

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

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

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

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

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

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