#E0B2FA

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

Shades of Mauve #E0B2FA

Tints of Mauve #E0B2FA

Color information

#E0B2FA (or 0xE0B2FA) is unknown color: approx Mauve. HEX triplet: E0, B2 and FA. RGB value is (224,178,250). Sum of RGB (Red+Green+Blue) = 224+178+250=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 178 (69.92% from 255 or 27.30% 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 #E0B2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B2FA is #1F4D05. Grayscale: #C7C7C7. Windows color (decimal): -2051334 or 16429792. OLE color: 16429792.

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

Color convert

RGB224178250-
CMYK0.100.2900.02
HSL278.33º87.8%83.92%-
HSV(B)278.33º28.8%98.04%-
XYZ63.9254.5997.61-
YUV199.96156.24145.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 178 (69.92% from 255) = 27.30%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=34.36%
G=27.30%
B=38.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241782500.100.2900.02278.3387.883.92
HexE0B2FAA1D021165854
Octal340262372123502426130124
Binary11100000101100101111101010101110101010001011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B2FA; }

 p { color: rgb(224,178,250); }

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

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

 a { background-color: rgb(224,178,250); }

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

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

 span { border-color: rgb(224,178,250); }

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