Shades of Violet #EC83EE
Tints of Violet #EC83EE
RGB
CMYK
RGB Variations
Color information
#EC83EE (or 0xEC83EE) is known color: Violet. HEX triplet: EC, 83 and EE. RGB value is (236,131,238). Sum of RGB (Red+Green+Blue) = 236+131+238=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 131 (51.56% from 255 or 21.65% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC83EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83EE is #137C11. Grayscale: #AEAEAE. Windows color (decimal): -1276946 or 15631340. OLE color: 15631340.
HSL color Cylindrical-coordinate representation of color #EC83EE: hue angle of 298.88º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC83EE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 238 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.07 |
| HSL | 298.88º | 0.76% | 0.72% | - |
| HSV(B) | 298.88º | 0.45% | 0.93% | - |
| XYZ | 58.14 | 40.24 | 85.59 | - |
| YUV | 174.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 238 | 0.01 | 0.45 | 0 | 0.07 | 298.88 | 0.76 | 0.72 |
| Hex | EC | 83 | EE | 1 | 2D | 0 | 7 | 12B | 4C | 48 |
| Octal | 354 | 203 | 356 | 1 | 55 | 0 | 7 | 453 | 114 | 110 |
| Binary | 11101100 | 10000011 | 11101110 | 1 | 101101 | 0 | 111 | 100101011 | 1001100 | 1001000 |
Color Harmonies of #EC83EE
Complementary color
Monochromatic Colors of #EC83EE
Black with #EC83EE
Text Example
Text Example
White with #EC83EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83EE; }
p { color: rgb(236,131,238); }
H1.HeaderClassName
{
color: #EC83EE;
}
.AnyTagClassName
{
color: #EC83EE;
}
</style>
background-color css
<style>
a { background-color: #EC83EE; }
a { background-color: rgb(236,131,238); }
div.DivClassName
{
background-color: #EC83EE;
}
.BgClassName
{
background-color: #EC83EE;
}
</style>
border-color css
<style>
span { border-color: #EC83EE; }
span { border-color: rgb(236,131,238); }
td.TdClassName
{
border-color: #EC83EE;
}
.TagClassName
{
border-color: #EC83EE;
}
</style>