Shades of Brilliant Rose #E85BAC
Tints of Brilliant Rose #E85BAC
RGB
CMYK
RGB Variations
Color information
#E85BAC (or 0xE85BAC) is known color: Brilliant Rose. HEX triplet: E8, 5B and AC. RGB value is (232,91,172). Sum of RGB (Red+Green+Blue) = 232+91+172=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BAC is #17A453. Grayscale: #8E8E8E. Windows color (decimal): -1549396 or 11295720. OLE color: 11295720.
HSL color Cylindrical-coordinate representation of color #E85BAC: hue angle of 325.53º 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 #E85BAC is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 172 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.09 |
| HSL | 325.53º | 0.75% | 0.63% | - |
| HSV(B) | 325.53º | 0.61% | 0.91% | - |
| XYZ | 44.47 | 27.62 | 42.02 | - |
| YUV | 142.39 | 144.71 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 172 | 0 | 0.61 | 0.26 | 0.09 | 325.53 | 0.75 | 0.63 |
| Hex | E8 | 5B | AC | 0 | 3D | 1A | 9 | 146 | 4B | 3F |
| Octal | 350 | 133 | 254 | 0 | 75 | 32 | 11 | 506 | 113 | 77 |
| Binary | 11101000 | 1011011 | 10101100 | 0 | 111101 | 11010 | 1001 | 101000110 | 1001011 | 111111 |
Color Harmonies of #E85BAC
Complementary color
Monochromatic Colors of #E85BAC
Black with #E85BAC
Text Example
Text Example
White with #E85BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BAC; }
p { color: rgb(232,91,172); }
H1.HeaderClassName
{
color: #E85BAC;
}
.AnyTagClassName
{
color: #E85BAC;
}
</style>
background-color css
<style>
a { background-color: #E85BAC; }
a { background-color: rgb(232,91,172); }
div.DivClassName
{
background-color: #E85BAC;
}
.BgClassName
{
background-color: #E85BAC;
}
</style>
border-color css
<style>
span { border-color: #E85BAC; }
span { border-color: rgb(232,91,172); }
td.TdClassName
{
border-color: #E85BAC;
}
.TagClassName
{
border-color: #E85BAC;
}
</style>