#E8B2FD

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

Shades of Mauve #E8B2FD

Tints of Mauve #E8B2FD

Color information

#E8B2FD (or 0xE8B2FD) is unknown color: approx Mauve. HEX triplet: E8, B2 and FD. RGB value is (232,178,253). Sum of RGB (Red+Green+Blue) = 232+178+253=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 178 (69.92% from 255 or 26.85% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8B2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B2FD is #174D02. Grayscale: #CACACA. Windows color (decimal): -1527043 or 16626408. OLE color: 16626408.

HSL color Cylindrical-coordinate representation of color #E8B2FD: hue angle of 283.2º 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 #E8B2FD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232178253-
CMYK0.080.3000.01
HSL283.2º94.94%84.51%-
HSV(B)283.2º29.64%99.22%-
XYZ66.9356.09100.23-
YUV202.7156.39148.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.99%
GREEN value IS 178 (69.92% from 255) = 26.85%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=34.99%
G=26.85%
B=38.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321782530.080.3000.01283.294.9484.51
HexE8B2FD81E0111b5f55
Octal350262375103601433137125
Binary1110100010110010111111011000111100110001101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B2FD; }

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

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

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

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

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

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

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

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