Shades of Violet #EC98FA
Tints of Violet #EC98FA
RGB
CMYK
RGB Variations
Color information
#EC98FA (or 0xEC98FA) is known color: Violet. HEX triplet: EC, 98 and FA. RGB value is (236,152,250). Sum of RGB (Red+Green+Blue) = 236+152+250=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 152 (59.77% from 255 or 23.82% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC98FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98FA is #136705. Grayscale: #BBBBBB. Windows color (decimal): -1271558 or 16423148. OLE color: 16423148.
HSL color Cylindrical-coordinate representation of color #EC98FA: hue angle of 291.43º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC98FA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 152 | 250 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.02 |
| HSL | 291.43º | 0.91% | 0.79% | - |
| HSV(B) | 291.43º | 0.39% | 0.98% | - |
| XYZ | 63.08 | 47.19 | 96.23 | - |
| YUV | 188.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 250 | 0.06 | 0.39 | 0 | 0.02 | 291.43 | 0.91 | 0.79 |
| Hex | EC | 98 | FA | 6 | 27 | 0 | 2 | 123 | 5B | 4F |
| Octal | 354 | 230 | 372 | 6 | 47 | 0 | 2 | 443 | 133 | 117 |
| Binary | 11101100 | 10011000 | 11111010 | 110 | 100111 | 0 | 10 | 100100011 | 1011011 | 1001111 |
Color Harmonies of #EC98FA
Complementary color
Monochromatic Colors of #EC98FA
Black with #EC98FA
Text Example
Text Example
White with #EC98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98FA; }
p { color: rgb(236,152,250); }
H1.HeaderClassName
{
color: #EC98FA;
}
.AnyTagClassName
{
color: #EC98FA;
}
</style>
background-color css
<style>
a { background-color: #EC98FA; }
a { background-color: rgb(236,152,250); }
div.DivClassName
{
background-color: #EC98FA;
}
.BgClassName
{
background-color: #EC98FA;
}
</style>
border-color css
<style>
span { border-color: #EC98FA; }
span { border-color: rgb(236,152,250); }
td.TdClassName
{
border-color: #EC98FA;
}
.TagClassName
{
border-color: #EC98FA;
}
</style>