#E8B4FD

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

Shades of Mauve #E8B4FD

Tints of Mauve #E8B4FD

Color information

#E8B4FD (or 0xE8B4FD) is unknown color: approx Mauve. HEX triplet: E8, B4 and FD. RGB value is (232,180,253). Sum of RGB (Red+Green+Blue) = 232+180+253=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 180 (70.70% from 255 or 27.07% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8B4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B4FD is #174B02. Grayscale: #CBCBCB. Windows color (decimal): -1526531 or 16626920. OLE color: 16626920.

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

Color convert

RGB232180253-
CMYK0.080.2900.01
HSL282.74º94.81%84.9%-
HSV(B)282.74º28.85%99.22%-
XYZ67.3356.89100.36-
YUV203.87155.73148.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.89%
GREEN value IS 180 (70.70% from 255) = 27.07%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=34.89%
G=27.07%
B=38.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321802530.080.2900.01282.7494.8184.9
HexE8B4FD81D0111b5f55
Octal350264375103501433137125
Binary1110100010110100111111011000111010110001101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B4FD; }

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

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

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

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

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

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

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

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