Shades of Brilliant Rose #E9559E
Tints of Brilliant Rose #E9559E
RGB
CMYK
RGB Variations
Color information
#E9559E (or 0xE9559E) is known color: Brilliant Rose. HEX triplet: E9, 55 and 9E. RGB value is (233,85,158). Sum of RGB (Red+Green+Blue) = 233+85+158=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E9559E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9559E is #16AA61. Grayscale: #898989. Windows color (decimal): -1485410 or 10376681. OLE color: 10376681.
HSL color Cylindrical-coordinate representation of color #E9559E: hue angle of 330.41º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9559E is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 158 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.09 |
| HSL | 330.41º | 0.77% | 0.62% | - |
| HSV(B) | 330.41º | 0.64% | 0.91% | - |
| XYZ | 43.02 | 26.29 | 35.15 | - |
| YUV | 137.57 | 139.53 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 158 | 0 | 0.64 | 0.32 | 0.09 | 330.41 | 0.77 | 0.62 |
| Hex | E9 | 55 | 9E | 0 | 40 | 20 | 9 | 14A | 4D | 3E |
| Octal | 351 | 125 | 236 | 0 | 100 | 40 | 11 | 512 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10011110 | 0 | 1000000 | 100000 | 1001 | 101001010 | 1001101 | 111110 |
Color Harmonies of #E9559E
Complementary color
Monochromatic Colors of #E9559E
Black with #E9559E
Text Example
Text Example
White with #E9559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9559E; }
p { color: rgb(233,85,158); }
H1.HeaderClassName
{
color: #E9559E;
}
.AnyTagClassName
{
color: #E9559E;
}
</style>
background-color css
<style>
a { background-color: #E9559E; }
a { background-color: rgb(233,85,158); }
div.DivClassName
{
background-color: #E9559E;
}
.BgClassName
{
background-color: #E9559E;
}
</style>
border-color css
<style>
span { border-color: #E9559E; }
span { border-color: rgb(233,85,158); }
td.TdClassName
{
border-color: #E9559E;
}
.TagClassName
{
border-color: #E9559E;
}
</style>