#ECA1FE

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

Shades of Mauve #ECA1FE

Tints of Mauve #ECA1FE

Color information

#ECA1FE (or 0xECA1FE) is unknown color: approx Mauve. HEX triplet: EC, A1 and FE. RGB value is (236,161,254). Sum of RGB (Red+Green+Blue) = 236+161+254=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 161 (63.28% from 255 or 24.73% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA1FE is #135E01. Grayscale: #C1C1C1. Windows color (decimal): -1269250 or 16687596. OLE color: 16687596.

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

Color convert

RGB236161254-
CMYK0.070.3700.00
HSL288.39º97.89%81.37%-
HSV(B)288.39º36.61%99.61%-
XYZ65.2350.48100.07-
YUV194.03161.85157.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 161 (63.28% from 255) = 24.73%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=36.25%
G=24.73%
B=39.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361612540.070.3700.00288.3997.8981.37
HexECA1FE725001206251
Octal35424137674500440142121
Binary1110110010100001111111101111001010010010000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA1FE; }

 p { color: rgb(236,161,254); }

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

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

 a { background-color: rgb(236,161,254); }

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

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

 span { border-color: rgb(236,161,254); }

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