Shades of Brilliant Rose #E1499F
Tints of Brilliant Rose #E1499F
RGB
CMYK
RGB Variations
Color information
#E1499F (or 0xE1499F) is known color: Brilliant Rose. HEX triplet: E1, 49 and 9F. RGB value is (225,73,159). Sum of RGB (Red+Green+Blue) = 225+73+159=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E1499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1499F is #1EB660. Grayscale: #808080. Windows color (decimal): -2012769 or 10439137. OLE color: 10439137.
HSL color Cylindrical-coordinate representation of color #E1499F: hue angle of 326.05º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1499F is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 159 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.12 |
| HSL | 326.05º | 0.72% | 0.58% | - |
| HSV(B) | 326.05º | 0.68% | 0.88% | - |
| XYZ | 39.69 | 23.28 | 35.2 | - |
| YUV | 128.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 159 | 0 | 0.68 | 0.29 | 0.12 | 326.05 | 0.72 | 0.58 |
| Hex | E1 | 49 | 9F | 0 | 44 | 1D | C | 146 | 48 | 3A |
| Octal | 341 | 111 | 237 | 0 | 104 | 35 | 14 | 506 | 110 | 72 |
| Binary | 11100001 | 1001001 | 10011111 | 0 | 1000100 | 11101 | 1100 | 101000110 | 1001000 | 111010 |
Color Harmonies of #E1499F
Complementary color
Monochromatic Colors of #E1499F
Black with #E1499F
Text Example
Text Example
White with #E1499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1499F; }
p { color: rgb(225,73,159); }
H1.HeaderClassName
{
color: #E1499F;
}
.AnyTagClassName
{
color: #E1499F;
}
</style>
background-color css
<style>
a { background-color: #E1499F; }
a { background-color: rgb(225,73,159); }
div.DivClassName
{
background-color: #E1499F;
}
.BgClassName
{
background-color: #E1499F;
}
</style>
border-color css
<style>
span { border-color: #E1499F; }
span { border-color: rgb(225,73,159); }
td.TdClassName
{
border-color: #E1499F;
}
.TagClassName
{
border-color: #E1499F;
}
</style>