Shades of Violet #EC83F3
Tints of Violet #EC83F3
RGB
CMYK
RGB Variations
Color information
#EC83F3 (or 0xEC83F3) is known color: Violet. HEX triplet: EC, 83 and F3. RGB value is (236,131,243). Sum of RGB (Red+Green+Blue) = 236+131+243=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 131 (51.56% from 255 or 21.48% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC83F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83F3 is #137C0C. Grayscale: #AEAEAE. Windows color (decimal): -1276941 or 15959020. OLE color: 15959020.
HSL color Cylindrical-coordinate representation of color #EC83F3: hue angle of 296.25º degrees, saturation: 0.82, 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 #EC83F3 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 131 | 243 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.05 |
| HSL | 296.25º | 0.82% | 0.73% | - |
| HSV(B) | 296.25º | 0.46% | 0.95% | - |
| XYZ | 58.89 | 40.54 | 89.51 | - |
| YUV | 175.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 243 | 0.03 | 0.46 | 0 | 0.05 | 296.25 | 0.82 | 0.73 |
| Hex | EC | 83 | F3 | 3 | 2E | 0 | 5 | 128 | 52 | 49 |
| Octal | 354 | 203 | 363 | 3 | 56 | 0 | 5 | 450 | 122 | 111 |
| Binary | 11101100 | 10000011 | 11110011 | 11 | 101110 | 0 | 101 | 100101000 | 1010010 | 1001001 |
Color Harmonies of #EC83F3
Complementary color
Monochromatic Colors of #EC83F3
Black with #EC83F3
Text Example
Text Example
White with #EC83F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83F3; }
p { color: rgb(236,131,243); }
H1.HeaderClassName
{
color: #EC83F3;
}
.AnyTagClassName
{
color: #EC83F3;
}
</style>
background-color css
<style>
a { background-color: #EC83F3; }
a { background-color: rgb(236,131,243); }
div.DivClassName
{
background-color: #EC83F3;
}
.BgClassName
{
background-color: #EC83F3;
}
</style>
border-color css
<style>
span { border-color: #EC83F3; }
span { border-color: rgb(236,131,243); }
td.TdClassName
{
border-color: #EC83F3;
}
.TagClassName
{
border-color: #EC83F3;
}
</style>