Shades of Violet #EC82F3
Tints of Violet #EC82F3
RGB
CMYK
RGB Variations
Color information
#EC82F3 (or 0xEC82F3) is known color: Violet. HEX triplet: EC, 82 and F3. RGB value is (236,130,243). Sum of RGB (Red+Green+Blue) = 236+130+243=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC82F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82F3 is #137D0C. Grayscale: #AEAEAE. Windows color (decimal): -1277197 or 15958764. OLE color: 15958764.
HSL color Cylindrical-coordinate representation of color #EC82F3: hue angle of 296.28º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC82F3 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 130 | 243 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.05 |
| HSL | 296.28º | 0.82% | 0.73% | - |
| HSV(B) | 296.28º | 0.47% | 0.95% | - |
| XYZ | 58.75 | 40.27 | 89.47 | - |
| YUV | 174.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 243 | 0.03 | 0.47 | 0 | 0.05 | 296.28 | 0.82 | 0.73 |
| Hex | EC | 82 | F3 | 3 | 2F | 0 | 5 | 128 | 52 | 49 |
| Octal | 354 | 202 | 363 | 3 | 57 | 0 | 5 | 450 | 122 | 111 |
| Binary | 11101100 | 10000010 | 11110011 | 11 | 101111 | 0 | 101 | 100101000 | 1010010 | 1001001 |
Color Harmonies of #EC82F3
Complementary color
Monochromatic Colors of #EC82F3
Black with #EC82F3
Text Example
Text Example
White with #EC82F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82F3; }
p { color: rgb(236,130,243); }
H1.HeaderClassName
{
color: #EC82F3;
}
.AnyTagClassName
{
color: #EC82F3;
}
</style>
background-color css
<style>
a { background-color: #EC82F3; }
a { background-color: rgb(236,130,243); }
div.DivClassName
{
background-color: #EC82F3;
}
.BgClassName
{
background-color: #EC82F3;
}
</style>
border-color css
<style>
span { border-color: #EC82F3; }
span { border-color: rgb(236,130,243); }
td.TdClassName
{
border-color: #EC82F3;
}
.TagClassName
{
border-color: #EC82F3;
}
</style>