Shades of Brilliant Rose #E84BAA
Tints of Brilliant Rose #E84BAA
RGB
CMYK
RGB Variations
Color information
#E84BAA (or 0xE84BAA) is known color: Brilliant Rose. HEX triplet: E8, 4B and AA. RGB value is (232,75,170). Sum of RGB (Red+Green+Blue) = 232+75+170=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E84BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84BAA is #17B455. Grayscale: #848484. Windows color (decimal): -1553494 or 11160552. OLE color: 11160552.
HSL color Cylindrical-coordinate representation of color #E84BAA: hue angle of 323.69º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84BAA is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 75 | 170 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.09 |
| HSL | 323.69º | 0.77% | 0.6% | - |
| HSV(B) | 323.69º | 0.68% | 0.91% | - |
| XYZ | 43.05 | 25.09 | 40.6 | - |
| YUV | 132.77 | 149.01 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 75 | 170 | 0 | 0.68 | 0.27 | 0.09 | 323.69 | 0.77 | 0.6 |
| Hex | E8 | 4B | AA | 0 | 44 | 1B | 9 | 144 | 4D | 3C |
| Octal | 350 | 113 | 252 | 0 | 104 | 33 | 11 | 504 | 115 | 74 |
| Binary | 11101000 | 1001011 | 10101010 | 0 | 1000100 | 11011 | 1001 | 101000100 | 1001101 | 111100 |
Color Harmonies of #E84BAA
Complementary color
Monochromatic Colors of #E84BAA
Black with #E84BAA
Text Example
Text Example
White with #E84BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84BAA; }
p { color: rgb(232,75,170); }
H1.HeaderClassName
{
color: #E84BAA;
}
.AnyTagClassName
{
color: #E84BAA;
}
</style>
background-color css
<style>
a { background-color: #E84BAA; }
a { background-color: rgb(232,75,170); }
div.DivClassName
{
background-color: #E84BAA;
}
.BgClassName
{
background-color: #E84BAA;
}
</style>
border-color css
<style>
span { border-color: #E84BAA; }
span { border-color: rgb(232,75,170); }
td.TdClassName
{
border-color: #E84BAA;
}
.TagClassName
{
border-color: #E84BAA;
}
</style>