#E2B4FC

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

Shades of Mauve #E2B4FC

Tints of Mauve #E2B4FC

Color information

#E2B4FC (or 0xE2B4FC) is unknown color: approx Mauve. HEX triplet: E2, B4 and FC. RGB value is (226,180,252). Sum of RGB (Red+Green+Blue) = 226+180+252=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 180 (70.70% from 255 or 27.36% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2B4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B4FC is #1D4B03. Grayscale: #C9C9C9. Windows color (decimal): -1919748 or 16561378. OLE color: 16561378.

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

Color convert

RGB226180252-
CMYK0.100.2900.01
HSL278.33º92.31%84.71%-
HSV(B)278.33º28.57%98.82%-
XYZ65.2655.8499.43-
YUV201.96156.24145.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.35%
GREEN value IS 180 (70.70% from 255) = 27.36%
BLUE value IS 252 (98.83% from 255) = 38.30%
R=34.35%
G=27.36%
B=38.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261802520.100.2900.01278.3392.3184.71
HexE2B4FCA1D011165c55
Octal342264374123501426134125
Binary1110001010110100111111001010111010110001011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B4FC; }

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

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

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

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

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

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

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

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