Shades of Violet #EC99F0
Tints of Violet #EC99F0
RGB
CMYK
RGB Variations
Color information
#EC99F0 (or 0xEC99F0) is known color: Violet. HEX triplet: EC, 99 and F0. RGB value is (236,153,240). Sum of RGB (Red+Green+Blue) = 236+153+240=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 153 (60.16% from 255 or 24.32% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC99F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99F0 is #13660F. Grayscale: #BBBBBB. Windows color (decimal): -1271312 or 15768044. OLE color: 15768044.
HSL color Cylindrical-coordinate representation of color #EC99F0: hue angle of 297.24º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC99F0 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 153 | 240 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.06 |
| HSL | 297.24º | 0.74% | 0.77% | - |
| HSV(B) | 297.24º | 0.36% | 0.94% | - |
| XYZ | 61.71 | 46.91 | 88.24 | - |
| YUV | 187.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 240 | 0.02 | 0.36 | 0 | 0.06 | 297.24 | 0.74 | 0.77 |
| Hex | EC | 99 | F0 | 2 | 24 | 0 | 6 | 129 | 4A | 4D |
| Octal | 354 | 231 | 360 | 2 | 44 | 0 | 6 | 451 | 112 | 115 |
| Binary | 11101100 | 10011001 | 11110000 | 10 | 100100 | 0 | 110 | 100101001 | 1001010 | 1001101 |
Color Harmonies of #EC99F0
Complementary color
Monochromatic Colors of #EC99F0
Black with #EC99F0
Text Example
Text Example
White with #EC99F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99F0; }
p { color: rgb(236,153,240); }
H1.HeaderClassName
{
color: #EC99F0;
}
.AnyTagClassName
{
color: #EC99F0;
}
</style>
background-color css
<style>
a { background-color: #EC99F0; }
a { background-color: rgb(236,153,240); }
div.DivClassName
{
background-color: #EC99F0;
}
.BgClassName
{
background-color: #EC99F0;
}
</style>
border-color css
<style>
span { border-color: #EC99F0; }
span { border-color: rgb(236,153,240); }
td.TdClassName
{
border-color: #EC99F0;
}
.TagClassName
{
border-color: #EC99F0;
}
</style>