Shades of Brilliant Rose #E85B9D
Tints of Brilliant Rose #E85B9D
RGB
CMYK
RGB Variations
Color information
#E85B9D (or 0xE85B9D) is known color: Brilliant Rose. HEX triplet: E8, 5B and 9D. RGB value is (232,91,157). Sum of RGB (Red+Green+Blue) = 232+91+157=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85B9D is #17A462. Grayscale: #8C8C8C. Windows color (decimal): -1549411 or 10312680. OLE color: 10312680.
HSL color Cylindrical-coordinate representation of color #E85B9D: hue angle of 331.91º 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 #E85B9D is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 157 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.09 |
| HSL | 331.91º | 0.75% | 0.63% | - |
| HSV(B) | 331.91º | 0.61% | 0.91% | - |
| XYZ | 43.11 | 27.07 | 34.85 | - |
| YUV | 140.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 157 | 0 | 0.61 | 0.32 | 0.09 | 331.91 | 0.75 | 0.63 |
| Hex | E8 | 5B | 9D | 0 | 3D | 20 | 9 | 14C | 4B | 3F |
| Octal | 350 | 133 | 235 | 0 | 75 | 40 | 11 | 514 | 113 | 77 |
| Binary | 11101000 | 1011011 | 10011101 | 0 | 111101 | 100000 | 1001 | 101001100 | 1001011 | 111111 |
Color Harmonies of #E85B9D
Complementary color
Monochromatic Colors of #E85B9D
Black with #E85B9D
Text Example
Text Example
White with #E85B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B9D; }
p { color: rgb(232,91,157); }
H1.HeaderClassName
{
color: #E85B9D;
}
.AnyTagClassName
{
color: #E85B9D;
}
</style>
background-color css
<style>
a { background-color: #E85B9D; }
a { background-color: rgb(232,91,157); }
div.DivClassName
{
background-color: #E85B9D;
}
.BgClassName
{
background-color: #E85B9D;
}
</style>
border-color css
<style>
span { border-color: #E85B9D; }
span { border-color: rgb(232,91,157); }
td.TdClassName
{
border-color: #E85B9D;
}
.TagClassName
{
border-color: #E85B9D;
}
</style>