Shades of Brilliant Rose #E157AD
Tints of Brilliant Rose #E157AD
RGB
CMYK
RGB Variations
Color information
#E157AD (or 0xE157AD) is known color: Brilliant Rose. HEX triplet: E1, 57 and AD. RGB value is (225,87,173). Sum of RGB (Red+Green+Blue) = 225+87+173=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E157AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E157AD is #1EA852. Grayscale: #898989. Windows color (decimal): -2009171 or 11360225. OLE color: 11360225.
HSL color Cylindrical-coordinate representation of color #E157AD: hue angle of 322.61º 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 #E157AD is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 173 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.12 |
| HSL | 322.61º | 0.7% | 0.61% | - |
| HSV(B) | 322.61º | 0.61% | 0.88% | - |
| XYZ | 42 | 25.84 | 42.31 | - |
| YUV | 138.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 173 | 0 | 0.61 | 0.23 | 0.12 | 322.61 | 0.7 | 0.61 |
| Hex | E1 | 57 | AD | 0 | 3D | 17 | C | 143 | 46 | 3D |
| Octal | 341 | 127 | 255 | 0 | 75 | 27 | 14 | 503 | 106 | 75 |
| Binary | 11100001 | 1010111 | 10101101 | 0 | 111101 | 10111 | 1100 | 101000011 | 1000110 | 111101 |
Color Harmonies of #E157AD
Complementary color
Monochromatic Colors of #E157AD
Black with #E157AD
Text Example
Text Example
White with #E157AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157AD; }
p { color: rgb(225,87,173); }
H1.HeaderClassName
{
color: #E157AD;
}
.AnyTagClassName
{
color: #E157AD;
}
</style>
background-color css
<style>
a { background-color: #E157AD; }
a { background-color: rgb(225,87,173); }
div.DivClassName
{
background-color: #E157AD;
}
.BgClassName
{
background-color: #E157AD;
}
</style>
border-color css
<style>
span { border-color: #E157AD; }
span { border-color: rgb(225,87,173); }
td.TdClassName
{
border-color: #E157AD;
}
.TagClassName
{
border-color: #E157AD;
}
</style>