Shades of Brilliant Rose #E8559B
Tints of Brilliant Rose #E8559B
RGB
CMYK
RGB Variations
Color information
#E8559B (or 0xE8559B) is known color: Brilliant Rose. HEX triplet: E8, 55 and 9B. RGB value is (232,85,155). Sum of RGB (Red+Green+Blue) = 232+85+155=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E8559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8559B is #17AA64. Grayscale: #888888. Windows color (decimal): -1550949 or 10180072. OLE color: 10180072.
HSL color Cylindrical-coordinate representation of color #E8559B: hue angle of 331.43º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E8559B is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 155 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.09 |
| HSL | 331.43º | 0.76% | 0.62% | - |
| HSV(B) | 331.43º | 0.63% | 0.91% | - |
| XYZ | 42.44 | 26.02 | 33.8 | - |
| YUV | 136.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 155 | 0 | 0.63 | 0.33 | 0.09 | 331.43 | 0.76 | 0.62 |
| Hex | E8 | 55 | 9B | 0 | 3F | 21 | 9 | 14B | 4C | 3E |
| Octal | 350 | 125 | 233 | 0 | 77 | 41 | 11 | 513 | 114 | 76 |
| Binary | 11101000 | 1010101 | 10011011 | 0 | 111111 | 100001 | 1001 | 101001011 | 1001100 | 111110 |
Color Harmonies of #E8559B
Complementary color
Monochromatic Colors of #E8559B
Black with #E8559B
Text Example
Text Example
White with #E8559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8559B; }
p { color: rgb(232,85,155); }
H1.HeaderClassName
{
color: #E8559B;
}
.AnyTagClassName
{
color: #E8559B;
}
</style>
background-color css
<style>
a { background-color: #E8559B; }
a { background-color: rgb(232,85,155); }
div.DivClassName
{
background-color: #E8559B;
}
.BgClassName
{
background-color: #E8559B;
}
</style>
border-color css
<style>
span { border-color: #E8559B; }
span { border-color: rgb(232,85,155); }
td.TdClassName
{
border-color: #E8559B;
}
.TagClassName
{
border-color: #E8559B;
}
</style>