Shades of Violet #EC83FC
Tints of Violet #EC83FC
RGB
CMYK
RGB Variations
Color information
#EC83FC (or 0xEC83FC) is known color: Violet. HEX triplet: EC, 83 and FC. RGB value is (236,131,252). Sum of RGB (Red+Green+Blue) = 236+131+252=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 131 (51.56% from 255 or 21.16% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC83FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83FC is #137C03. Grayscale: #AFAFAF. Windows color (decimal): -1276932 or 16548844. OLE color: 16548844.
HSL color Cylindrical-coordinate representation of color #EC83FC: hue angle of 292.07º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC83FC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 131 | 252 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.01 |
| HSL | 292.07º | 0.95% | 0.75% | - |
| HSV(B) | 292.07º | 0.48% | 0.99% | - |
| XYZ | 60.28 | 41.09 | 96.85 | - |
| YUV | 176.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 252 | 0.06 | 0.48 | 0 | 0.01 | 292.07 | 0.95 | 0.75 |
| Hex | EC | 83 | FC | 6 | 30 | 0 | 1 | 124 | 5F | 4B |
| Octal | 354 | 203 | 374 | 6 | 60 | 0 | 1 | 444 | 137 | 113 |
| Binary | 11101100 | 10000011 | 11111100 | 110 | 110000 | 0 | 1 | 100100100 | 1011111 | 1001011 |
Color Harmonies of #EC83FC
Complementary color
Monochromatic Colors of #EC83FC
Black with #EC83FC
Text Example
Text Example
White with #EC83FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83FC; }
p { color: rgb(236,131,252); }
H1.HeaderClassName
{
color: #EC83FC;
}
.AnyTagClassName
{
color: #EC83FC;
}
</style>
background-color css
<style>
a { background-color: #EC83FC; }
a { background-color: rgb(236,131,252); }
div.DivClassName
{
background-color: #EC83FC;
}
.BgClassName
{
background-color: #EC83FC;
}
</style>
border-color css
<style>
span { border-color: #EC83FC; }
span { border-color: rgb(236,131,252); }
td.TdClassName
{
border-color: #EC83FC;
}
.TagClassName
{
border-color: #EC83FC;
}
</style>