#EC9EFA

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

Shades of Mauve #EC9EFA

Tints of Mauve #EC9EFA

Color information

#EC9EFA (or 0xEC9EFA) is unknown color: approx Mauve. HEX triplet: EC, 9E and FA. RGB value is (236,158,250). Sum of RGB (Red+Green+Blue) = 236+158+250=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 158 (62.11% from 255 or 24.53% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC9EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EFA is #136105. Grayscale: #BFBFBF. Windows color (decimal): -1270022 or 16424684. OLE color: 16424684.

HSL color Cylindrical-coordinate representation of color #EC9EFA: hue angle of 290.87º 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 #EC9EFA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236158250-
CMYK0.060.3700.02
HSL290.87º90.2%80%-
HSV(B)290.87º36.8%98.04%-
XYZ64.0749.1996.56-
YUV191.81160.84159.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.65%
GREEN value IS 158 (62.11% from 255) = 24.53%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=36.65%
G=24.53%
B=38.82%

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
Decimal2361582500.060.3700.02290.8790.280
HexEC9EFA625021235a50
Octal35423637264502443132120
Binary11101100100111101111101011010010101010010001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9EFA; }

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

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

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

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

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

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

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

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