#EAACFF

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

Shades of Mauve #EAACFF

Tints of Mauve #EAACFF

Color information

#EAACFF (or 0xEAACFF) is unknown color: approx Mauve. HEX triplet: EA, AC and FF. RGB value is (234,172,255). Sum of RGB (Red+Green+Blue) = 234+172+255=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACFF is #155300. Grayscale: #C7C7C7. Windows color (decimal): -1397505 or 16755946. OLE color: 16755946.

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

Color convert

RGB234172255-
CMYK0.080.3300
HSL284.82º100%83.73%-
HSV(B)284.82º32.55%100%-
XYZ66.7354.22101.56-
YUV200159.04152.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 172 (67.58% from 255) = 26.02%
BLUE value IS 255 (100% from 255) = 38.58%
R=35.40%
G=26.02%
B=38.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341722550.080.3300284.8210083.73
HexEAACFF8210011d6454
Octal352254377104100435144124
Binary11101010101011001111111110001000010010001110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACFF; }

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

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

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

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

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

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

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

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