Shades of Violet #EC98FC
Tints of Violet #EC98FC
RGB
CMYK
RGB Variations
Color information
#EC98FC (or 0xEC98FC) is known color: Violet. HEX triplet: EC, 98 and FC. RGB value is (236,152,252). Sum of RGB (Red+Green+Blue) = 236+152+252=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 152 (59.77% from 255 or 23.75% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC98FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98FC is #136703. Grayscale: #BCBCBC. Windows color (decimal): -1271556 or 16554220. OLE color: 16554220.
HSL color Cylindrical-coordinate representation of color #EC98FC: hue angle of 290.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC98FC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 152 | 252 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.01 |
| HSL | 290.4º | 0.94% | 0.79% | - |
| HSV(B) | 290.4º | 0.4% | 0.99% | - |
| XYZ | 63.39 | 47.32 | 97.89 | - |
| YUV | 188.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 252 | 0.06 | 0.40 | 0 | 0.01 | 290.4 | 0.94 | 0.79 |
| Hex | EC | 98 | FC | 6 | 28 | 0 | 1 | 122 | 5E | 4F |
| Octal | 354 | 230 | 374 | 6 | 50 | 0 | 1 | 442 | 136 | 117 |
| Binary | 11101100 | 10011000 | 11111100 | 110 | 101000 | 0 | 1 | 100100010 | 1011110 | 1001111 |
Color Harmonies of #EC98FC
Complementary color
Monochromatic Colors of #EC98FC
Black with #EC98FC
Text Example
Text Example
White with #EC98FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98FC; }
p { color: rgb(236,152,252); }
H1.HeaderClassName
{
color: #EC98FC;
}
.AnyTagClassName
{
color: #EC98FC;
}
</style>
background-color css
<style>
a { background-color: #EC98FC; }
a { background-color: rgb(236,152,252); }
div.DivClassName
{
background-color: #EC98FC;
}
.BgClassName
{
background-color: #EC98FC;
}
</style>
border-color css
<style>
span { border-color: #EC98FC; }
span { border-color: rgb(236,152,252); }
td.TdClassName
{
border-color: #EC98FC;
}
.TagClassName
{
border-color: #EC98FC;
}
</style>