Shades of Brilliant Rose #E84EA5
Tints of Brilliant Rose #E84EA5
RGB
CMYK
RGB Variations
Color information
#E84EA5 (or 0xE84EA5) is known color: Brilliant Rose. HEX triplet: E8, 4E and A5. RGB value is (232,78,165). Sum of RGB (Red+Green+Blue) = 232+78+165=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E84EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84EA5 is #17B15A. Grayscale: #858585. Windows color (decimal): -1552731 or 10833640. OLE color: 10833640.
HSL color Cylindrical-coordinate representation of color #E84EA5: hue angle of 326.1º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E84EA5 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 165 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.09 |
| HSL | 326.1º | 0.77% | 0.61% | - |
| HSV(B) | 326.1º | 0.66% | 0.91% | - |
| XYZ | 42.79 | 25.32 | 38.23 | - |
| YUV | 133.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 165 | 0 | 0.66 | 0.29 | 0.09 | 326.1 | 0.77 | 0.61 |
| Hex | E8 | 4E | A5 | 0 | 42 | 1D | 9 | 146 | 4D | 3D |
| Octal | 350 | 116 | 245 | 0 | 102 | 35 | 11 | 506 | 115 | 75 |
| Binary | 11101000 | 1001110 | 10100101 | 0 | 1000010 | 11101 | 1001 | 101000110 | 1001101 | 111101 |
Color Harmonies of #E84EA5
Complementary color
Monochromatic Colors of #E84EA5
Black with #E84EA5
Text Example
Text Example
White with #E84EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84EA5; }
p { color: rgb(232,78,165); }
H1.HeaderClassName
{
color: #E84EA5;
}
.AnyTagClassName
{
color: #E84EA5;
}
</style>
background-color css
<style>
a { background-color: #E84EA5; }
a { background-color: rgb(232,78,165); }
div.DivClassName
{
background-color: #E84EA5;
}
.BgClassName
{
background-color: #E84EA5;
}
</style>
border-color css
<style>
span { border-color: #E84EA5; }
span { border-color: rgb(232,78,165); }
td.TdClassName
{
border-color: #E84EA5;
}
.TagClassName
{
border-color: #E84EA5;
}
</style>