Shades of Brilliant Rose #E9519C
Tints of Brilliant Rose #E9519C
RGB
CMYK
RGB Variations
Color information
#E9519C (or 0xE9519C) is known color: Brilliant Rose. HEX triplet: E9, 51 and 9C. RGB value is (233,81,156). Sum of RGB (Red+Green+Blue) = 233+81+156=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E9519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9519C is #16AE63. Grayscale: #868686. Windows color (decimal): -1486436 or 10244585. OLE color: 10244585.
HSL color Cylindrical-coordinate representation of color #E9519C: hue angle of 330.39º 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 #E9519C is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 156 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.09 |
| HSL | 330.39º | 0.78% | 0.62% | - |
| HSV(B) | 330.39º | 0.65% | 0.91% | - |
| XYZ | 42.55 | 25.61 | 34.15 | - |
| YUV | 135 | 139.86 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 156 | 0 | 0.65 | 0.33 | 0.09 | 330.39 | 0.78 | 0.62 |
| Hex | E9 | 51 | 9C | 0 | 41 | 21 | 9 | 14A | 4E | 3E |
| Octal | 351 | 121 | 234 | 0 | 101 | 41 | 11 | 512 | 116 | 76 |
| Binary | 11101001 | 1010001 | 10011100 | 0 | 1000001 | 100001 | 1001 | 101001010 | 1001110 | 111110 |
Color Harmonies of #E9519C
Complementary color
Monochromatic Colors of #E9519C
Black with #E9519C
Text Example
Text Example
White with #E9519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9519C; }
p { color: rgb(233,81,156); }
H1.HeaderClassName
{
color: #E9519C;
}
.AnyTagClassName
{
color: #E9519C;
}
</style>
background-color css
<style>
a { background-color: #E9519C; }
a { background-color: rgb(233,81,156); }
div.DivClassName
{
background-color: #E9519C;
}
.BgClassName
{
background-color: #E9519C;
}
</style>
border-color css
<style>
span { border-color: #E9519C; }
span { border-color: rgb(233,81,156); }
td.TdClassName
{
border-color: #E9519C;
}
.TagClassName
{
border-color: #E9519C;
}
</style>