#EAABFF

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

Shades of Mauve #EAABFF

Tints of Mauve #EAABFF

Color information

#EAABFF (or 0xEAABFF) is unknown color: approx Mauve. HEX triplet: EA, AB and FF. RGB value is (234,171,255). Sum of RGB (Red+Green+Blue) = 234+171+255=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABFF is #155400. Grayscale: #C7C7C7. Windows color (decimal): -1397761 or 16755690. OLE color: 16755690.

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

Color convert

RGB234171255-
CMYK0.080.3300
HSL285º100%83.53%-
HSV(B)285º32.94%100%-
XYZ66.5453.84101.49-
YUV199.41159.37152.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 171 (67.19% from 255) = 25.91%
BLUE value IS 255 (100% from 255) = 38.64%
R=35.45%
G=25.91%
B=38.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341712550.080.330028510083.53
HexEAABFF8210011d6454
Octal352253377104100435144124
Binary11101010101010111111111110001000010010001110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABFF; }

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

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

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

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

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

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

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

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