Shades of Violet #EA83EC
Tints of Violet #EA83EC
RGB
CMYK
RGB Variations
Color information
#EA83EC (or 0xEA83EC) is known color: Violet. HEX triplet: EA, 83 and EC. RGB value is (234,131,236). Sum of RGB (Red+Green+Blue) = 234+131+236=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 131 (51.56% from 255 or 21.80% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA83EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA83EC is #157C13. Grayscale: #ADADAD. Windows color (decimal): -1408020 or 15500266. OLE color: 15500266.
HSL color Cylindrical-coordinate representation of color #EA83EC: hue angle of 298.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA83EC is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 131 | 236 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.07 |
| HSL | 298.86º | 0.73% | 0.72% | - |
| HSV(B) | 298.86º | 0.44% | 0.93% | - |
| XYZ | 57.19 | 39.78 | 84.02 | - |
| YUV | 173.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 236 | 0.01 | 0.44 | 0 | 0.07 | 298.86 | 0.73 | 0.72 |
| Hex | EA | 83 | EC | 1 | 2C | 0 | 7 | 12B | 49 | 48 |
| Octal | 352 | 203 | 354 | 1 | 54 | 0 | 7 | 453 | 111 | 110 |
| Binary | 11101010 | 10000011 | 11101100 | 1 | 101100 | 0 | 111 | 100101011 | 1001001 | 1001000 |
Color Harmonies of #EA83EC
Complementary color
Monochromatic Colors of #EA83EC
Black with #EA83EC
Text Example
Text Example
White with #EA83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83EC; }
p { color: rgb(234,131,236); }
H1.HeaderClassName
{
color: #EA83EC;
}
.AnyTagClassName
{
color: #EA83EC;
}
</style>
background-color css
<style>
a { background-color: #EA83EC; }
a { background-color: rgb(234,131,236); }
div.DivClassName
{
background-color: #EA83EC;
}
.BgClassName
{
background-color: #EA83EC;
}
</style>
border-color css
<style>
span { border-color: #EA83EC; }
span { border-color: rgb(234,131,236); }
td.TdClassName
{
border-color: #EA83EC;
}
.TagClassName
{
border-color: #EA83EC;
}
</style>