Shades of Brilliant Rose #E85AAA
Tints of Brilliant Rose #E85AAA
RGB
CMYK
RGB Variations
Color information
#E85AAA (or 0xE85AAA) is known color: Brilliant Rose. HEX triplet: E8, 5A and AA. RGB value is (232,90,170). Sum of RGB (Red+Green+Blue) = 232+90+170=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85AAA is #17A555. Grayscale: #8D8D8D. Windows color (decimal): -1549654 or 11164392. OLE color: 11164392.
HSL color Cylindrical-coordinate representation of color #E85AAA: hue angle of 326.2º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85AAA is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 170 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.09 |
| HSL | 326.2º | 0.76% | 0.63% | - |
| HSV(B) | 326.2º | 0.61% | 0.91% | - |
| XYZ | 44.19 | 27.37 | 40.98 | - |
| YUV | 141.58 | 144.04 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 170 | 0 | 0.61 | 0.27 | 0.09 | 326.2 | 0.76 | 0.63 |
| Hex | E8 | 5A | AA | 0 | 3D | 1B | 9 | 146 | 4C | 3F |
| Octal | 350 | 132 | 252 | 0 | 75 | 33 | 11 | 506 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10101010 | 0 | 111101 | 11011 | 1001 | 101000110 | 1001100 | 111111 |
Color Harmonies of #E85AAA
Complementary color
Monochromatic Colors of #E85AAA
Black with #E85AAA
Text Example
Text Example
White with #E85AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85AAA; }
p { color: rgb(232,90,170); }
H1.HeaderClassName
{
color: #E85AAA;
}
.AnyTagClassName
{
color: #E85AAA;
}
</style>
background-color css
<style>
a { background-color: #E85AAA; }
a { background-color: rgb(232,90,170); }
div.DivClassName
{
background-color: #E85AAA;
}
.BgClassName
{
background-color: #E85AAA;
}
</style>
border-color css
<style>
span { border-color: #E85AAA; }
span { border-color: rgb(232,90,170); }
td.TdClassName
{
border-color: #E85AAA;
}
.TagClassName
{
border-color: #E85AAA;
}
</style>