Shades of Violet #EC81F1
Tints of Violet #EC81F1
RGB
CMYK
RGB Variations
Color information
#EC81F1 (or 0xEC81F1) is known color: Violet. HEX triplet: EC, 81 and F1. RGB value is (236,129,241). Sum of RGB (Red+Green+Blue) = 236+129+241=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC81F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC81F1 is #137E0E. Grayscale: #ADADAD. Windows color (decimal): -1277455 or 15827436. OLE color: 15827436.
HSL color Cylindrical-coordinate representation of color #EC81F1: hue angle of 297.32º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC81F1 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 129 | 241 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.05 |
| HSL | 297.32º | 0.8% | 0.73% | - |
| HSV(B) | 297.32º | 0.46% | 0.95% | - |
| XYZ | 58.32 | 39.88 | 87.84 | - |
| YUV | 173.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 241 | 0.02 | 0.46 | 0 | 0.05 | 297.32 | 0.8 | 0.73 |
| Hex | EC | 81 | F1 | 2 | 2E | 0 | 5 | 129 | 50 | 49 |
| Octal | 354 | 201 | 361 | 2 | 56 | 0 | 5 | 451 | 120 | 111 |
| Binary | 11101100 | 10000001 | 11110001 | 10 | 101110 | 0 | 101 | 100101001 | 1010000 | 1001001 |
Color Harmonies of #EC81F1
Complementary color
Monochromatic Colors of #EC81F1
Black with #EC81F1
Text Example
Text Example
White with #EC81F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81F1; }
p { color: rgb(236,129,241); }
H1.HeaderClassName
{
color: #EC81F1;
}
.AnyTagClassName
{
color: #EC81F1;
}
</style>
background-color css
<style>
a { background-color: #EC81F1; }
a { background-color: rgb(236,129,241); }
div.DivClassName
{
background-color: #EC81F1;
}
.BgClassName
{
background-color: #EC81F1;
}
</style>
border-color css
<style>
span { border-color: #EC81F1; }
span { border-color: rgb(236,129,241); }
td.TdClassName
{
border-color: #EC81F1;
}
.TagClassName
{
border-color: #EC81F1;
}
</style>