Shades of Brilliant Rose #E85AA0
Tints of Brilliant Rose #E85AA0
RGB
CMYK
RGB Variations
Color information
#E85AA0 (or 0xE85AA0) is known color: Brilliant Rose. HEX triplet: E8, 5A and A0. RGB value is (232,90,160). Sum of RGB (Red+Green+Blue) = 232+90+160=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85AA0 is #17A55F. Grayscale: #8C8C8C. Windows color (decimal): -1549664 or 10509032. OLE color: 10509032.
HSL color Cylindrical-coordinate representation of color #E85AA0: hue angle of 330.42º degrees, saturation: 0.76, 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 #E85AA0 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 160 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.09 |
| HSL | 330.42º | 0.76% | 0.63% | - |
| HSV(B) | 330.42º | 0.61% | 0.91% | - |
| XYZ | 43.28 | 27.01 | 36.19 | - |
| YUV | 140.44 | 139.04 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 160 | 0 | 0.61 | 0.31 | 0.09 | 330.42 | 0.76 | 0.63 |
| Hex | E8 | 5A | A0 | 0 | 3D | 1F | 9 | 14A | 4C | 3F |
| Octal | 350 | 132 | 240 | 0 | 75 | 37 | 11 | 512 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10100000 | 0 | 111101 | 11111 | 1001 | 101001010 | 1001100 | 111111 |
Color Harmonies of #E85AA0
Complementary color
Monochromatic Colors of #E85AA0
Black with #E85AA0
Text Example
Text Example
White with #E85AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85AA0; }
p { color: rgb(232,90,160); }
H1.HeaderClassName
{
color: #E85AA0;
}
.AnyTagClassName
{
color: #E85AA0;
}
</style>
background-color css
<style>
a { background-color: #E85AA0; }
a { background-color: rgb(232,90,160); }
div.DivClassName
{
background-color: #E85AA0;
}
.BgClassName
{
background-color: #E85AA0;
}
</style>
border-color css
<style>
span { border-color: #E85AA0; }
span { border-color: rgb(232,90,160); }
td.TdClassName
{
border-color: #E85AA0;
}
.TagClassName
{
border-color: #E85AA0;
}
</style>