#E0B2FD

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

Shades of Mauve #E0B2FD

Tints of Mauve #E0B2FD

Color information

#E0B2FD (or 0xE0B2FD) is unknown color: approx Mauve. HEX triplet: E0, B2 and FD. RGB value is (224,178,253). Sum of RGB (Red+Green+Blue) = 224+178+253=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0B2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B2FD is #1F4D02. Grayscale: #C8C8C8. Windows color (decimal): -2051331 or 16626400. OLE color: 16626400.

HSL color Cylindrical-coordinate representation of color #E0B2FD: hue angle of 276.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B2FD is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224178253-
CMYK0.110.3000.01
HSL276.8º94.94%84.51%-
HSV(B)276.8º29.64%99.22%-
XYZ64.3954.78100.11-
YUV200.3157.74144.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.20%
GREEN value IS 178 (69.92% from 255) = 27.18%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=34.20%
G=27.18%
B=38.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241782530.110.3000.01276.894.9484.51
HexE0B2FDB1E011155f55
Octal340262375133601425137125
Binary1110000010110010111111011011111100110001010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B2FD; }

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

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

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

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

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

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

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

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