Shades of Brilliant Rose #E1599F
Tints of Brilliant Rose #E1599F
RGB
CMYK
RGB Variations
Color information
#E1599F (or 0xE1599F) is known color: Brilliant Rose. HEX triplet: E1, 59 and 9F. RGB value is (225,89,159). Sum of RGB (Red+Green+Blue) = 225+89+159=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E1599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1599F is #1EA660. Grayscale: #898989. Windows color (decimal): -2008673 or 10443233. OLE color: 10443233.
HSL color Cylindrical-coordinate representation of color #E1599F: hue angle of 329.12º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1599F is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 159 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.12 |
| HSL | 329.12º | 0.69% | 0.62% | - |
| HSV(B) | 329.12º | 0.6% | 0.88% | - |
| XYZ | 40.88 | 25.66 | 35.6 | - |
| YUV | 137.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 159 | 0 | 0.60 | 0.29 | 0.12 | 329.12 | 0.69 | 0.62 |
| Hex | E1 | 59 | 9F | 0 | 3C | 1D | C | 149 | 45 | 3E |
| Octal | 341 | 131 | 237 | 0 | 74 | 35 | 14 | 511 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10011111 | 0 | 111100 | 11101 | 1100 | 101001001 | 1000101 | 111110 |
Color Harmonies of #E1599F
Complementary color
Monochromatic Colors of #E1599F
Black with #E1599F
Text Example
Text Example
White with #E1599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1599F; }
p { color: rgb(225,89,159); }
H1.HeaderClassName
{
color: #E1599F;
}
.AnyTagClassName
{
color: #E1599F;
}
</style>
background-color css
<style>
a { background-color: #E1599F; }
a { background-color: rgb(225,89,159); }
div.DivClassName
{
background-color: #E1599F;
}
.BgClassName
{
background-color: #E1599F;
}
</style>
border-color css
<style>
span { border-color: #E1599F; }
span { border-color: rgb(225,89,159); }
td.TdClassName
{
border-color: #E1599F;
}
.TagClassName
{
border-color: #E1599F;
}
</style>