Shades of Brilliant Rose #E8589A
Tints of Brilliant Rose #E8589A
RGB
CMYK
RGB Variations
Color information
#E8589A (or 0xE8589A) is known color: Brilliant Rose. HEX triplet: E8, 58 and 9A. RGB value is (232,88,154). Sum of RGB (Red+Green+Blue) = 232+88+154=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E8589A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8589A is #17A765. Grayscale: #8A8A8A. Windows color (decimal): -1550182 or 10115304. OLE color: 10115304.
HSL color Cylindrical-coordinate representation of color #E8589A: hue angle of 332.5º 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 #E8589A is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 154 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.09 |
| HSL | 332.5º | 0.76% | 0.63% | - |
| HSV(B) | 332.5º | 0.62% | 0.91% | - |
| XYZ | 42.6 | 26.47 | 33.44 | - |
| YUV | 138.58 | 136.71 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 154 | 0 | 0.62 | 0.34 | 0.09 | 332.5 | 0.76 | 0.63 |
| Hex | E8 | 58 | 9A | 0 | 3E | 22 | 9 | 14C | 4C | 3F |
| Octal | 350 | 130 | 232 | 0 | 76 | 42 | 11 | 514 | 114 | 77 |
| Binary | 11101000 | 1011000 | 10011010 | 0 | 111110 | 100010 | 1001 | 101001100 | 1001100 | 111111 |
Color Harmonies of #E8589A
Complementary color
Monochromatic Colors of #E8589A
Black with #E8589A
Text Example
Text Example
White with #E8589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8589A; }
p { color: rgb(232,88,154); }
H1.HeaderClassName
{
color: #E8589A;
}
.AnyTagClassName
{
color: #E8589A;
}
</style>
background-color css
<style>
a { background-color: #E8589A; }
a { background-color: rgb(232,88,154); }
div.DivClassName
{
background-color: #E8589A;
}
.BgClassName
{
background-color: #E8589A;
}
</style>
border-color css
<style>
span { border-color: #E8589A; }
span { border-color: rgb(232,88,154); }
td.TdClassName
{
border-color: #E8589A;
}
.TagClassName
{
border-color: #E8589A;
}
</style>