#EAAAFC

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

Shades of Mauve #EAAAFC

Tints of Mauve #EAAAFC

Color information

#EAAAFC (or 0xEAAAFC) is unknown color: approx Mauve. HEX triplet: EA, AA and FC. RGB value is (234,170,252). Sum of RGB (Red+Green+Blue) = 234+170+252=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAAAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFC is #155503. Grayscale: #C6C6C6. Windows color (decimal): -1398020 or 16558826. OLE color: 16558826.

HSL color Cylindrical-coordinate representation of color #EAAAFC: hue angle of 286.83º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAAAFC is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234170252-
CMYK0.070.3300.01
HSL286.83º93.18%82.75%-
HSV(B)286.83º32.54%98.82%-
XYZ65.8853.2798.91-
YUV198.48158.2153.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 170 (66.80% from 255) = 25.91%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=35.67%
G=25.91%
B=38.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341702520.070.3300.01286.8393.1882.75
HexEAAAFC7210111f5d53
Octal35225237474101437135123
Binary1110101010101010111111001111000010110001111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAFC; }

 p { color: rgb(234,170,252); }

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

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

 a { background-color: rgb(234,170,252); }

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

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

 span { border-color: rgb(234,170,252); }

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