Shades of Brilliant Rose #E556A6
Tints of Brilliant Rose #E556A6
RGB
CMYK
RGB Variations
Color information
#E556A6 (or 0xE556A6) is known color: Brilliant Rose. HEX triplet: E5, 56 and A6. RGB value is (229,86,166). Sum of RGB (Red+Green+Blue) = 229+86+166=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E556A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E556A6 is #1AA959. Grayscale: #898989. Windows color (decimal): -1747290 or 10901221. OLE color: 10901221.
HSL color Cylindrical-coordinate representation of color #E556A6: hue angle of 326.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E556A6 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 166 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.10 |
| HSL | 326.43º | 0.73% | 0.62% | - |
| HSV(B) | 326.43º | 0.62% | 0.9% | - |
| XYZ | 42.52 | 26.07 | 38.87 | - |
| YUV | 137.88 | 143.88 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 166 | 0 | 0.62 | 0.28 | 0.10 | 326.43 | 0.73 | 0.62 |
| Hex | E5 | 56 | A6 | 0 | 3E | 1C | A | 146 | 49 | 3E |
| Octal | 345 | 126 | 246 | 0 | 76 | 34 | 12 | 506 | 111 | 76 |
| Binary | 11100101 | 1010110 | 10100110 | 0 | 111110 | 11100 | 1010 | 101000110 | 1001001 | 111110 |
Color Harmonies of #E556A6
Complementary color
Monochromatic Colors of #E556A6
Black with #E556A6
Text Example
Text Example
White with #E556A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E556A6; }
p { color: rgb(229,86,166); }
H1.HeaderClassName
{
color: #E556A6;
}
.AnyTagClassName
{
color: #E556A6;
}
</style>
background-color css
<style>
a { background-color: #E556A6; }
a { background-color: rgb(229,86,166); }
div.DivClassName
{
background-color: #E556A6;
}
.BgClassName
{
background-color: #E556A6;
}
</style>
border-color css
<style>
span { border-color: #E556A6; }
span { border-color: rgb(229,86,166); }
td.TdClassName
{
border-color: #E556A6;
}
.TagClassName
{
border-color: #E556A6;
}
</style>