#E4B4FF

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

Shades of Mauve #E4B4FF

Tints of Mauve #E4B4FF

Color information

#E4B4FF (or 0xE4B4FF) is unknown color: approx Mauve. HEX triplet: E4, B4 and FF. RGB value is (228,180,255). Sum of RGB (Red+Green+Blue) = 228+180+255=663 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.39% from 663); Green value is 180 (70.70% from 255 or 27.15% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B4FF is #1B4B00. Grayscale: #CACACA. Windows color (decimal): -1788673 or 16757988. OLE color: 16757988.

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

Color convert

RGB228180255-
CMYK0.110.2900
HSL278.4º100%85.29%-
HSV(B)278.4º29.41%100%-
XYZ66.3756.36101.99-
YUV202.9157.4145.9-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.39%
GREEN value IS 180 (70.70% from 255) = 27.15%
BLUE value IS 255 (100% from 255) = 38.46%
R=34.39%
G=27.15%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281802550.110.2900278.410085.29
HexE4B4FFB1D001166455
Octal344264377133500426144125
Binary1110010010110100111111111011111010010001011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B4FF; }

 p { color: rgb(228,180,255); }

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

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

 a { background-color: rgb(228,180,255); }

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

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

 span { border-color: rgb(228,180,255); }

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