#E6B2FE

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

Shades of Mauve #E6B2FE

Tints of Mauve #E6B2FE

Color information

#E6B2FE (or 0xE6B2FE) is unknown color: approx Mauve. HEX triplet: E6, B2 and FE. RGB value is (230,178,254). Sum of RGB (Red+Green+Blue) = 230+178+254=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 178 (69.92% from 255 or 26.89% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6B2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6B2FE is #194D01. Grayscale: #C9C9C9. Windows color (decimal): -1658114 or 16691942. OLE color: 16691942.

HSL color Cylindrical-coordinate representation of color #E6B2FE: hue angle of 281.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6B2FE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230178254-
CMYK0.090.3000.00
HSL281.05º97.44%84.71%-
HSV(B)281.05º29.92%99.61%-
XYZ66.4455.82101.04-
YUV202.21157.23147.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.74%
GREEN value IS 178 (69.92% from 255) = 26.89%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=34.74%
G=26.89%
B=38.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301782540.090.3000.00281.0597.4484.71
HexE6B2FE91E001196155
Octal346262376113600431141125
Binary1110011010110010111111101001111100010001100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B2FE; }

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

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

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

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

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

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

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

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