Shades of Brilliant Rose #E85BA4
Tints of Brilliant Rose #E85BA4
RGB
CMYK
RGB Variations
Color information
#E85BA4 (or 0xE85BA4) is known color: Brilliant Rose. HEX triplet: E8, 5B and A4. RGB value is (232,91,164). Sum of RGB (Red+Green+Blue) = 232+91+164=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BA4 is #17A45B. Grayscale: #8D8D8D. Windows color (decimal): -1549404 or 10771432. OLE color: 10771432.
HSL color Cylindrical-coordinate representation of color #E85BA4: hue angle of 328.94º 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 #E85BA4 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 164 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.09 |
| HSL | 328.94º | 0.75% | 0.63% | - |
| HSV(B) | 328.94º | 0.61% | 0.91% | - |
| XYZ | 43.72 | 27.32 | 38.09 | - |
| YUV | 141.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 164 | 0 | 0.61 | 0.29 | 0.09 | 328.94 | 0.75 | 0.63 |
| Hex | E8 | 5B | A4 | 0 | 3D | 1D | 9 | 149 | 4B | 3F |
| Octal | 350 | 133 | 244 | 0 | 75 | 35 | 11 | 511 | 113 | 77 |
| Binary | 11101000 | 1011011 | 10100100 | 0 | 111101 | 11101 | 1001 | 101001001 | 1001011 | 111111 |
Color Harmonies of #E85BA4
Complementary color
Monochromatic Colors of #E85BA4
Black with #E85BA4
Text Example
Text Example
White with #E85BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BA4; }
p { color: rgb(232,91,164); }
H1.HeaderClassName
{
color: #E85BA4;
}
.AnyTagClassName
{
color: #E85BA4;
}
</style>
background-color css
<style>
a { background-color: #E85BA4; }
a { background-color: rgb(232,91,164); }
div.DivClassName
{
background-color: #E85BA4;
}
.BgClassName
{
background-color: #E85BA4;
}
</style>
border-color css
<style>
span { border-color: #E85BA4; }
span { border-color: rgb(232,91,164); }
td.TdClassName
{
border-color: #E85BA4;
}
.TagClassName
{
border-color: #E85BA4;
}
</style>