#E0B4FF

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

Shades of Mauve #E0B4FF

Tints of Mauve #E0B4FF

Color information

#E0B4FF (or 0xE0B4FF) is unknown color: approx Mauve. HEX triplet: E0, B4 and FF. RGB value is (224,180,255). Sum of RGB (Red+Green+Blue) = 224+180+255=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 180 (70.70% from 255 or 27.31% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B4FF is #1F4B00. Grayscale: #C9C9C9. Windows color (decimal): -2050817 or 16757984. OLE color: 16757984.

HSL color Cylindrical-coordinate representation of color #E0B4FF: hue angle of 275.2º 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 #E0B4FF is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224180255-
CMYK0.120.2900
HSL275.2º100%85.29%-
HSV(B)275.2º29.41%100%-
XYZ65.1155.71101.93-
YUV201.71158.08143.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.99%
GREEN value IS 180 (70.70% from 255) = 27.31%
BLUE value IS 255 (100% from 255) = 38.69%
R=33.99%
G=27.31%
B=38.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241802550.120.2900275.210085.29
HexE0B4FFC1D001136455
Octal340264377143500423144125
Binary1110000010110100111111111100111010010001001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B4FF; }

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

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

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

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

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

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

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

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