#EEAFFE

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

Shades of Mauve #EEAFFE

Tints of Mauve #EEAFFE

Color information

#EEAFFE (or 0xEEAFFE) is unknown color: approx Mauve. HEX triplet: EE, AF and FE. RGB value is (238,175,254). Sum of RGB (Red+Green+Blue) = 238+175+254=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 175 (68.75% from 255 or 26.24% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEAFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAFFE is #115001. Grayscale: #CACACA. Windows color (decimal): -1134594 or 16691182. OLE color: 16691182.

HSL color Cylindrical-coordinate representation of color #EEAFFE: hue angle of 287.85º 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 #EEAFFE is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238175254-
CMYK0.060.3100.00
HSL287.85º97.53%84.12%-
HSV(B)287.85º31.1%99.61%-
XYZ68.4855.99100.96-
YUV202.84156.87153.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 175 (68.75% from 255) = 26.24%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=35.68%
G=26.24%
B=38.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381752540.060.3100.00287.8597.5384.12
HexEEAFFE61F001206254
Octal35625737663700440142124
Binary111011101010111111111110110111110010010000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFFE; }

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

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

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

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

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

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

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

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