#EAAEFF

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

Shades of Mauve #EAAEFF

Tints of Mauve #EAAEFF

Color information

#EAAEFF (or 0xEAAEFF) is unknown color: approx Mauve. HEX triplet: EA, AE and FF. RGB value is (234,174,255). Sum of RGB (Red+Green+Blue) = 234+174+255=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 174 (68.36% from 255 or 26.24% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEFF is #155100. Grayscale: #C8C8C8. Windows color (decimal): -1396993 or 16756458. OLE color: 16756458.

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

Color convert

RGB234174255-
CMYK0.080.3200
HSL284.44º100%84.12%-
HSV(B)284.44º31.76%100%-
XYZ67.1254.98101.68-
YUV201.17158.38151.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 174 (68.36% from 255) = 26.24%
BLUE value IS 255 (100% from 255) = 38.46%
R=35.29%
G=26.24%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341742550.080.3200284.4410084.12
HexEAAEFF8200011c6454
Octal352256377104000434144124
Binary11101010101011101111111110001000000010001110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEFF; }

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

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

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

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

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

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

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

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