#E6B0FF

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

Shades of Mauve #E6B0FF

Tints of Mauve #E6B0FF

Color information

#E6B0FF (or 0xE6B0FF) is unknown color: approx Mauve. HEX triplet: E6, B0 and FF. RGB value is (230,176,255). Sum of RGB (Red+Green+Blue) = 230+176+255=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 176 (69.14% from 255 or 26.63% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6B0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6B0FF is #194F00. Grayscale: #C8C8C8. Windows color (decimal): -1658625 or 16756966. OLE color: 16756966.

HSL color Cylindrical-coordinate representation of color #E6B0FF: hue angle of 281.01º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6B0FF is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230176255-
CMYK0.100.3100
HSL281.01º100%84.51%-
HSV(B)281.01º30.98%100%-
XYZ66.2155.09101.75-
YUV201.15158.39148.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.80%
GREEN value IS 176 (69.14% from 255) = 26.63%
BLUE value IS 255 (100% from 255) = 38.58%
R=34.80%
G=26.63%
B=38.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2301762550.100.3100281.0110084.51
HexE6B0FFA1F001196455
Octal346260377123700431144125
Binary1110011010110000111111111010111110010001100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B0FF; }

 p { color: rgb(230,176,255); }

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

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

 a { background-color: rgb(230,176,255); }

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

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

 span { border-color: rgb(230,176,255); }

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