Shades of Brilliant Rose #E157B1
Tints of Brilliant Rose #E157B1
RGB
CMYK
RGB Variations
Color information
#E157B1 (or 0xE157B1) is known color: Brilliant Rose. HEX triplet: E1, 57 and B1. RGB value is (225,87,177). Sum of RGB (Red+Green+Blue) = 225+87+177=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E157B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E157B1 is #1EA84E. Grayscale: #8A8A8A. Windows color (decimal): -2009167 or 11622369. OLE color: 11622369.
HSL color Cylindrical-coordinate representation of color #E157B1: hue angle of 320.87º 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 #E157B1 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 177 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.12 |
| HSL | 320.87º | 0.7% | 0.61% | - |
| HSV(B) | 320.87º | 0.61% | 0.88% | - |
| XYZ | 42.4 | 26 | 44.38 | - |
| YUV | 138.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 177 | 0 | 0.61 | 0.21 | 0.12 | 320.87 | 0.7 | 0.61 |
| Hex | E1 | 57 | B1 | 0 | 3D | 15 | C | 141 | 46 | 3D |
| Octal | 341 | 127 | 261 | 0 | 75 | 25 | 14 | 501 | 106 | 75 |
| Binary | 11100001 | 1010111 | 10110001 | 0 | 111101 | 10101 | 1100 | 101000001 | 1000110 | 111101 |
Color Harmonies of #E157B1
Complementary color
Monochromatic Colors of #E157B1
Black with #E157B1
Text Example
Text Example
White with #E157B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157B1; }
p { color: rgb(225,87,177); }
H1.HeaderClassName
{
color: #E157B1;
}
.AnyTagClassName
{
color: #E157B1;
}
</style>
background-color css
<style>
a { background-color: #E157B1; }
a { background-color: rgb(225,87,177); }
div.DivClassName
{
background-color: #E157B1;
}
.BgClassName
{
background-color: #E157B1;
}
</style>
border-color css
<style>
span { border-color: #E157B1; }
span { border-color: rgb(225,87,177); }
td.TdClassName
{
border-color: #E157B1;
}
.TagClassName
{
border-color: #E157B1;
}
</style>