Shades of Brilliant Rose #E85BA7
Tints of Brilliant Rose #E85BA7
RGB
CMYK
RGB Variations
Color information
#E85BA7 (or 0xE85BA7) is known color: Brilliant Rose. HEX triplet: E8, 5B and A7. RGB value is (232,91,167). Sum of RGB (Red+Green+Blue) = 232+91+167=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BA7 is #17A458. Grayscale: #8D8D8D. Windows color (decimal): -1549401 or 10968040. OLE color: 10968040.
HSL color Cylindrical-coordinate representation of color #E85BA7: hue angle of 327.66º 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 #E85BA7 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 167 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.09 |
| HSL | 327.66º | 0.75% | 0.63% | - |
| HSV(B) | 327.66º | 0.61% | 0.91% | - |
| XYZ | 43.99 | 27.43 | 39.53 | - |
| YUV | 141.82 | 142.21 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 167 | 0 | 0.61 | 0.28 | 0.09 | 327.66 | 0.75 | 0.63 |
| Hex | E8 | 5B | A7 | 0 | 3D | 1C | 9 | 148 | 4B | 3F |
| Octal | 350 | 133 | 247 | 0 | 75 | 34 | 11 | 510 | 113 | 77 |
| Binary | 11101000 | 1011011 | 10100111 | 0 | 111101 | 11100 | 1001 | 101001000 | 1001011 | 111111 |
Color Harmonies of #E85BA7
Complementary color
Monochromatic Colors of #E85BA7
Black with #E85BA7
Text Example
Text Example
White with #E85BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BA7; }
p { color: rgb(232,91,167); }
H1.HeaderClassName
{
color: #E85BA7;
}
.AnyTagClassName
{
color: #E85BA7;
}
</style>
background-color css
<style>
a { background-color: #E85BA7; }
a { background-color: rgb(232,91,167); }
div.DivClassName
{
background-color: #E85BA7;
}
.BgClassName
{
background-color: #E85BA7;
}
</style>
border-color css
<style>
span { border-color: #E85BA7; }
span { border-color: rgb(232,91,167); }
td.TdClassName
{
border-color: #E85BA7;
}
.TagClassName
{
border-color: #E85BA7;
}
</style>