Shades of Brilliant Rose #E85BA5
Tints of Brilliant Rose #E85BA5
RGB
CMYK
RGB Variations
Color information
#E85BA5 (or 0xE85BA5) is known color: Brilliant Rose. HEX triplet: E8, 5B and A5. RGB value is (232,91,165). Sum of RGB (Red+Green+Blue) = 232+91+165=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BA5 is #17A45A. Grayscale: #8D8D8D. Windows color (decimal): -1549403 or 10836968. OLE color: 10836968.
HSL color Cylindrical-coordinate representation of color #E85BA5: hue angle of 328.51º 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 #E85BA5 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 165 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.09 |
| HSL | 328.51º | 0.75% | 0.63% | - |
| HSV(B) | 328.51º | 0.61% | 0.91% | - |
| XYZ | 43.81 | 27.35 | 38.57 | - |
| YUV | 141.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 165 | 0 | 0.61 | 0.29 | 0.09 | 328.51 | 0.75 | 0.63 |
| Hex | E8 | 5B | A5 | 0 | 3D | 1D | 9 | 149 | 4B | 3F |
| Octal | 350 | 133 | 245 | 0 | 75 | 35 | 11 | 511 | 113 | 77 |
| Binary | 11101000 | 1011011 | 10100101 | 0 | 111101 | 11101 | 1001 | 101001001 | 1001011 | 111111 |
Color Harmonies of #E85BA5
Complementary color
Monochromatic Colors of #E85BA5
Black with #E85BA5
Text Example
Text Example
White with #E85BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BA5; }
p { color: rgb(232,91,165); }
H1.HeaderClassName
{
color: #E85BA5;
}
.AnyTagClassName
{
color: #E85BA5;
}
</style>
background-color css
<style>
a { background-color: #E85BA5; }
a { background-color: rgb(232,91,165); }
div.DivClassName
{
background-color: #E85BA5;
}
.BgClassName
{
background-color: #E85BA5;
}
</style>
border-color css
<style>
span { border-color: #E85BA5; }
span { border-color: rgb(232,91,165); }
td.TdClassName
{
border-color: #E85BA5;
}
.TagClassName
{
border-color: #E85BA5;
}
</style>