Shades of Violet #EA84E5
Tints of Violet #EA84E5
RGB
CMYK
RGB Variations
Color information
#EA84E5 (or 0xEA84E5) is known color: Violet. HEX triplet: EA, 84 and E5. RGB value is (234,132,229). Sum of RGB (Red+Green+Blue) = 234+132+229=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84E5 is #157B1A. Grayscale: #ADADAD. Windows color (decimal): -1407771 or 15041770. OLE color: 15041770.
HSL color Cylindrical-coordinate representation of color #EA84E5: hue angle of 302.94º 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 #EA84E5 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 229 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.08 |
| HSL | 302.94º | 0.71% | 0.72% | - |
| HSV(B) | 302.94º | 0.44% | 0.92% | - |
| XYZ | 56.33 | 39.65 | 78.81 | - |
| YUV | 173.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 229 | 0 | 0.44 | 0.02 | 0.08 | 302.94 | 0.71 | 0.72 |
| Hex | EA | 84 | E5 | 0 | 2C | 2 | 8 | 12F | 47 | 48 |
| Octal | 352 | 204 | 345 | 0 | 54 | 2 | 10 | 457 | 107 | 110 |
| Binary | 11101010 | 10000100 | 11100101 | 0 | 101100 | 10 | 1000 | 100101111 | 1000111 | 1001000 |
Color Harmonies of #EA84E5
Complementary color
Monochromatic Colors of #EA84E5
Black with #EA84E5
Text Example
Text Example
White with #EA84E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84E5; }
p { color: rgb(234,132,229); }
H1.HeaderClassName
{
color: #EA84E5;
}
.AnyTagClassName
{
color: #EA84E5;
}
</style>
background-color css
<style>
a { background-color: #EA84E5; }
a { background-color: rgb(234,132,229); }
div.DivClassName
{
background-color: #EA84E5;
}
.BgClassName
{
background-color: #EA84E5;
}
</style>
border-color css
<style>
span { border-color: #EA84E5; }
span { border-color: rgb(234,132,229); }
td.TdClassName
{
border-color: #EA84E5;
}
.TagClassName
{
border-color: #EA84E5;
}
</style>