#E4B6FF

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

Shades of Mauve #E4B6FF

Tints of Mauve #E4B6FF

Color information

#E4B6FF (or 0xE4B6FF) is unknown color: approx Mauve. HEX triplet: E4, B6 and FF. RGB value is (228,182,255). Sum of RGB (Red+Green+Blue) = 228+182+255=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 182 (71.48% from 255 or 27.37% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B6FF is #1B4900. Grayscale: #CBCBCB. Windows color (decimal): -1788161 or 16758500. OLE color: 16758500.

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

Color convert

RGB228182255-
CMYK0.110.2900
HSL277.81º100%85.69%-
HSV(B)277.81º28.63%100%-
XYZ66.7757.17102.12-
YUV204.08156.74145.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.29%
GREEN value IS 182 (71.48% from 255) = 27.37%
BLUE value IS 255 (100% from 255) = 38.35%
R=34.29%
G=27.37%
B=38.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281822550.110.2900277.8110085.69
HexE4B6FFB1D001166456
Octal344266377133500426144126
Binary1110010010110110111111111011111010010001011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B6FF; }

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

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

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

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

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

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

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

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