Shades of Brilliant Rose #E1519D
Tints of Brilliant Rose #E1519D
RGB
CMYK
RGB Variations
Color information
#E1519D (or 0xE1519D) is known color: Brilliant Rose. HEX triplet: E1, 51 and 9D. RGB value is (225,81,157). Sum of RGB (Red+Green+Blue) = 225+81+157=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1519D is #1EAE62. Grayscale: #848484. Windows color (decimal): -2010723 or 10310113. OLE color: 10310113.
HSL color Cylindrical-coordinate representation of color #E1519D: hue angle of 328.33º 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 #E1519D is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 157 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.12 |
| HSL | 328.33º | 0.71% | 0.6% | - |
| HSV(B) | 328.33º | 0.64% | 0.88% | - |
| XYZ | 40.08 | 24.33 | 34.48 | - |
| YUV | 132.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 157 | 0 | 0.64 | 0.30 | 0.12 | 328.33 | 0.71 | 0.6 |
| Hex | E1 | 51 | 9D | 0 | 40 | 1E | C | 148 | 47 | 3C |
| Octal | 341 | 121 | 235 | 0 | 100 | 36 | 14 | 510 | 107 | 74 |
| Binary | 11100001 | 1010001 | 10011101 | 0 | 1000000 | 11110 | 1100 | 101001000 | 1000111 | 111100 |
Color Harmonies of #E1519D
Complementary color
Monochromatic Colors of #E1519D
Black with #E1519D
Text Example
Text Example
White with #E1519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1519D; }
p { color: rgb(225,81,157); }
H1.HeaderClassName
{
color: #E1519D;
}
.AnyTagClassName
{
color: #E1519D;
}
</style>
background-color css
<style>
a { background-color: #E1519D; }
a { background-color: rgb(225,81,157); }
div.DivClassName
{
background-color: #E1519D;
}
.BgClassName
{
background-color: #E1519D;
}
</style>
border-color css
<style>
span { border-color: #E1519D; }
span { border-color: rgb(225,81,157); }
td.TdClassName
{
border-color: #E1519D;
}
.TagClassName
{
border-color: #E1519D;
}
</style>