Shades of Brilliant Rose #E959B0
Tints of Brilliant Rose #E959B0
RGB
CMYK
RGB Variations
Color information
#E959B0 (or 0xE959B0) is known color: Brilliant Rose. HEX triplet: E9, 59 and B0. RGB value is (233,89,176). Sum of RGB (Red+Green+Blue) = 233+89+176=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E959B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E959B0 is #16A64F. Grayscale: #8D8D8D. Windows color (decimal): -1484368 or 11557353. OLE color: 11557353.
HSL color Cylindrical-coordinate representation of color #E959B0: hue angle of 323.75º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E959B0 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 176 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.09 |
| HSL | 323.75º | 0.77% | 0.63% | - |
| HSV(B) | 323.75º | 0.62% | 0.91% | - |
| XYZ | 45.01 | 27.6 | 44.03 | - |
| YUV | 141.97 | 147.21 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 176 | 0 | 0.62 | 0.24 | 0.09 | 323.75 | 0.77 | 0.63 |
| Hex | E9 | 59 | B0 | 0 | 3E | 18 | 9 | 144 | 4D | 3F |
| Octal | 351 | 131 | 260 | 0 | 76 | 30 | 11 | 504 | 115 | 77 |
| Binary | 11101001 | 1011001 | 10110000 | 0 | 111110 | 11000 | 1001 | 101000100 | 1001101 | 111111 |
Color Harmonies of #E959B0
Complementary color
Monochromatic Colors of #E959B0
Black with #E959B0
Text Example
Text Example
White with #E959B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959B0; }
p { color: rgb(233,89,176); }
H1.HeaderClassName
{
color: #E959B0;
}
.AnyTagClassName
{
color: #E959B0;
}
</style>
background-color css
<style>
a { background-color: #E959B0; }
a { background-color: rgb(233,89,176); }
div.DivClassName
{
background-color: #E959B0;
}
.BgClassName
{
background-color: #E959B0;
}
</style>
border-color css
<style>
span { border-color: #E959B0; }
span { border-color: rgb(233,89,176); }
td.TdClassName
{
border-color: #E959B0;
}
.TagClassName
{
border-color: #E959B0;
}
</style>