Shades of Violet #EA84E0
Tints of Violet #EA84E0
RGB
CMYK
RGB Variations
Color information
#EA84E0 (or 0xEA84E0) is known color: Violet. HEX triplet: EA, 84 and E0. RGB value is (234,132,224). Sum of RGB (Red+Green+Blue) = 234+132+224=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84E0 is #157B1F. Grayscale: #ACACAC. Windows color (decimal): -1407776 or 14714090. OLE color: 14714090.
HSL color Cylindrical-coordinate representation of color #EA84E0: hue angle of 305.88º 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 #EA84E0 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 224 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.08 |
| HSL | 305.88º | 0.71% | 0.72% | - |
| HSV(B) | 305.88º | 0.44% | 0.92% | - |
| XYZ | 55.64 | 39.38 | 75.19 | - |
| YUV | 172.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 224 | 0 | 0.44 | 0.04 | 0.08 | 305.88 | 0.71 | 0.72 |
| Hex | EA | 84 | E0 | 0 | 2C | 4 | 8 | 132 | 47 | 48 |
| Octal | 352 | 204 | 340 | 0 | 54 | 4 | 10 | 462 | 107 | 110 |
| Binary | 11101010 | 10000100 | 11100000 | 0 | 101100 | 100 | 1000 | 100110010 | 1000111 | 1001000 |
Color Harmonies of #EA84E0
Complementary color
Monochromatic Colors of #EA84E0
Black with #EA84E0
Text Example
Text Example
White with #EA84E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84E0; }
p { color: rgb(234,132,224); }
H1.HeaderClassName
{
color: #EA84E0;
}
.AnyTagClassName
{
color: #EA84E0;
}
</style>
background-color css
<style>
a { background-color: #EA84E0; }
a { background-color: rgb(234,132,224); }
div.DivClassName
{
background-color: #EA84E0;
}
.BgClassName
{
background-color: #EA84E0;
}
</style>
border-color css
<style>
span { border-color: #EA84E0; }
span { border-color: rgb(234,132,224); }
td.TdClassName
{
border-color: #EA84E0;
}
.TagClassName
{
border-color: #EA84E0;
}
</style>