Shades of Brilliant Rose #E7599B
Tints of Brilliant Rose #E7599B
RGB
CMYK
RGB Variations
Color information
#E7599B (or 0xE7599B) is known color: Brilliant Rose. HEX triplet: E7, 59 and 9B. RGB value is (231,89,155). Sum of RGB (Red+Green+Blue) = 231+89+155=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E7599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7599B is #18A664. Grayscale: #8A8A8A. Windows color (decimal): -1615461 or 10181095. OLE color: 10181095.
HSL color Cylindrical-coordinate representation of color #E7599B: hue angle of 332.11º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7599B is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 155 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.09 |
| HSL | 332.11º | 0.75% | 0.63% | - |
| HSV(B) | 332.11º | 0.61% | 0.91% | - |
| XYZ | 42.44 | 26.5 | 33.89 | - |
| YUV | 138.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 155 | 0 | 0.61 | 0.33 | 0.09 | 332.11 | 0.75 | 0.63 |
| Hex | E7 | 59 | 9B | 0 | 3D | 21 | 9 | 14C | 4B | 3F |
| Octal | 347 | 131 | 233 | 0 | 75 | 41 | 11 | 514 | 113 | 77 |
| Binary | 11100111 | 1011001 | 10011011 | 0 | 111101 | 100001 | 1001 | 101001100 | 1001011 | 111111 |
Color Harmonies of #E7599B
Complementary color
Monochromatic Colors of #E7599B
Black with #E7599B
Text Example
Text Example
White with #E7599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7599B; }
p { color: rgb(231,89,155); }
H1.HeaderClassName
{
color: #E7599B;
}
.AnyTagClassName
{
color: #E7599B;
}
</style>
background-color css
<style>
a { background-color: #E7599B; }
a { background-color: rgb(231,89,155); }
div.DivClassName
{
background-color: #E7599B;
}
.BgClassName
{
background-color: #E7599B;
}
</style>
border-color css
<style>
span { border-color: #E7599B; }
span { border-color: rgb(231,89,155); }
td.TdClassName
{
border-color: #E7599B;
}
.TagClassName
{
border-color: #E7599B;
}
</style>