Shades of Violet #EC98F5
Tints of Violet #EC98F5
RGB
CMYK
RGB Variations
Color information
#EC98F5 (or 0xEC98F5) is known color: Violet. HEX triplet: EC, 98 and F5. RGB value is (236,152,245). Sum of RGB (Red+Green+Blue) = 236+152+245=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 152 (59.77% from 255 or 24.01% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC98F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98F5 is #13670A. Grayscale: #BBBBBB. Windows color (decimal): -1271563 or 16095468. OLE color: 16095468.
HSL color Cylindrical-coordinate representation of color #EC98F5: hue angle of 294.19º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC98F5 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 152 | 245 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.04 |
| HSL | 294.19º | 0.82% | 0.78% | - |
| HSV(B) | 294.19º | 0.38% | 0.96% | - |
| XYZ | 62.3 | 46.88 | 92.15 | - |
| YUV | 187.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 245 | 0.04 | 0.38 | 0 | 0.04 | 294.19 | 0.82 | 0.78 |
| Hex | EC | 98 | F5 | 4 | 26 | 0 | 4 | 126 | 52 | 4E |
| Octal | 354 | 230 | 365 | 4 | 46 | 0 | 4 | 446 | 122 | 116 |
| Binary | 11101100 | 10011000 | 11110101 | 100 | 100110 | 0 | 100 | 100100110 | 1010010 | 1001110 |
Color Harmonies of #EC98F5
Complementary color
Monochromatic Colors of #EC98F5
Black with #EC98F5
Text Example
Text Example
White with #EC98F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98F5; }
p { color: rgb(236,152,245); }
H1.HeaderClassName
{
color: #EC98F5;
}
.AnyTagClassName
{
color: #EC98F5;
}
</style>
background-color css
<style>
a { background-color: #EC98F5; }
a { background-color: rgb(236,152,245); }
div.DivClassName
{
background-color: #EC98F5;
}
.BgClassName
{
background-color: #EC98F5;
}
</style>
border-color css
<style>
span { border-color: #EC98F5; }
span { border-color: rgb(236,152,245); }
td.TdClassName
{
border-color: #EC98F5;
}
.TagClassName
{
border-color: #EC98F5;
}
</style>