Shades of Brilliant Rose #E1519E
Tints of Brilliant Rose #E1519E
RGB
CMYK
RGB Variations
Color information
#E1519E (or 0xE1519E) is known color: Brilliant Rose. HEX triplet: E1, 51 and 9E. RGB value is (225,81,158). Sum of RGB (Red+Green+Blue) = 225+81+158=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1519E is #1EAE61. Grayscale: #848484. Windows color (decimal): -2010722 or 10375649. OLE color: 10375649.
HSL color Cylindrical-coordinate representation of color #E1519E: hue angle of 327.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1519E is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 158 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.12 |
| HSL | 327.92º | 0.71% | 0.6% | - |
| HSV(B) | 327.92º | 0.64% | 0.88% | - |
| XYZ | 40.17 | 24.36 | 34.93 | - |
| YUV | 132.83 | 142.21 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 158 | 0 | 0.64 | 0.30 | 0.12 | 327.92 | 0.71 | 0.6 |
| Hex | E1 | 51 | 9E | 0 | 40 | 1E | C | 148 | 47 | 3C |
| Octal | 341 | 121 | 236 | 0 | 100 | 36 | 14 | 510 | 107 | 74 |
| Binary | 11100001 | 1010001 | 10011110 | 0 | 1000000 | 11110 | 1100 | 101001000 | 1000111 | 111100 |
Color Harmonies of #E1519E
Complementary color
Monochromatic Colors of #E1519E
Black with #E1519E
Text Example
Text Example
White with #E1519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1519E; }
p { color: rgb(225,81,158); }
H1.HeaderClassName
{
color: #E1519E;
}
.AnyTagClassName
{
color: #E1519E;
}
</style>
background-color css
<style>
a { background-color: #E1519E; }
a { background-color: rgb(225,81,158); }
div.DivClassName
{
background-color: #E1519E;
}
.BgClassName
{
background-color: #E1519E;
}
</style>
border-color css
<style>
span { border-color: #E1519E; }
span { border-color: rgb(225,81,158); }
td.TdClassName
{
border-color: #E1519E;
}
.TagClassName
{
border-color: #E1519E;
}
</style>