#ECA9FA

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

Shades of Mauve #ECA9FA

Tints of Mauve #ECA9FA

Color information

#ECA9FA (or 0xECA9FA) is unknown color: approx Mauve. HEX triplet: EC, A9 and FA. RGB value is (236,169,250). Sum of RGB (Red+Green+Blue) = 236+169+250=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 169 (66.41% from 255 or 25.80% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECA9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA9FA is #135605. Grayscale: #C6C6C6. Windows color (decimal): -1267206 or 16427500. OLE color: 16427500.

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

Color convert

RGB236169250-
CMYK0.060.3200.02
HSL289.63º89.01%82.16%-
HSV(B)289.63º32.4%98.04%-
XYZ66.0453.1197.21-
YUV198.27157.2154.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 169 (66.41% from 255) = 25.80%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=36.03%
G=25.80%
B=38.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361692500.060.3200.02289.6389.0182.16
HexECA9FA620021225952
Octal35425137264002442131122
Binary11101100101010011111101011010000001010010001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA9FA; }

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

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

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

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

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

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

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

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