#EC9DFA

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

Shades of Mauve #EC9DFA

Tints of Mauve #EC9DFA

Color information

#EC9DFA (or 0xEC9DFA) is unknown color: approx Mauve. HEX triplet: EC, 9D and FA. RGB value is (236,157,250). Sum of RGB (Red+Green+Blue) = 236+157+250=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 157 (61.72% from 255 or 24.42% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC9DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DFA is #136205. Grayscale: #BEBEBE. Windows color (decimal): -1270278 or 16424428. OLE color: 16424428.

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

Color convert

RGB236157250-
CMYK0.060.3700.02
HSL290.97º90.29%79.8%-
HSV(B)290.97º37.2%98.04%-
XYZ63.948.8596.5-
YUV191.22161.17159.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 157 (61.72% from 255) = 24.42%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=36.70%
G=24.42%
B=38.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361572500.060.3700.02290.9790.2979.8
HexEC9DFA625021235a50
Octal35423537264502443132120
Binary11101100100111011111101011010010101010010001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DFA; }

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

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

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

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

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

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

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

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