Shades of Violet #EA83E9
Tints of Violet #EA83E9
RGB
CMYK
RGB Variations
Color information
#EA83E9 (or 0xEA83E9) is known color: Violet. HEX triplet: EA, 83 and E9. RGB value is (234,131,233). Sum of RGB (Red+Green+Blue) = 234+131+233=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 131 (51.56% from 255 or 21.91% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA83E9 is #157C16. Grayscale: #ADADAD. Windows color (decimal): -1408023 or 15303658. OLE color: 15303658.
HSL color Cylindrical-coordinate representation of color #EA83E9: hue angle of 300.58º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA83E9 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 233 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.08 |
| HSL | 300.58º | 0.71% | 0.72% | - |
| HSV(B) | 300.58º | 0.44% | 0.92% | - |
| XYZ | 56.76 | 39.61 | 81.74 | - |
| YUV | 173.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 233 | 0 | 0.44 | 0.00 | 0.08 | 300.58 | 0.71 | 0.72 |
| Hex | EA | 83 | E9 | 0 | 2C | 0 | 8 | 12D | 47 | 48 |
| Octal | 352 | 203 | 351 | 0 | 54 | 0 | 10 | 455 | 107 | 110 |
| Binary | 11101010 | 10000011 | 11101001 | 0 | 101100 | 0 | 1000 | 100101101 | 1000111 | 1001000 |
Color Harmonies of #EA83E9
Complementary color
Monochromatic Colors of #EA83E9
Black with #EA83E9
Text Example
Text Example
White with #EA83E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83E9; }
p { color: rgb(234,131,233); }
H1.HeaderClassName
{
color: #EA83E9;
}
.AnyTagClassName
{
color: #EA83E9;
}
</style>
background-color css
<style>
a { background-color: #EA83E9; }
a { background-color: rgb(234,131,233); }
div.DivClassName
{
background-color: #EA83E9;
}
.BgClassName
{
background-color: #EA83E9;
}
</style>
border-color css
<style>
span { border-color: #EA83E9; }
span { border-color: rgb(234,131,233); }
td.TdClassName
{
border-color: #EA83E9;
}
.TagClassName
{
border-color: #EA83E9;
}
</style>