#E6B2FA

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

Shades of Mauve #E6B2FA

Tints of Mauve #E6B2FA

Color information

#E6B2FA (or 0xE6B2FA) is unknown color: approx Mauve. HEX triplet: E6, B2 and FA. RGB value is (230,178,250). Sum of RGB (Red+Green+Blue) = 230+178+250=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 178 (69.92% from 255 or 27.05% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6B2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6B2FA is #194D05. Grayscale: #C9C9C9. Windows color (decimal): -1658118 or 16429798. OLE color: 16429798.

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

Color convert

RGB230178250-
CMYK0.080.2900.02
HSL283.33º87.8%83.92%-
HSV(B)283.33º28.8%98.04%-
XYZ65.8155.5797.7-
YUV201.76155.23148.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 178 (69.92% from 255) = 27.05%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=34.95%
G=27.05%
B=37.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301782500.080.2900.02283.3387.883.92
HexE6B2FA81D0211b5854
Octal346262372103502433130124
Binary11100110101100101111101010001110101010001101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B2FA; }

 p { color: rgb(230,178,250); }

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

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

 a { background-color: rgb(230,178,250); }

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

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

 span { border-color: rgb(230,178,250); }

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