#EEAFFF

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

Shades of Mauve #EEAFFF

Tints of Mauve #EEAFFF

Color information

#EEAFFF (or 0xEEAFFF) is unknown color: approx Mauve. HEX triplet: EE, AF and FF. RGB value is (238,175,255). Sum of RGB (Red+Green+Blue) = 238+175+255=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 175 (68.75% from 255 or 26.20% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAFFF is #115000. Grayscale: #CACACA. Windows color (decimal): -1134593 or 16756718. OLE color: 16756718.

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

Color convert

RGB238175255-
CMYK0.070.3100
HSL287.25º100%84.31%-
HSV(B)287.25º31.37%100%-
XYZ68.6456.06101.81-
YUV202.96157.37153-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 175 (68.75% from 255) = 26.20%
BLUE value IS 255 (100% from 255) = 38.17%
R=35.63%
G=26.20%
B=38.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381752550.070.3100287.2510084.31
HexEEAFFF71F0011f6454
Octal35625737773700437144124
Binary111011101010111111111111111111110010001111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFFF; }

 p { color: rgb(238,175,255); }

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

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

 a { background-color: rgb(238,175,255); }

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

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

 span { border-color: rgb(238,175,255); }

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