Shades of Violet #EC98FE
Tints of Violet #EC98FE
RGB
CMYK
RGB Variations
Color information
#EC98FE (or 0xEC98FE) is known color: Violet. HEX triplet: EC, 98 and FE. RGB value is (236,152,254). Sum of RGB (Red+Green+Blue) = 236+152+254=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 152 (59.77% from 255 or 23.68% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC98FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98FE is #136701. Grayscale: #BCBCBC. Windows color (decimal): -1271554 or 16685292. OLE color: 16685292.
HSL color Cylindrical-coordinate representation of color #EC98FE: hue angle of 289.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC98FE is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 152 | 254 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.00 |
| HSL | 289.41º | 0.98% | 0.8% | - |
| HSV(B) | 289.41º | 0.4% | 1% | - |
| XYZ | 63.71 | 47.45 | 99.57 | - |
| YUV | 188.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 254 | 0.07 | 0.40 | 0 | 0.00 | 289.41 | 0.98 | 0.8 |
| Hex | EC | 98 | FE | 7 | 28 | 0 | 0 | 121 | 62 | 50 |
| Octal | 354 | 230 | 376 | 7 | 50 | 0 | 0 | 441 | 142 | 120 |
| Binary | 11101100 | 10011000 | 11111110 | 111 | 101000 | 0 | 0 | 100100001 | 1100010 | 1010000 |
Color Harmonies of #EC98FE
Complementary color
Monochromatic Colors of #EC98FE
Black with #EC98FE
Text Example
Text Example
White with #EC98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98FE; }
p { color: rgb(236,152,254); }
H1.HeaderClassName
{
color: #EC98FE;
}
.AnyTagClassName
{
color: #EC98FE;
}
</style>
background-color css
<style>
a { background-color: #EC98FE; }
a { background-color: rgb(236,152,254); }
div.DivClassName
{
background-color: #EC98FE;
}
.BgClassName
{
background-color: #EC98FE;
}
</style>
border-color css
<style>
span { border-color: #EC98FE; }
span { border-color: rgb(236,152,254); }
td.TdClassName
{
border-color: #EC98FE;
}
.TagClassName
{
border-color: #EC98FE;
}
</style>