Shades of Violet #EC83EF
Tints of Violet #EC83EF
RGB
CMYK
RGB Variations
Color information
#EC83EF (or 0xEC83EF) is known color: Violet. HEX triplet: EC, 83 and EF. RGB value is (236,131,239). Sum of RGB (Red+Green+Blue) = 236+131+239=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 131 (51.56% from 255 or 21.62% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC83EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83EF is #137C10. Grayscale: #AEAEAE. Windows color (decimal): -1276945 or 15696876. OLE color: 15696876.
HSL color Cylindrical-coordinate representation of color #EC83EF: hue angle of 298.33º degrees, saturation: 0.77, 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 #EC83EF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 131 | 239 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.06 |
| HSL | 298.33º | 0.77% | 0.73% | - |
| HSV(B) | 298.33º | 0.45% | 0.94% | - |
| XYZ | 58.29 | 40.3 | 86.37 | - |
| YUV | 174.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 239 | 0.01 | 0.45 | 0 | 0.06 | 298.33 | 0.77 | 0.73 |
| Hex | EC | 83 | EF | 1 | 2D | 0 | 6 | 12A | 4D | 49 |
| Octal | 354 | 203 | 357 | 1 | 55 | 0 | 6 | 452 | 115 | 111 |
| Binary | 11101100 | 10000011 | 11101111 | 1 | 101101 | 0 | 110 | 100101010 | 1001101 | 1001001 |
Color Harmonies of #EC83EF
Complementary color
Monochromatic Colors of #EC83EF
Black with #EC83EF
Text Example
Text Example
White with #EC83EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83EF; }
p { color: rgb(236,131,239); }
H1.HeaderClassName
{
color: #EC83EF;
}
.AnyTagClassName
{
color: #EC83EF;
}
</style>
background-color css
<style>
a { background-color: #EC83EF; }
a { background-color: rgb(236,131,239); }
div.DivClassName
{
background-color: #EC83EF;
}
.BgClassName
{
background-color: #EC83EF;
}
</style>
border-color css
<style>
span { border-color: #EC83EF; }
span { border-color: rgb(236,131,239); }
td.TdClassName
{
border-color: #EC83EF;
}
.TagClassName
{
border-color: #EC83EF;
}
</style>