#EAAEFE

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

Shades of Mauve #EAAEFE

Tints of Mauve #EAAEFE

Color information

#EAAEFE (or 0xEAAEFE) is unknown color: approx Mauve. HEX triplet: EA, AE and FE. RGB value is (234,174,254). Sum of RGB (Red+Green+Blue) = 234+174+254=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 174 (68.36% from 255 or 26.28% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAAEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEFE is #155101. Grayscale: #C8C8C8. Windows color (decimal): -1396994 or 16690922. OLE color: 16690922.

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

Color convert

RGB234174254-
CMYK0.080.3100.00
HSL285º97.56%83.92%-
HSV(B)285º31.5%99.61%-
XYZ66.9654.92100.84-
YUV201.06157.88151.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 174 (68.36% from 255) = 26.28%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=35.35%
G=26.28%
B=38.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341742540.080.3100.0028597.5683.92
HexEAAEFE81F0011d6254
Octal352256376103700435142124
Binary1110101010101110111111101000111110010001110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEFE; }

 p { color: rgb(234,174,254); }

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

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

 a { background-color: rgb(234,174,254); }

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

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

 span { border-color: rgb(234,174,254); }

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