Shades of Brilliant Rose #E5599E
Tints of Brilliant Rose #E5599E
RGB
CMYK
RGB Variations
Color information
#E5599E (or 0xE5599E) is known color: Brilliant Rose. HEX triplet: E5, 59 and 9E. RGB value is (229,89,158). Sum of RGB (Red+Green+Blue) = 229+89+158=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E5599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5599E is #1AA661. Grayscale: #8A8A8A. Windows color (decimal): -1746530 or 10377701. OLE color: 10377701.
HSL color Cylindrical-coordinate representation of color #E5599E: hue angle of 330.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5599E is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 158 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.10 |
| HSL | 330.43º | 0.73% | 0.62% | - |
| HSV(B) | 330.43º | 0.61% | 0.9% | - |
| XYZ | 42.06 | 26.27 | 35.2 | - |
| YUV | 138.73 | 138.88 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 158 | 0 | 0.61 | 0.31 | 0.10 | 330.43 | 0.73 | 0.62 |
| Hex | E5 | 59 | 9E | 0 | 3D | 1F | A | 14A | 49 | 3E |
| Octal | 345 | 131 | 236 | 0 | 75 | 37 | 12 | 512 | 111 | 76 |
| Binary | 11100101 | 1011001 | 10011110 | 0 | 111101 | 11111 | 1010 | 101001010 | 1001001 | 111110 |
Color Harmonies of #E5599E
Complementary color
Monochromatic Colors of #E5599E
Black with #E5599E
Text Example
Text Example
White with #E5599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5599E; }
p { color: rgb(229,89,158); }
H1.HeaderClassName
{
color: #E5599E;
}
.AnyTagClassName
{
color: #E5599E;
}
</style>
background-color css
<style>
a { background-color: #E5599E; }
a { background-color: rgb(229,89,158); }
div.DivClassName
{
background-color: #E5599E;
}
.BgClassName
{
background-color: #E5599E;
}
</style>
border-color css
<style>
span { border-color: #E5599E; }
span { border-color: rgb(229,89,158); }
td.TdClassName
{
border-color: #E5599E;
}
.TagClassName
{
border-color: #E5599E;
}
</style>