#E6B5FB

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

Shades of Mauve #E6B5FB

Tints of Mauve #E6B5FB

Color information

#E6B5FB (or 0xE6B5FB) is unknown color: approx Mauve. HEX triplet: E6, B5 and FB. RGB value is (230,181,251). Sum of RGB (Red+Green+Blue) = 230+181+251=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6B5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B5FB is #194A04. Grayscale: #CBCBCB. Windows color (decimal): -1657349 or 16496102. OLE color: 16496102.

HSL color Cylindrical-coordinate representation of color #E6B5FB: hue angle of 282º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6B5FB is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230181251-
CMYK0.080.2800.02
HSL282º89.74%84.71%-
HSV(B)282º27.89%98.43%-
XYZ66.5756.8498.73-
YUV203.63154.73146.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.74%
GREEN value IS 181 (71.09% from 255) = 27.34%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=34.74%
G=27.34%
B=37.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301812510.080.2800.0228289.7484.71
HexE6B5FB81C0211a5a55
Octal346265373103402432132125
Binary11100110101101011111101110001110001010001101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B5FB; }

 p { color: rgb(230,181,251); }

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

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

 a { background-color: rgb(230,181,251); }

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

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

 span { border-color: rgb(230,181,251); }

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