Shades of Violet #EC99F4
Tints of Violet #EC99F4
RGB
CMYK
RGB Variations
Color information
#EC99F4 (or 0xEC99F4) is known color: Violet. HEX triplet: EC, 99 and F4. RGB value is (236,153,244). Sum of RGB (Red+Green+Blue) = 236+153+244=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 153 (60.16% from 255 or 24.17% from 633); Blue value is 244 (95.70% from 255 or 38.55% from 633); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC99F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99F4 is #13660B. Grayscale: #BBBBBB. Windows color (decimal): -1271308 or 16030188. OLE color: 16030188.
HSL color Cylindrical-coordinate representation of color #EC99F4: hue angle of 294.73º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC99F4 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 153 | 244 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.04 |
| HSL | 294.73º | 0.81% | 0.78% | - |
| HSV(B) | 294.73º | 0.37% | 0.96% | - |
| XYZ | 62.31 | 47.15 | 91.4 | - |
| YUV | 188.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 244 | 0.03 | 0.37 | 0 | 0.04 | 294.73 | 0.81 | 0.78 |
| Hex | EC | 99 | F4 | 3 | 25 | 0 | 4 | 127 | 51 | 4E |
| Octal | 354 | 231 | 364 | 3 | 45 | 0 | 4 | 447 | 121 | 116 |
| Binary | 11101100 | 10011001 | 11110100 | 11 | 100101 | 0 | 100 | 100100111 | 1010001 | 1001110 |
Color Harmonies of #EC99F4
Complementary color
Monochromatic Colors of #EC99F4
Black with #EC99F4
Text Example
Text Example
White with #EC99F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99F4; }
p { color: rgb(236,153,244); }
H1.HeaderClassName
{
color: #EC99F4;
}
.AnyTagClassName
{
color: #EC99F4;
}
</style>
background-color css
<style>
a { background-color: #EC99F4; }
a { background-color: rgb(236,153,244); }
div.DivClassName
{
background-color: #EC99F4;
}
.BgClassName
{
background-color: #EC99F4;
}
</style>
border-color css
<style>
span { border-color: #EC99F4; }
span { border-color: rgb(236,153,244); }
td.TdClassName
{
border-color: #EC99F4;
}
.TagClassName
{
border-color: #EC99F4;
}
</style>