Shades of Brilliant Rose #E9519D
Tints of Brilliant Rose #E9519D
RGB
CMYK
RGB Variations
Color information
#E9519D (or 0xE9519D) is known color: Brilliant Rose. HEX triplet: E9, 51 and 9D. RGB value is (233,81,157). Sum of RGB (Red+Green+Blue) = 233+81+157=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E9519D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9519D is #16AE62. Grayscale: #868686. Windows color (decimal): -1486435 or 10310121. OLE color: 10310121.
HSL color Cylindrical-coordinate representation of color #E9519D: hue angle of 330º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9519D is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 157 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.09 |
| HSL | 330º | 0.78% | 0.62% | - |
| HSV(B) | 330º | 0.65% | 0.91% | - |
| XYZ | 42.63 | 25.64 | 34.6 | - |
| YUV | 135.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 157 | 0 | 0.65 | 0.33 | 0.09 | 330 | 0.78 | 0.62 |
| Hex | E9 | 51 | 9D | 0 | 41 | 21 | 9 | 14A | 4E | 3E |
| Octal | 351 | 121 | 235 | 0 | 101 | 41 | 11 | 512 | 116 | 76 |
| Binary | 11101001 | 1010001 | 10011101 | 0 | 1000001 | 100001 | 1001 | 101001010 | 1001110 | 111110 |
Color Harmonies of #E9519D
Complementary color
Monochromatic Colors of #E9519D
Black with #E9519D
Text Example
Text Example
White with #E9519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9519D; }
p { color: rgb(233,81,157); }
H1.HeaderClassName
{
color: #E9519D;
}
.AnyTagClassName
{
color: #E9519D;
}
</style>
background-color css
<style>
a { background-color: #E9519D; }
a { background-color: rgb(233,81,157); }
div.DivClassName
{
background-color: #E9519D;
}
.BgClassName
{
background-color: #E9519D;
}
</style>
border-color css
<style>
span { border-color: #E9519D; }
span { border-color: rgb(233,81,157); }
td.TdClassName
{
border-color: #E9519D;
}
.TagClassName
{
border-color: #E9519D;
}
</style>