#E2B0FA

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

Shades of Mauve #E2B0FA

Tints of Mauve #E2B0FA

Color information

#E2B0FA (or 0xE2B0FA) is unknown color: approx Mauve. HEX triplet: E2, B0 and FA. RGB value is (226,176,250). Sum of RGB (Red+Green+Blue) = 226+176+250=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B0FA is #1D4F05. Grayscale: #C7C7C7. Windows color (decimal): -1920774 or 16429282. OLE color: 16429282.

HSL color Cylindrical-coordinate representation of color #E2B0FA: hue angle of 280.54º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2B0FA is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226176250-
CMYK0.100.3000.02
HSL280.54º88.1%83.53%-
HSV(B)280.54º29.6%98.04%-
XYZ64.1454.1297.51-
YUV199.39156.56146.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 176 (69.14% from 255) = 26.99%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=34.66%
G=26.99%
B=38.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261762500.100.3000.02280.5488.183.53
HexE2B0FAA1E021195854
Octal342260372123602431130124
Binary11100010101100001111101010101111001010001100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B0FA; }

 p { color: rgb(226,176,250); }

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

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

 a { background-color: rgb(226,176,250); }

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

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

 span { border-color: rgb(226,176,250); }

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