Shades of Brilliant Rose #E1579F
Tints of Brilliant Rose #E1579F
RGB
CMYK
RGB Variations
Color information
#E1579F (or 0xE1579F) is known color: Brilliant Rose. HEX triplet: E1, 57 and 9F. RGB value is (225,87,159). Sum of RGB (Red+Green+Blue) = 225+87+159=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1579F is #1EA860. Grayscale: #888888. Windows color (decimal): -2009185 or 10442721. OLE color: 10442721.
HSL color Cylindrical-coordinate representation of color #E1579F: hue angle of 328.7º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1579F is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 159 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.12 |
| HSL | 328.7º | 0.7% | 0.61% | - |
| HSV(B) | 328.7º | 0.61% | 0.88% | - |
| XYZ | 40.72 | 25.33 | 35.54 | - |
| YUV | 136.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 159 | 0 | 0.61 | 0.29 | 0.12 | 328.7 | 0.7 | 0.61 |
| Hex | E1 | 57 | 9F | 0 | 3D | 1D | C | 149 | 46 | 3D |
| Octal | 341 | 127 | 237 | 0 | 75 | 35 | 14 | 511 | 106 | 75 |
| Binary | 11100001 | 1010111 | 10011111 | 0 | 111101 | 11101 | 1100 | 101001001 | 1000110 | 111101 |
Color Harmonies of #E1579F
Complementary color
Monochromatic Colors of #E1579F
Black with #E1579F
Text Example
Text Example
White with #E1579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1579F; }
p { color: rgb(225,87,159); }
H1.HeaderClassName
{
color: #E1579F;
}
.AnyTagClassName
{
color: #E1579F;
}
</style>
background-color css
<style>
a { background-color: #E1579F; }
a { background-color: rgb(225,87,159); }
div.DivClassName
{
background-color: #E1579F;
}
.BgClassName
{
background-color: #E1579F;
}
</style>
border-color css
<style>
span { border-color: #E1579F; }
span { border-color: rgb(225,87,159); }
td.TdClassName
{
border-color: #E1579F;
}
.TagClassName
{
border-color: #E1579F;
}
</style>