Shades of Violet #EC98F8
Tints of Violet #EC98F8
RGB
CMYK
RGB Variations
Color information
#EC98F8 (or 0xEC98F8) is known color: Violet. HEX triplet: EC, 98 and F8. RGB value is (236,152,248). Sum of RGB (Red+Green+Blue) = 236+152+248=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 152 (59.77% from 255 or 23.90% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC98F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98F8 is #136707. Grayscale: #BBBBBB. Windows color (decimal): -1271560 or 16292076. OLE color: 16292076.
HSL color Cylindrical-coordinate representation of color #EC98F8: hue angle of 292.5º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC98F8 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 152 | 248 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.03 |
| HSL | 292.5º | 0.87% | 0.78% | - |
| HSV(B) | 292.5º | 0.39% | 0.97% | - |
| XYZ | 62.76 | 47.07 | 94.58 | - |
| YUV | 188.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 248 | 0.05 | 0.39 | 0 | 0.03 | 292.5 | 0.87 | 0.78 |
| Hex | EC | 98 | F8 | 5 | 27 | 0 | 3 | 124 | 57 | 4E |
| Octal | 354 | 230 | 370 | 5 | 47 | 0 | 3 | 444 | 127 | 116 |
| Binary | 11101100 | 10011000 | 11111000 | 101 | 100111 | 0 | 11 | 100100100 | 1010111 | 1001110 |
Color Harmonies of #EC98F8
Complementary color
Monochromatic Colors of #EC98F8
Black with #EC98F8
Text Example
Text Example
White with #EC98F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98F8; }
p { color: rgb(236,152,248); }
H1.HeaderClassName
{
color: #EC98F8;
}
.AnyTagClassName
{
color: #EC98F8;
}
</style>
background-color css
<style>
a { background-color: #EC98F8; }
a { background-color: rgb(236,152,248); }
div.DivClassName
{
background-color: #EC98F8;
}
.BgClassName
{
background-color: #EC98F8;
}
</style>
border-color css
<style>
span { border-color: #EC98F8; }
span { border-color: rgb(236,152,248); }
td.TdClassName
{
border-color: #EC98F8;
}
.TagClassName
{
border-color: #EC98F8;
}
</style>