#EC9FFF

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

Shades of Mauve #EC9FFF

Tints of Mauve #EC9FFF

Color information

#EC9FFF (or 0xEC9FFF) is unknown color: approx Mauve. HEX triplet: EC, 9F and FF. RGB value is (236,159,255). Sum of RGB (Red+Green+Blue) = 236+159+255=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 159 (62.5% from 255 or 24.46% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC9FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FFF is #136000. Grayscale: #C0C0C0. Windows color (decimal): -1269761 or 16752620. OLE color: 16752620.

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

Color convert

RGB236159255-
CMYK0.070.3800
HSL288.12º100%81.18%-
HSV(B)288.12º37.65%100%-
XYZ65.0449.85100.8-
YUV192.97163.01158.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 159 (62.5% from 255) = 24.46%
BLUE value IS 255 (100% from 255) = 39.23%
R=36.31%
G=24.46%
B=39.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361592550.070.3800288.1210081.18
HexEC9FFF726001206451
Octal35423737774600440144121
Binary1110110010011111111111111111001100010010000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FFF; }

 p { color: rgb(236,159,255); }

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

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

 a { background-color: rgb(236,159,255); }

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

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

 span { border-color: rgb(236,159,255); }

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