#EEB4F6

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

Shades of Mauve #EEB4F6

Tints of Mauve #EEB4F6

Color information

#EEB4F6 (or 0xEEB4F6) is unknown color: approx Mauve. HEX triplet: EE, B4 and F6. RGB value is (238,180,246). Sum of RGB (Red+Green+Blue) = 238+180+246=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 180 (70.70% from 255 or 27.11% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEB4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB4F6 is #114B09. Grayscale: #CCCCCC. Windows color (decimal): -1133322 or 16168174. OLE color: 16168174.

HSL color Cylindrical-coordinate representation of color #EEB4F6: hue angle of 292.73º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEB4F6 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238180246-
CMYK0.030.2700.04
HSL292.73º78.57%83.53%-
HSV(B)292.73º26.83%96.47%-
XYZ68.2257.4794.69-
YUV204.87151.22151.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.84%
GREEN value IS 180 (70.70% from 255) = 27.11%
BLUE value IS 246 (96.48% from 255) = 37.05%
R=35.84%
G=27.11%
B=37.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381802460.030.2700.04292.7378.5783.53
HexEEB4F631B041254f54
Octal35626436633304445117124
Binary1110111010110100111101101111011010010010010110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB4F6; }

 p { color: rgb(238,180,246); }

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

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

 a { background-color: rgb(238,180,246); }

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

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

 span { border-color: rgb(238,180,246); }

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