Shades of Violet #EC83FE
Tints of Violet #EC83FE
RGB
CMYK
RGB Variations
Color information
#EC83FE (or 0xEC83FE) is known color: Violet. HEX triplet: EC, 83 and FE. RGB value is (236,131,254). Sum of RGB (Red+Green+Blue) = 236+131+254=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 131 (51.56% from 255 or 21.10% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC83FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83FE is #137C01. Grayscale: #B0B0B0. Windows color (decimal): -1276930 or 16679916. OLE color: 16679916.
HSL color Cylindrical-coordinate representation of color #EC83FE: hue angle of 291.22º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC83FE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 131 | 254 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.00 |
| HSL | 291.22º | 0.98% | 0.75% | - |
| HSV(B) | 291.22º | 0.48% | 1% | - |
| XYZ | 60.6 | 41.22 | 98.53 | - |
| YUV | 176.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 254 | 0.07 | 0.48 | 0 | 0.00 | 291.22 | 0.98 | 0.75 |
| Hex | EC | 83 | FE | 7 | 30 | 0 | 0 | 123 | 62 | 4B |
| Octal | 354 | 203 | 376 | 7 | 60 | 0 | 0 | 443 | 142 | 113 |
| Binary | 11101100 | 10000011 | 11111110 | 111 | 110000 | 0 | 0 | 100100011 | 1100010 | 1001011 |
Color Harmonies of #EC83FE
Complementary color
Monochromatic Colors of #EC83FE
Black with #EC83FE
Text Example
Text Example
White with #EC83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83FE; }
p { color: rgb(236,131,254); }
H1.HeaderClassName
{
color: #EC83FE;
}
.AnyTagClassName
{
color: #EC83FE;
}
</style>
background-color css
<style>
a { background-color: #EC83FE; }
a { background-color: rgb(236,131,254); }
div.DivClassName
{
background-color: #EC83FE;
}
.BgClassName
{
background-color: #EC83FE;
}
</style>
border-color css
<style>
span { border-color: #EC83FE; }
span { border-color: rgb(236,131,254); }
td.TdClassName
{
border-color: #EC83FE;
}
.TagClassName
{
border-color: #EC83FE;
}
</style>