Shades of Brilliant Rose #E0589F
Tints of Brilliant Rose #E0589F
RGB
CMYK
RGB Variations
Color information
#E0589F (or 0xE0589F) is known color: Brilliant Rose. HEX triplet: E0, 58 and 9F. RGB value is (224,88,159). Sum of RGB (Red+Green+Blue) = 224+88+159=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E0589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0589F is #1FA760. Grayscale: #888888. Windows color (decimal): -2074465 or 10442976. OLE color: 10442976.
HSL color Cylindrical-coordinate representation of color #E0589F: hue angle of 328.68º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E0589F is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 159 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.12 |
| HSL | 328.68º | 0.69% | 0.61% | - |
| HSV(B) | 328.68º | 0.61% | 0.88% | - |
| XYZ | 40.49 | 25.33 | 35.56 | - |
| YUV | 136.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 159 | 0 | 0.61 | 0.29 | 0.12 | 328.68 | 0.69 | 0.61 |
| Hex | E0 | 58 | 9F | 0 | 3D | 1D | C | 149 | 45 | 3D |
| Octal | 340 | 130 | 237 | 0 | 75 | 35 | 14 | 511 | 105 | 75 |
| Binary | 11100000 | 1011000 | 10011111 | 0 | 111101 | 11101 | 1100 | 101001001 | 1000101 | 111101 |
Color Harmonies of #E0589F
Complementary color
Monochromatic Colors of #E0589F
Black with #E0589F
Text Example
Text Example
White with #E0589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0589F; }
p { color: rgb(224,88,159); }
H1.HeaderClassName
{
color: #E0589F;
}
.AnyTagClassName
{
color: #E0589F;
}
</style>
background-color css
<style>
a { background-color: #E0589F; }
a { background-color: rgb(224,88,159); }
div.DivClassName
{
background-color: #E0589F;
}
.BgClassName
{
background-color: #E0589F;
}
</style>
border-color css
<style>
span { border-color: #E0589F; }
span { border-color: rgb(224,88,159); }
td.TdClassName
{
border-color: #E0589F;
}
.TagClassName
{
border-color: #E0589F;
}
</style>