Shades of Brilliant Rose #E156AC
Tints of Brilliant Rose #E156AC
RGB
CMYK
RGB Variations
Color information
#E156AC (or 0xE156AC) is known color: Brilliant Rose. HEX triplet: E1, 56 and AC. RGB value is (225,86,172). Sum of RGB (Red+Green+Blue) = 225+86+172=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E156AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E156AC is #1EA953. Grayscale: #898989. Windows color (decimal): -2009428 or 11294433. OLE color: 11294433.
HSL color Cylindrical-coordinate representation of color #E156AC: hue angle of 322.88º 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 #E156AC is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 172 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.12 |
| HSL | 322.88º | 0.7% | 0.61% | - |
| HSV(B) | 322.88º | 0.62% | 0.88% | - |
| XYZ | 41.83 | 25.64 | 41.77 | - |
| YUV | 137.37 | 147.55 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 172 | 0 | 0.62 | 0.24 | 0.12 | 322.88 | 0.7 | 0.61 |
| Hex | E1 | 56 | AC | 0 | 3E | 18 | C | 143 | 46 | 3D |
| Octal | 341 | 126 | 254 | 0 | 76 | 30 | 14 | 503 | 106 | 75 |
| Binary | 11100001 | 1010110 | 10101100 | 0 | 111110 | 11000 | 1100 | 101000011 | 1000110 | 111101 |
Color Harmonies of #E156AC
Complementary color
Monochromatic Colors of #E156AC
Black with #E156AC
Text Example
Text Example
White with #E156AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E156AC; }
p { color: rgb(225,86,172); }
H1.HeaderClassName
{
color: #E156AC;
}
.AnyTagClassName
{
color: #E156AC;
}
</style>
background-color css
<style>
a { background-color: #E156AC; }
a { background-color: rgb(225,86,172); }
div.DivClassName
{
background-color: #E156AC;
}
.BgClassName
{
background-color: #E156AC;
}
</style>
border-color css
<style>
span { border-color: #E156AC; }
span { border-color: rgb(225,86,172); }
td.TdClassName
{
border-color: #E156AC;
}
.TagClassName
{
border-color: #E156AC;
}
</style>