Shades of Brilliant Rose #E85BA9
Tints of Brilliant Rose #E85BA9
RGB
CMYK
RGB Variations
Color information
#E85BA9 (or 0xE85BA9) is known color: Brilliant Rose. HEX triplet: E8, 5B and A9. RGB value is (232,91,169). Sum of RGB (Red+Green+Blue) = 232+91+169=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BA9 is #17A456. Grayscale: #8D8D8D. Windows color (decimal): -1549399 or 11099112. OLE color: 11099112.
HSL color Cylindrical-coordinate representation of color #E85BA9: hue angle of 326.81º degrees, saturation: 0.75, 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 #E85BA9 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 169 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.09 |
| HSL | 326.81º | 0.75% | 0.63% | - |
| HSV(B) | 326.81º | 0.61% | 0.91% | - |
| XYZ | 44.18 | 27.5 | 40.52 | - |
| YUV | 142.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 169 | 0 | 0.61 | 0.27 | 0.09 | 326.81 | 0.75 | 0.63 |
| Hex | E8 | 5B | A9 | 0 | 3D | 1B | 9 | 147 | 4B | 3F |
| Octal | 350 | 133 | 251 | 0 | 75 | 33 | 11 | 507 | 113 | 77 |
| Binary | 11101000 | 1011011 | 10101001 | 0 | 111101 | 11011 | 1001 | 101000111 | 1001011 | 111111 |
Color Harmonies of #E85BA9
Complementary color
Monochromatic Colors of #E85BA9
Black with #E85BA9
Text Example
Text Example
White with #E85BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BA9; }
p { color: rgb(232,91,169); }
H1.HeaderClassName
{
color: #E85BA9;
}
.AnyTagClassName
{
color: #E85BA9;
}
</style>
background-color css
<style>
a { background-color: #E85BA9; }
a { background-color: rgb(232,91,169); }
div.DivClassName
{
background-color: #E85BA9;
}
.BgClassName
{
background-color: #E85BA9;
}
</style>
border-color css
<style>
span { border-color: #E85BA9; }
span { border-color: rgb(232,91,169); }
td.TdClassName
{
border-color: #E85BA9;
}
.TagClassName
{
border-color: #E85BA9;
}
</style>