Shades of Violet #EC82F1
Tints of Violet #EC82F1
RGB
CMYK
RGB Variations
Color information
#EC82F1 (or 0xEC82F1) is known color: Violet. HEX triplet: EC, 82 and F1. RGB value is (236,130,241). Sum of RGB (Red+Green+Blue) = 236+130+241=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC82F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82F1 is #137D0E. Grayscale: #AEAEAE. Windows color (decimal): -1277199 or 15827692. OLE color: 15827692.
HSL color Cylindrical-coordinate representation of color #EC82F1: hue angle of 297.3º 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 #EC82F1 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 130 | 241 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.05 |
| HSL | 297.3º | 0.8% | 0.73% | - |
| HSV(B) | 297.3º | 0.46% | 0.95% | - |
| XYZ | 58.45 | 40.15 | 87.89 | - |
| YUV | 174.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 241 | 0.02 | 0.46 | 0 | 0.05 | 297.3 | 0.8 | 0.73 |
| Hex | EC | 82 | F1 | 2 | 2E | 0 | 5 | 129 | 50 | 49 |
| Octal | 354 | 202 | 361 | 2 | 56 | 0 | 5 | 451 | 120 | 111 |
| Binary | 11101100 | 10000010 | 11110001 | 10 | 101110 | 0 | 101 | 100101001 | 1010000 | 1001001 |
Color Harmonies of #EC82F1
Complementary color
Monochromatic Colors of #EC82F1
Black with #EC82F1
Text Example
Text Example
White with #EC82F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82F1; }
p { color: rgb(236,130,241); }
H1.HeaderClassName
{
color: #EC82F1;
}
.AnyTagClassName
{
color: #EC82F1;
}
</style>
background-color css
<style>
a { background-color: #EC82F1; }
a { background-color: rgb(236,130,241); }
div.DivClassName
{
background-color: #EC82F1;
}
.BgClassName
{
background-color: #EC82F1;
}
</style>
border-color css
<style>
span { border-color: #EC82F1; }
span { border-color: rgb(236,130,241); }
td.TdClassName
{
border-color: #EC82F1;
}
.TagClassName
{
border-color: #EC82F1;
}
</style>