#EAAFFB

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

Shades of Mauve #EAAFFB

Tints of Mauve #EAAFFB

Color information

#EAAFFB (or 0xEAAFFB) is unknown color: approx Mauve. HEX triplet: EA, AF and FB. RGB value is (234,175,251). Sum of RGB (Red+Green+Blue) = 234+175+251=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 175 (68.75% from 255 or 26.52% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAAFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFFB is #155004. Grayscale: #C9C9C9. Windows color (decimal): -1396741 or 16494570. OLE color: 16494570.

HSL color Cylindrical-coordinate representation of color #EAAFFB: hue angle of 286.58º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAAFFB is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234175251-
CMYK0.070.3000.02
HSL286.58º90.48%83.53%-
HSV(B)286.58º30.28%98.43%-
XYZ66.6755.1298.39-
YUV201.3156.05151.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 175 (68.75% from 255) = 26.52%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=35.45%
G=26.52%
B=38.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341752510.070.3000.02286.5890.4883.53
HexEAAFFB71E0211f5a54
Octal35225737373602437132124
Binary1110101010101111111110111111111001010001111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFFB; }

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

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

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

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

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

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

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

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