Shades of Brilliant Rose #E7519B
Tints of Brilliant Rose #E7519B
RGB
CMYK
RGB Variations
Color information
#E7519B (or 0xE7519B) is known color: Brilliant Rose. HEX triplet: E7, 51 and 9B. RGB value is (231,81,155). Sum of RGB (Red+Green+Blue) = 231+81+155=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E7519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7519B is #18AE64. Grayscale: #868686. Windows color (decimal): -1617509 or 10179047. OLE color: 10179047.
HSL color Cylindrical-coordinate representation of color #E7519B: hue angle of 330.4º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7519B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 155 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.09 |
| HSL | 330.4º | 0.76% | 0.61% | - |
| HSV(B) | 330.4º | 0.65% | 0.91% | - |
| XYZ | 41.81 | 25.24 | 33.68 | - |
| YUV | 134.29 | 139.7 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 155 | 0 | 0.65 | 0.33 | 0.09 | 330.4 | 0.76 | 0.61 |
| Hex | E7 | 51 | 9B | 0 | 41 | 21 | 9 | 14A | 4C | 3D |
| Octal | 347 | 121 | 233 | 0 | 101 | 41 | 11 | 512 | 114 | 75 |
| Binary | 11100111 | 1010001 | 10011011 | 0 | 1000001 | 100001 | 1001 | 101001010 | 1001100 | 111101 |
Color Harmonies of #E7519B
Complementary color
Monochromatic Colors of #E7519B
Black with #E7519B
Text Example
Text Example
White with #E7519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7519B; }
p { color: rgb(231,81,155); }
H1.HeaderClassName
{
color: #E7519B;
}
.AnyTagClassName
{
color: #E7519B;
}
</style>
background-color css
<style>
a { background-color: #E7519B; }
a { background-color: rgb(231,81,155); }
div.DivClassName
{
background-color: #E7519B;
}
.BgClassName
{
background-color: #E7519B;
}
</style>
border-color css
<style>
span { border-color: #E7519B; }
span { border-color: rgb(231,81,155); }
td.TdClassName
{
border-color: #E7519B;
}
.TagClassName
{
border-color: #E7519B;
}
</style>