Shades of Brilliant Rose #E9589A
Tints of Brilliant Rose #E9589A
RGB
CMYK
RGB Variations
Color information
#E9589A (or 0xE9589A) is known color: Brilliant Rose. HEX triplet: E9, 58 and 9A. RGB value is (233,88,154). Sum of RGB (Red+Green+Blue) = 233+88+154=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9589A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9589A is #16A765. Grayscale: #8A8A8A. Windows color (decimal): -1484646 or 10115305. OLE color: 10115305.
HSL color Cylindrical-coordinate representation of color #E9589A: hue angle of 332.69º degrees, saturation: 0.77, 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 #E9589A is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 154 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.09 |
| HSL | 332.69º | 0.77% | 0.63% | - |
| HSV(B) | 332.69º | 0.62% | 0.91% | - |
| XYZ | 42.93 | 26.64 | 33.45 | - |
| YUV | 138.88 | 136.54 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 154 | 0 | 0.62 | 0.34 | 0.09 | 332.69 | 0.77 | 0.63 |
| Hex | E9 | 58 | 9A | 0 | 3E | 22 | 9 | 14D | 4D | 3F |
| Octal | 351 | 130 | 232 | 0 | 76 | 42 | 11 | 515 | 115 | 77 |
| Binary | 11101001 | 1011000 | 10011010 | 0 | 111110 | 100010 | 1001 | 101001101 | 1001101 | 111111 |
Color Harmonies of #E9589A
Complementary color
Monochromatic Colors of #E9589A
Black with #E9589A
Text Example
Text Example
White with #E9589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9589A; }
p { color: rgb(233,88,154); }
H1.HeaderClassName
{
color: #E9589A;
}
.AnyTagClassName
{
color: #E9589A;
}
</style>
background-color css
<style>
a { background-color: #E9589A; }
a { background-color: rgb(233,88,154); }
div.DivClassName
{
background-color: #E9589A;
}
.BgClassName
{
background-color: #E9589A;
}
</style>
border-color css
<style>
span { border-color: #E9589A; }
span { border-color: rgb(233,88,154); }
td.TdClassName
{
border-color: #E9589A;
}
.TagClassName
{
border-color: #E9589A;
}
</style>