#ECACFA

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

Shades of Mauve #ECACFA

Tints of Mauve #ECACFA

Color information

#ECACFA (or 0xECACFA) is unknown color: approx Mauve. HEX triplet: EC, AC and FA. RGB value is (236,172,250). Sum of RGB (Red+Green+Blue) = 236+172+250=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACFA is #135305. Grayscale: #C7C7C7. Windows color (decimal): -1266438 or 16428268. OLE color: 16428268.

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

Color convert

RGB236172250-
CMYK0.060.3100.02
HSL289.23º88.64%82.75%-
HSV(B)289.23º31.2%98.04%-
XYZ66.654.2497.4-
YUV200.03156.2153.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.87%
GREEN value IS 172 (67.58% from 255) = 26.14%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=35.87%
G=26.14%
B=37.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361722500.060.3100.02289.2388.6482.75
HexECACFA61F021215953
Octal35425437263702441131123
Binary1110110010101100111110101101111101010010000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACFA; }

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

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

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

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

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

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

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

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