#EC99FE

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

Shades of Mauve #EC99FE

Tints of Mauve #EC99FE

Color information

#EC99FE (or 0xEC99FE) is unknown color: approx Mauve. HEX triplet: EC, 99 and FE. RGB value is (236,153,254). Sum of RGB (Red+Green+Blue) = 236+153+254=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 153 (60.16% from 255 or 23.79% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC99FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99FE is #136601. Grayscale: #BDBDBD. Windows color (decimal): -1271298 or 16685548. OLE color: 16685548.

HSL color Cylindrical-coordinate representation of color #EC99FE: hue angle of 289.31º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC99FE is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236153254-
CMYK0.070.4000.00
HSL289.31º98.06%79.8%-
HSV(B)289.31º39.76%99.61%-
XYZ63.8747.7799.62-
YUV189.33164.5161.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 153 (60.16% from 255) = 23.79%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=36.70%
G=23.79%
B=39.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361532540.070.4000.00289.3198.0679.8
HexEC99FE728001216250
Octal35423137675000441142120
Binary1110110010011001111111101111010000010010000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC99FE; }

 p { color: rgb(236,153,254); }

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

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

 a { background-color: rgb(236,153,254); }

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

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

 span { border-color: rgb(236,153,254); }

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