#E7B0FD

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

Shades of Mauve #E7B0FD

Tints of Mauve #E7B0FD

Color information

#E7B0FD (or 0xE7B0FD) is unknown color: approx Mauve. HEX triplet: E7, B0 and FD. RGB value is (231,176,253). Sum of RGB (Red+Green+Blue) = 231+176+253=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 176 (69.14% from 255 or 26.67% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7B0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B0FD is #184F02. Grayscale: #C8C8C8. Windows color (decimal): -1593091 or 16625895. OLE color: 16625895.

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

Color convert

RGB231176253-
CMYK0.090.3000.01
HSL282.86º95.06%84.12%-
HSV(B)282.86º30.43%99.22%-
XYZ66.2155.13100.08-
YUV201.22157.22149.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35%
GREEN value IS 176 (69.14% from 255) = 26.67%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=35%
G=26.67%
B=38.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311762530.090.3000.01282.8695.0684.12
HexE7B0FD91E0111b5f54
Octal347260375113601433137124
Binary1110011110110000111111011001111100110001101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0FD; }

 p { color: rgb(231,176,253); }

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

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

 a { background-color: rgb(231,176,253); }

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

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

 span { border-color: rgb(231,176,253); }

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