Shades of Violet #EC83F0
Tints of Violet #EC83F0
RGB
CMYK
RGB Variations
Color information
#EC83F0 (or 0xEC83F0) is known color: Violet. HEX triplet: EC, 83 and F0. RGB value is (236,131,240). Sum of RGB (Red+Green+Blue) = 236+131+240=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 131 (51.56% from 255 or 21.58% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC83F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83F0 is #137C0F. Grayscale: #AEAEAE. Windows color (decimal): -1276944 or 15762412. OLE color: 15762412.
HSL color Cylindrical-coordinate representation of color #EC83F0: hue angle of 297.8º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC83F0 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 131 | 240 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.06 |
| HSL | 297.8º | 0.78% | 0.73% | - |
| HSV(B) | 297.8º | 0.45% | 0.94% | - |
| XYZ | 58.44 | 40.36 | 87.15 | - |
| YUV | 174.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 240 | 0.02 | 0.45 | 0 | 0.06 | 297.8 | 0.78 | 0.73 |
| Hex | EC | 83 | F0 | 2 | 2D | 0 | 6 | 12A | 4E | 49 |
| Octal | 354 | 203 | 360 | 2 | 55 | 0 | 6 | 452 | 116 | 111 |
| Binary | 11101100 | 10000011 | 11110000 | 10 | 101101 | 0 | 110 | 100101010 | 1001110 | 1001001 |
Color Harmonies of #EC83F0
Complementary color
Monochromatic Colors of #EC83F0
Black with #EC83F0
Text Example
Text Example
White with #EC83F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83F0; }
p { color: rgb(236,131,240); }
H1.HeaderClassName
{
color: #EC83F0;
}
.AnyTagClassName
{
color: #EC83F0;
}
</style>
background-color css
<style>
a { background-color: #EC83F0; }
a { background-color: rgb(236,131,240); }
div.DivClassName
{
background-color: #EC83F0;
}
.BgClassName
{
background-color: #EC83F0;
}
</style>
border-color css
<style>
span { border-color: #EC83F0; }
span { border-color: rgb(236,131,240); }
td.TdClassName
{
border-color: #EC83F0;
}
.TagClassName
{
border-color: #EC83F0;
}
</style>