Shades of Brilliant Rose #E561A6
Tints of Brilliant Rose #E561A6
RGB
CMYK
RGB Variations
Color information
#E561A6 (or 0xE561A6) is known color: Brilliant Rose. HEX triplet: E5, 61 and A6. RGB value is (229,97,166). Sum of RGB (Red+Green+Blue) = 229+97+166=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E561A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E561A6 is #1A9E59. Grayscale: #909090. Windows color (decimal): -1744474 or 10904037. OLE color: 10904037.
HSL color Cylindrical-coordinate representation of color #E561A6: hue angle of 328.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E561A6 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 166 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.10 |
| HSL | 328.64º | 0.72% | 0.64% | - |
| HSV(B) | 328.64º | 0.58% | 0.9% | - |
| XYZ | 43.47 | 27.96 | 39.18 | - |
| YUV | 144.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 166 | 0 | 0.58 | 0.28 | 0.10 | 328.64 | 0.72 | 0.64 |
| Hex | E5 | 61 | A6 | 0 | 3A | 1C | A | 149 | 48 | 40 |
| Octal | 345 | 141 | 246 | 0 | 72 | 34 | 12 | 511 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10100110 | 0 | 111010 | 11100 | 1010 | 101001001 | 1001000 | 1000000 |
Color Harmonies of #E561A6
Complementary color
Monochromatic Colors of #E561A6
Black with #E561A6
Text Example
Text Example
White with #E561A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561A6; }
p { color: rgb(229,97,166); }
H1.HeaderClassName
{
color: #E561A6;
}
.AnyTagClassName
{
color: #E561A6;
}
</style>
background-color css
<style>
a { background-color: #E561A6; }
a { background-color: rgb(229,97,166); }
div.DivClassName
{
background-color: #E561A6;
}
.BgClassName
{
background-color: #E561A6;
}
</style>
border-color css
<style>
span { border-color: #E561A6; }
span { border-color: rgb(229,97,166); }
td.TdClassName
{
border-color: #E561A6;
}
.TagClassName
{
border-color: #E561A6;
}
</style>