Shades of Violet #EA84E4
Tints of Violet #EA84E4
RGB
CMYK
RGB Variations
Color information
#EA84E4 (or 0xEA84E4) is known color: Violet. HEX triplet: EA, 84 and E4. RGB value is (234,132,228). Sum of RGB (Red+Green+Blue) = 234+132+228=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84E4 is #157B1B. Grayscale: #ADADAD. Windows color (decimal): -1407772 or 14976234. OLE color: 14976234.
HSL color Cylindrical-coordinate representation of color #EA84E4: hue angle of 303.53º 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 #EA84E4 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 228 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.08 |
| HSL | 303.53º | 0.71% | 0.72% | - |
| HSV(B) | 303.53º | 0.44% | 0.92% | - |
| XYZ | 56.19 | 39.6 | 78.08 | - |
| YUV | 173.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 228 | 0 | 0.44 | 0.03 | 0.08 | 303.53 | 0.71 | 0.72 |
| Hex | EA | 84 | E4 | 0 | 2C | 3 | 8 | 130 | 47 | 48 |
| Octal | 352 | 204 | 344 | 0 | 54 | 3 | 10 | 460 | 107 | 110 |
| Binary | 11101010 | 10000100 | 11100100 | 0 | 101100 | 11 | 1000 | 100110000 | 1000111 | 1001000 |
Color Harmonies of #EA84E4
Complementary color
Monochromatic Colors of #EA84E4
Black with #EA84E4
Text Example
Text Example
White with #EA84E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84E4; }
p { color: rgb(234,132,228); }
H1.HeaderClassName
{
color: #EA84E4;
}
.AnyTagClassName
{
color: #EA84E4;
}
</style>
background-color css
<style>
a { background-color: #EA84E4; }
a { background-color: rgb(234,132,228); }
div.DivClassName
{
background-color: #EA84E4;
}
.BgClassName
{
background-color: #EA84E4;
}
</style>
border-color css
<style>
span { border-color: #EA84E4; }
span { border-color: rgb(234,132,228); }
td.TdClassName
{
border-color: #EA84E4;
}
.TagClassName
{
border-color: #EA84E4;
}
</style>