#EEB4FC

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

Shades of Mauve #EEB4FC

Tints of Mauve #EEB4FC

Color information

#EEB4FC (or 0xEEB4FC) is unknown color: approx Mauve. HEX triplet: EE, B4 and FC. RGB value is (238,180,252). Sum of RGB (Red+Green+Blue) = 238+180+252=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEB4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB4FC is #114B03. Grayscale: #CDCDCD. Windows color (decimal): -1133316 or 16561390. OLE color: 16561390.

HSL color Cylindrical-coordinate representation of color #EEB4FC: hue angle of 288.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEB4FC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238180252-
CMYK0.060.2900.01
HSL288.33º92.31%84.71%-
HSV(B)288.33º28.57%98.82%-
XYZ69.1557.8599.62-
YUV205.55154.22151.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 180 (70.70% from 255) = 26.87%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=35.52%
G=26.87%
B=37.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381802520.060.2900.01288.3392.3184.71
HexEEB4FC61D011205c55
Octal35626437463501440134125
Binary111011101011010011111100110111010110010000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB4FC; }

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

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

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

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

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

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

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

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