#ECA4FA

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

Shades of Mauve #ECA4FA

Tints of Mauve #ECA4FA

Color information

#ECA4FA (or 0xECA4FA) is unknown color: approx Mauve. HEX triplet: EC, A4 and FA. RGB value is (236,164,250). Sum of RGB (Red+Green+Blue) = 236+164+250=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA4FA is #135B05. Grayscale: #C3C3C3. Windows color (decimal): -1268486 or 16426220. OLE color: 16426220.

HSL color Cylindrical-coordinate representation of color #ECA4FA: hue angle of 290.23º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECA4FA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236164250-
CMYK0.060.3400.02
HSL290.23º89.58%81.18%-
HSV(B)290.23º34.4%98.04%-
XYZ65.1251.2996.91-
YUV195.33158.85157.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 164 (64.45% from 255) = 25.23%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=36.31%
G=25.23%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361642500.060.3400.02290.2389.5881.18
HexECA4FA622021225a51
Octal35424437264202442132121
Binary11101100101001001111101011010001001010010001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4FA; }

 p { color: rgb(236,164,250); }

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

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

 a { background-color: rgb(236,164,250); }

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

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

 span { border-color: rgb(236,164,250); }

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