Shades of Violet #EC97FC
Tints of Violet #EC97FC
RGB
CMYK
RGB Variations
Color information
#EC97FC (or 0xEC97FC) is known color: Violet. HEX triplet: EC, 97 and FC. RGB value is (236,151,252). Sum of RGB (Red+Green+Blue) = 236+151+252=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 151 (59.38% from 255 or 23.63% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC97FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC97FC is #136803. Grayscale: #BBBBBB. Windows color (decimal): -1271812 or 16553964. OLE color: 16553964.
HSL color Cylindrical-coordinate representation of color #EC97FC: hue angle of 290.5º degrees, saturation: 0.94, 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 #EC97FC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 151 | 252 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.01 |
| HSL | 290.5º | 0.94% | 0.79% | - |
| HSV(B) | 290.5º | 0.4% | 0.99% | - |
| XYZ | 63.23 | 46.99 | 97.83 | - |
| YUV | 187.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 252 | 0.06 | 0.40 | 0 | 0.01 | 290.5 | 0.94 | 0.79 |
| Hex | EC | 97 | FC | 6 | 28 | 0 | 1 | 122 | 5E | 4F |
| Octal | 354 | 227 | 374 | 6 | 50 | 0 | 1 | 442 | 136 | 117 |
| Binary | 11101100 | 10010111 | 11111100 | 110 | 101000 | 0 | 1 | 100100010 | 1011110 | 1001111 |
Color Harmonies of #EC97FC
Complementary color
Monochromatic Colors of #EC97FC
Black with #EC97FC
Text Example
Text Example
White with #EC97FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC97FC; }
p { color: rgb(236,151,252); }
H1.HeaderClassName
{
color: #EC97FC;
}
.AnyTagClassName
{
color: #EC97FC;
}
</style>
background-color css
<style>
a { background-color: #EC97FC; }
a { background-color: rgb(236,151,252); }
div.DivClassName
{
background-color: #EC97FC;
}
.BgClassName
{
background-color: #EC97FC;
}
</style>
border-color css
<style>
span { border-color: #EC97FC; }
span { border-color: rgb(236,151,252); }
td.TdClassName
{
border-color: #EC97FC;
}
.TagClassName
{
border-color: #EC97FC;
}
</style>