Shades of Violet #EC97FF
Tints of Violet #EC97FF
RGB
CMYK
RGB Variations
Color information
#EC97FF (or 0xEC97FF) is known color: Violet. HEX triplet: EC, 97 and FF. RGB value is (236,151,255). Sum of RGB (Red+Green+Blue) = 236+151+255=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 151 (59.38% from 255 or 23.52% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC97FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC97FF is #136800. Grayscale: #BBBBBB. Windows color (decimal): -1271809 or 16750572. OLE color: 16750572.
HSL color Cylindrical-coordinate representation of color #EC97FF: hue angle of 289.04º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC97FF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 151 | 255 | - |
| CMYK | 0.07 | 0.41 | 0 | 0 |
| HSL | 289.04º | 1% | 0.8% | - |
| HSV(B) | 289.04º | 0.41% | 1% | - |
| XYZ | 63.71 | 47.19 | 100.36 | - |
| YUV | 188.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 255 | 0.07 | 0.41 | 0 | 0 | 289.04 | 1 | 0.8 |
| Hex | EC | 97 | FF | 7 | 29 | 0 | 0 | 121 | 64 | 50 |
| Octal | 354 | 227 | 377 | 7 | 51 | 0 | 0 | 441 | 144 | 120 |
| Binary | 11101100 | 10010111 | 11111111 | 111 | 101001 | 0 | 0 | 100100001 | 1100100 | 1010000 |
Color Harmonies of #EC97FF
Complementary color
Monochromatic Colors of #EC97FF
Black with #EC97FF
Text Example
Text Example
White with #EC97FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC97FF; }
p { color: rgb(236,151,255); }
H1.HeaderClassName
{
color: #EC97FF;
}
.AnyTagClassName
{
color: #EC97FF;
}
</style>
background-color css
<style>
a { background-color: #EC97FF; }
a { background-color: rgb(236,151,255); }
div.DivClassName
{
background-color: #EC97FF;
}
.BgClassName
{
background-color: #EC97FF;
}
</style>
border-color css
<style>
span { border-color: #EC97FF; }
span { border-color: rgb(236,151,255); }
td.TdClassName
{
border-color: #EC97FF;
}
.TagClassName
{
border-color: #EC97FF;
}
</style>