Shades of Brilliant Rose #E85BA0
Tints of Brilliant Rose #E85BA0
RGB
CMYK
RGB Variations
Color information
#E85BA0 (or 0xE85BA0) is known color: Brilliant Rose. HEX triplet: E8, 5B and A0. RGB value is (232,91,160). Sum of RGB (Red+Green+Blue) = 232+91+160=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BA0 is #17A45F. Grayscale: #8C8C8C. Windows color (decimal): -1549408 or 10509288. OLE color: 10509288.
HSL color Cylindrical-coordinate representation of color #E85BA0: hue angle of 330.64º 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 #E85BA0 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 160 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.09 |
| HSL | 330.64º | 0.75% | 0.63% | - |
| HSV(B) | 330.64º | 0.61% | 0.91% | - |
| XYZ | 43.36 | 27.18 | 36.22 | - |
| YUV | 141.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 160 | 0 | 0.61 | 0.31 | 0.09 | 330.64 | 0.75 | 0.63 |
| Hex | E8 | 5B | A0 | 0 | 3D | 1F | 9 | 14B | 4B | 3F |
| Octal | 350 | 133 | 240 | 0 | 75 | 37 | 11 | 513 | 113 | 77 |
| Binary | 11101000 | 1011011 | 10100000 | 0 | 111101 | 11111 | 1001 | 101001011 | 1001011 | 111111 |
Color Harmonies of #E85BA0
Complementary color
Monochromatic Colors of #E85BA0
Black with #E85BA0
Text Example
Text Example
White with #E85BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BA0; }
p { color: rgb(232,91,160); }
H1.HeaderClassName
{
color: #E85BA0;
}
.AnyTagClassName
{
color: #E85BA0;
}
</style>
background-color css
<style>
a { background-color: #E85BA0; }
a { background-color: rgb(232,91,160); }
div.DivClassName
{
background-color: #E85BA0;
}
.BgClassName
{
background-color: #E85BA0;
}
</style>
border-color css
<style>
span { border-color: #E85BA0; }
span { border-color: rgb(232,91,160); }
td.TdClassName
{
border-color: #E85BA0;
}
.TagClassName
{
border-color: #E85BA0;
}
</style>