#EC9DFB

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

Shades of Mauve #EC9DFB

Tints of Mauve #EC9DFB

Color information

#EC9DFB (or 0xEC9DFB) is unknown color: approx Mauve. HEX triplet: EC, 9D and FB. RGB value is (236,157,251). Sum of RGB (Red+Green+Blue) = 236+157+251=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 157 (61.72% from 255 or 24.38% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC9DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DFB is #136204. Grayscale: #BFBFBF. Windows color (decimal): -1270277 or 16489964. OLE color: 16489964.

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

Color convert

RGB236157251-
CMYK0.060.3700.02
HSL290.43º92.16%80%-
HSV(B)290.43º37.45%98.43%-
XYZ64.0648.9197.33-
YUV191.34161.67159.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.65%
GREEN value IS 157 (61.72% from 255) = 24.38%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=36.65%
G=24.38%
B=38.98%

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
Decimal2361572510.060.3700.02290.4392.1680
HexEC9DFB625021225c50
Octal35423537364502442134120
Binary11101100100111011111101111010010101010010001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DFB; }

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

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

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

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

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

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

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

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