Shades of Brilliant Rose #E8599A
Tints of Brilliant Rose #E8599A
RGB
CMYK
RGB Variations
Color information
#E8599A (or 0xE8599A) is known color: Brilliant Rose. HEX triplet: E8, 59 and 9A. RGB value is (232,89,154). Sum of RGB (Red+Green+Blue) = 232+89+154=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E8599A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8599A is #17A665. Grayscale: #8B8B8B. Windows color (decimal): -1549926 or 10115560. OLE color: 10115560.
HSL color Cylindrical-coordinate representation of color #E8599A: hue angle of 332.73º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E8599A is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 154 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.09 |
| HSL | 332.73º | 0.76% | 0.63% | - |
| HSV(B) | 332.73º | 0.62% | 0.91% | - |
| XYZ | 42.68 | 26.63 | 33.46 | - |
| YUV | 139.17 | 136.38 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 154 | 0 | 0.62 | 0.34 | 0.09 | 332.73 | 0.76 | 0.63 |
| Hex | E8 | 59 | 9A | 0 | 3E | 22 | 9 | 14D | 4C | 3F |
| Octal | 350 | 131 | 232 | 0 | 76 | 42 | 11 | 515 | 114 | 77 |
| Binary | 11101000 | 1011001 | 10011010 | 0 | 111110 | 100010 | 1001 | 101001101 | 1001100 | 111111 |
Color Harmonies of #E8599A
Complementary color
Monochromatic Colors of #E8599A
Black with #E8599A
Text Example
Text Example
White with #E8599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8599A; }
p { color: rgb(232,89,154); }
H1.HeaderClassName
{
color: #E8599A;
}
.AnyTagClassName
{
color: #E8599A;
}
</style>
background-color css
<style>
a { background-color: #E8599A; }
a { background-color: rgb(232,89,154); }
div.DivClassName
{
background-color: #E8599A;
}
.BgClassName
{
background-color: #E8599A;
}
</style>
border-color css
<style>
span { border-color: #E8599A; }
span { border-color: rgb(232,89,154); }
td.TdClassName
{
border-color: #E8599A;
}
.TagClassName
{
border-color: #E8599A;
}
</style>