#EEB4F9

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

Shades of Mauve #EEB4F9

Tints of Mauve #EEB4F9

Color information

#EEB4F9 (or 0xEEB4F9) is unknown color: approx Mauve. HEX triplet: EE, B4 and F9. RGB value is (238,180,249). Sum of RGB (Red+Green+Blue) = 238+180+249=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 180 (70.70% from 255 or 26.99% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEB4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB4F9 is #114B06. Grayscale: #CCCCCC. Windows color (decimal): -1133319 or 16364782. OLE color: 16364782.

HSL color Cylindrical-coordinate representation of color #EEB4F9: hue angle of 290.43º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB4F9 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238180249-
CMYK0.040.2800.02
HSL290.43º85.19%84.12%-
HSV(B)290.43º27.71%97.65%-
XYZ68.6857.6697.13-
YUV205.21152.72151.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 180 (70.70% from 255) = 26.99%
BLUE value IS 249 (97.66% from 255) = 37.33%
R=35.68%
G=26.99%
B=37.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381802490.040.2800.02290.4385.1984.12
HexEEB4F941C021225554
Octal35626437143402442125124
Binary1110111010110100111110011001110001010010001010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB4F9; }

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

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

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

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

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

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

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

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