Shades of Violet #EE83EC
Tints of Violet #EE83EC
RGB
CMYK
RGB Variations
Color information
#EE83EC (or 0xEE83EC) is known color: Violet. HEX triplet: EE, 83 and EC. RGB value is (238,131,236). Sum of RGB (Red+Green+Blue) = 238+131+236=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 131 (51.56% from 255 or 21.65% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE83EC is #117C13. Grayscale: #AEAEAE. Windows color (decimal): -1145876 or 15500270. OLE color: 15500270.
HSL color Cylindrical-coordinate representation of color #EE83EC: hue angle of 301.12º 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 #EE83EC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 236 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.07 |
| HSL | 301.12º | 0.76% | 0.72% | - |
| HSV(B) | 301.12º | 0.45% | 0.93% | - |
| XYZ | 58.52 | 40.47 | 84.08 | - |
| YUV | 174.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 236 | 0 | 0.45 | 0.01 | 0.07 | 301.12 | 0.76 | 0.72 |
| Hex | EE | 83 | EC | 0 | 2D | 1 | 7 | 12D | 4C | 48 |
| Octal | 356 | 203 | 354 | 0 | 55 | 1 | 7 | 455 | 114 | 110 |
| Binary | 11101110 | 10000011 | 11101100 | 0 | 101101 | 1 | 111 | 100101101 | 1001100 | 1001000 |
Color Harmonies of #EE83EC
Complementary color
Monochromatic Colors of #EE83EC
Black with #EE83EC
Text Example
Text Example
White with #EE83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83EC; }
p { color: rgb(238,131,236); }
H1.HeaderClassName
{
color: #EE83EC;
}
.AnyTagClassName
{
color: #EE83EC;
}
</style>
background-color css
<style>
a { background-color: #EE83EC; }
a { background-color: rgb(238,131,236); }
div.DivClassName
{
background-color: #EE83EC;
}
.BgClassName
{
background-color: #EE83EC;
}
</style>
border-color css
<style>
span { border-color: #EE83EC; }
span { border-color: rgb(238,131,236); }
td.TdClassName
{
border-color: #EE83EC;
}
.TagClassName
{
border-color: #EE83EC;
}
</style>