Shades of Brilliant Rose #E85BAB
Tints of Brilliant Rose #E85BAB
RGB
CMYK
RGB Variations
Color information
#E85BAB (or 0xE85BAB) is known color: Brilliant Rose. HEX triplet: E8, 5B and AB. RGB value is (232,91,171). Sum of RGB (Red+Green+Blue) = 232+91+171=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BAB is #17A454. Grayscale: #8E8E8E. Windows color (decimal): -1549397 or 11230184. OLE color: 11230184.
HSL color Cylindrical-coordinate representation of color #E85BAB: hue angle of 325.96º 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 #E85BAB is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 171 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.09 |
| HSL | 325.96º | 0.75% | 0.63% | - |
| HSV(B) | 325.96º | 0.61% | 0.91% | - |
| XYZ | 44.37 | 27.58 | 41.51 | - |
| YUV | 142.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 171 | 0 | 0.61 | 0.26 | 0.09 | 325.96 | 0.75 | 0.63 |
| Hex | E8 | 5B | AB | 0 | 3D | 1A | 9 | 146 | 4B | 3F |
| Octal | 350 | 133 | 253 | 0 | 75 | 32 | 11 | 506 | 113 | 77 |
| Binary | 11101000 | 1011011 | 10101011 | 0 | 111101 | 11010 | 1001 | 101000110 | 1001011 | 111111 |
Color Harmonies of #E85BAB
Complementary color
Monochromatic Colors of #E85BAB
Black with #E85BAB
Text Example
Text Example
White with #E85BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BAB; }
p { color: rgb(232,91,171); }
H1.HeaderClassName
{
color: #E85BAB;
}
.AnyTagClassName
{
color: #E85BAB;
}
</style>
background-color css
<style>
a { background-color: #E85BAB; }
a { background-color: rgb(232,91,171); }
div.DivClassName
{
background-color: #E85BAB;
}
.BgClassName
{
background-color: #E85BAB;
}
</style>
border-color css
<style>
span { border-color: #E85BAB; }
span { border-color: rgb(232,91,171); }
td.TdClassName
{
border-color: #E85BAB;
}
.TagClassName
{
border-color: #E85BAB;
}
</style>