Shades of Violet #EC98FD
Tints of Violet #EC98FD
RGB
CMYK
RGB Variations
Color information
#EC98FD (or 0xEC98FD) is known color: Violet. HEX triplet: EC, 98 and FD. RGB value is (236,152,253). Sum of RGB (Red+Green+Blue) = 236+152+253=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 152 (59.77% from 255 or 23.71% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC98FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98FD is #136702. Grayscale: #BCBCBC. Windows color (decimal): -1271555 or 16619756. OLE color: 16619756.
HSL color Cylindrical-coordinate representation of color #EC98FD: hue angle of 289.9º degrees, saturation: 0.96, 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 #EC98FD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 152 | 253 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.01 |
| HSL | 289.9º | 0.96% | 0.79% | - |
| HSV(B) | 289.9º | 0.4% | 0.99% | - |
| XYZ | 63.55 | 47.38 | 98.72 | - |
| YUV | 188.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 253 | 0.07 | 0.40 | 0 | 0.01 | 289.9 | 0.96 | 0.79 |
| Hex | EC | 98 | FD | 7 | 28 | 0 | 1 | 122 | 60 | 4F |
| Octal | 354 | 230 | 375 | 7 | 50 | 0 | 1 | 442 | 140 | 117 |
| Binary | 11101100 | 10011000 | 11111101 | 111 | 101000 | 0 | 1 | 100100010 | 1100000 | 1001111 |
Color Harmonies of #EC98FD
Complementary color
Monochromatic Colors of #EC98FD
Black with #EC98FD
Text Example
Text Example
White with #EC98FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98FD; }
p { color: rgb(236,152,253); }
H1.HeaderClassName
{
color: #EC98FD;
}
.AnyTagClassName
{
color: #EC98FD;
}
</style>
background-color css
<style>
a { background-color: #EC98FD; }
a { background-color: rgb(236,152,253); }
div.DivClassName
{
background-color: #EC98FD;
}
.BgClassName
{
background-color: #EC98FD;
}
</style>
border-color css
<style>
span { border-color: #EC98FD; }
span { border-color: rgb(236,152,253); }
td.TdClassName
{
border-color: #EC98FD;
}
.TagClassName
{
border-color: #EC98FD;
}
</style>