#ECA6FC

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

Shades of Mauve #ECA6FC

Tints of Mauve #ECA6FC

Color information

#ECA6FC (or 0xECA6FC) is unknown color: approx Mauve. HEX triplet: EC, A6 and FC. RGB value is (236,166,252). Sum of RGB (Red+Green+Blue) = 236+166+252=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 166 (65.23% from 255 or 25.38% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECA6FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA6FC is #135903. Grayscale: #C4C4C4. Windows color (decimal): -1267972 or 16557804. OLE color: 16557804.

HSL color Cylindrical-coordinate representation of color #ECA6FC: hue angle of 288.84º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECA6FC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236166252-
CMYK0.060.3400.01
HSL288.84º93.48%81.96%-
HSV(B)288.84º34.13%98.82%-
XYZ65.852.1398.69-
YUV196.73159.19156.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 166 (65.23% from 255) = 25.38%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=36.09%
G=25.38%
B=38.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361662520.060.3400.01288.8493.4881.96
HexECA6FC622011215d52
Octal35424637464201441135122
Binary1110110010100110111111001101000100110010000110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6FC; }

 p { color: rgb(236,166,252); }

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

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

 a { background-color: rgb(236,166,252); }

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

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

 span { border-color: rgb(236,166,252); }

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