Shades of Violet #EA84E8
Tints of Violet #EA84E8
RGB
CMYK
RGB Variations
Color information
#EA84E8 (or 0xEA84E8) is known color: Violet. HEX triplet: EA, 84 and E8. RGB value is (234,132,232). Sum of RGB (Red+Green+Blue) = 234+132+232=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 132 (51.95% from 255 or 22.07% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA84E8 is #157B17. Grayscale: #ADADAD. Windows color (decimal): -1407768 or 15238378. OLE color: 15238378.
HSL color Cylindrical-coordinate representation of color #EA84E8: hue angle of 301.18º 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 #EA84E8 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 232 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.08 |
| HSL | 301.18º | 0.71% | 0.72% | - |
| HSV(B) | 301.18º | 0.44% | 0.92% | - |
| XYZ | 56.75 | 39.82 | 81.04 | - |
| YUV | 173.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 232 | 0 | 0.44 | 0.01 | 0.08 | 301.18 | 0.71 | 0.72 |
| Hex | EA | 84 | E8 | 0 | 2C | 1 | 8 | 12D | 47 | 48 |
| Octal | 352 | 204 | 350 | 0 | 54 | 1 | 10 | 455 | 107 | 110 |
| Binary | 11101010 | 10000100 | 11101000 | 0 | 101100 | 1 | 1000 | 100101101 | 1000111 | 1001000 |
Color Harmonies of #EA84E8
Complementary color
Monochromatic Colors of #EA84E8
Black with #EA84E8
Text Example
Text Example
White with #EA84E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84E8; }
p { color: rgb(234,132,232); }
H1.HeaderClassName
{
color: #EA84E8;
}
.AnyTagClassName
{
color: #EA84E8;
}
</style>
background-color css
<style>
a { background-color: #EA84E8; }
a { background-color: rgb(234,132,232); }
div.DivClassName
{
background-color: #EA84E8;
}
.BgClassName
{
background-color: #EA84E8;
}
</style>
border-color css
<style>
span { border-color: #EA84E8; }
span { border-color: rgb(234,132,232); }
td.TdClassName
{
border-color: #EA84E8;
}
.TagClassName
{
border-color: #EA84E8;
}
</style>