#EAAFFF

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

Shades of Mauve #EAAFFF

Tints of Mauve #EAAFFF

Color information

#EAAFFF (or 0xEAAFFF) is unknown color: approx Mauve. HEX triplet: EA, AF and FF. RGB value is (234,175,255). Sum of RGB (Red+Green+Blue) = 234+175+255=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 175 (68.75% from 255 or 26.36% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFFF is #155000. Grayscale: #C9C9C9. Windows color (decimal): -1396737 or 16756714. OLE color: 16756714.

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

Color convert

RGB234175255-
CMYK0.080.3100
HSL284.25º100%84.31%-
HSV(B)284.25º31.37%100%-
XYZ67.3155.37101.75-
YUV201.76158.05151-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 175 (68.75% from 255) = 26.36%
BLUE value IS 255 (100% from 255) = 38.40%
R=35.24%
G=26.36%
B=38.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341752550.080.3100284.2510084.31
HexEAAFFF81F0011c6454
Octal352257377103700434144124
Binary1110101010101111111111111000111110010001110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFFF; }

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

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

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

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

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

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

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

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