Shades of Brilliant Rose #E1579D
Tints of Brilliant Rose #E1579D
RGB
CMYK
RGB Variations
Color information
#E1579D (or 0xE1579D) is known color: Brilliant Rose. HEX triplet: E1, 57 and 9D. RGB value is (225,87,157). Sum of RGB (Red+Green+Blue) = 225+87+157=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1579D is #1EA862. Grayscale: #888888. Windows color (decimal): -2009187 or 10311649. OLE color: 10311649.
HSL color Cylindrical-coordinate representation of color #E1579D: hue angle of 329.57º 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 #E1579D is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 157 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.12 |
| HSL | 329.57º | 0.7% | 0.61% | - |
| HSV(B) | 329.57º | 0.61% | 0.88% | - |
| XYZ | 40.55 | 25.26 | 34.64 | - |
| YUV | 136.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 157 | 0 | 0.61 | 0.30 | 0.12 | 329.57 | 0.7 | 0.61 |
| Hex | E1 | 57 | 9D | 0 | 3D | 1E | C | 14A | 46 | 3D |
| Octal | 341 | 127 | 235 | 0 | 75 | 36 | 14 | 512 | 106 | 75 |
| Binary | 11100001 | 1010111 | 10011101 | 0 | 111101 | 11110 | 1100 | 101001010 | 1000110 | 111101 |
Color Harmonies of #E1579D
Complementary color
Monochromatic Colors of #E1579D
Black with #E1579D
Text Example
Text Example
White with #E1579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1579D; }
p { color: rgb(225,87,157); }
H1.HeaderClassName
{
color: #E1579D;
}
.AnyTagClassName
{
color: #E1579D;
}
</style>
background-color css
<style>
a { background-color: #E1579D; }
a { background-color: rgb(225,87,157); }
div.DivClassName
{
background-color: #E1579D;
}
.BgClassName
{
background-color: #E1579D;
}
</style>
border-color css
<style>
span { border-color: #E1579D; }
span { border-color: rgb(225,87,157); }
td.TdClassName
{
border-color: #E1579D;
}
.TagClassName
{
border-color: #E1579D;
}
</style>