Shades of Brilliant Rose #E85B9E
Tints of Brilliant Rose #E85B9E
RGB
CMYK
RGB Variations
Color information
#E85B9E (or 0xE85B9E) is known color: Brilliant Rose. HEX triplet: E8, 5B and 9E. RGB value is (232,91,158). Sum of RGB (Red+Green+Blue) = 232+91+158=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85B9E is #17A461. Grayscale: #8C8C8C. Windows color (decimal): -1549410 or 10378216. OLE color: 10378216.
HSL color Cylindrical-coordinate representation of color #E85B9E: hue angle of 331.49º 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 #E85B9E is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 158 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.09 |
| HSL | 331.49º | 0.75% | 0.63% | - |
| HSV(B) | 331.49º | 0.61% | 0.91% | - |
| XYZ | 43.19 | 27.11 | 35.3 | - |
| YUV | 140.8 | 137.71 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 158 | 0 | 0.61 | 0.32 | 0.09 | 331.49 | 0.75 | 0.63 |
| Hex | E8 | 5B | 9E | 0 | 3D | 20 | 9 | 14B | 4B | 3F |
| Octal | 350 | 133 | 236 | 0 | 75 | 40 | 11 | 513 | 113 | 77 |
| Binary | 11101000 | 1011011 | 10011110 | 0 | 111101 | 100000 | 1001 | 101001011 | 1001011 | 111111 |
Color Harmonies of #E85B9E
Complementary color
Monochromatic Colors of #E85B9E
Black with #E85B9E
Text Example
Text Example
White with #E85B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B9E; }
p { color: rgb(232,91,158); }
H1.HeaderClassName
{
color: #E85B9E;
}
.AnyTagClassName
{
color: #E85B9E;
}
</style>
background-color css
<style>
a { background-color: #E85B9E; }
a { background-color: rgb(232,91,158); }
div.DivClassName
{
background-color: #E85B9E;
}
.BgClassName
{
background-color: #E85B9E;
}
</style>
border-color css
<style>
span { border-color: #E85B9E; }
span { border-color: rgb(232,91,158); }
td.TdClassName
{
border-color: #E85B9E;
}
.TagClassName
{
border-color: #E85B9E;
}
</style>