#EC9CFB

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

Shades of Mauve #EC9CFB

Tints of Mauve #EC9CFB

Color information

#EC9CFB (or 0xEC9CFB) is unknown color: approx Mauve. HEX triplet: EC, 9C and FB. RGB value is (236,156,251). Sum of RGB (Red+Green+Blue) = 236+156+251=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 156 (61.33% from 255 or 24.26% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC9CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CFB is #136304. Grayscale: #BEBEBE. Windows color (decimal): -1270533 or 16489708. OLE color: 16489708.

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

Color convert

RGB236156251-
CMYK0.060.3800.02
HSL290.53º92.23%79.8%-
HSV(B)290.53º37.85%98.43%-
XYZ63.8948.5797.28-
YUV190.75162160.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 156 (61.33% from 255) = 24.26%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=36.70%
G=24.26%
B=39.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361562510.060.3800.02290.5392.2379.8
HexEC9CFB626021235c50
Octal35423437364602443134120
Binary11101100100111001111101111010011001010010001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CFB; }

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

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

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

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

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

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

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

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