Shades of Brilliant Rose #E156AD
Tints of Brilliant Rose #E156AD
RGB
CMYK
RGB Variations
Color information
#E156AD (or 0xE156AD) is known color: Brilliant Rose. HEX triplet: E1, 56 and AD. RGB value is (225,86,173). Sum of RGB (Red+Green+Blue) = 225+86+173=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E156AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E156AD is #1EA952. Grayscale: #898989. Windows color (decimal): -2009427 or 11359969. OLE color: 11359969.
HSL color Cylindrical-coordinate representation of color #E156AD: hue angle of 322.45º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E156AD is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 173 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.12 |
| HSL | 322.45º | 0.7% | 0.61% | - |
| HSV(B) | 322.45º | 0.62% | 0.88% | - |
| XYZ | 41.92 | 25.68 | 42.28 | - |
| YUV | 137.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 173 | 0 | 0.62 | 0.23 | 0.12 | 322.45 | 0.7 | 0.61 |
| Hex | E1 | 56 | AD | 0 | 3E | 17 | C | 142 | 46 | 3D |
| Octal | 341 | 126 | 255 | 0 | 76 | 27 | 14 | 502 | 106 | 75 |
| Binary | 11100001 | 1010110 | 10101101 | 0 | 111110 | 10111 | 1100 | 101000010 | 1000110 | 111101 |
Color Harmonies of #E156AD
Complementary color
Monochromatic Colors of #E156AD
Black with #E156AD
Text Example
Text Example
White with #E156AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E156AD; }
p { color: rgb(225,86,173); }
H1.HeaderClassName
{
color: #E156AD;
}
.AnyTagClassName
{
color: #E156AD;
}
</style>
background-color css
<style>
a { background-color: #E156AD; }
a { background-color: rgb(225,86,173); }
div.DivClassName
{
background-color: #E156AD;
}
.BgClassName
{
background-color: #E156AD;
}
</style>
border-color css
<style>
span { border-color: #E156AD; }
span { border-color: rgb(225,86,173); }
td.TdClassName
{
border-color: #E156AD;
}
.TagClassName
{
border-color: #E156AD;
}
</style>