Shades of Brilliant Rose #E849A1
Tints of Brilliant Rose #E849A1
RGB
CMYK
RGB Variations
Color information
#E849A1 (or 0xE849A1) is known color: Brilliant Rose. HEX triplet: E8, 49 and A1. RGB value is (232,73,161). Sum of RGB (Red+Green+Blue) = 232+73+161=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E849A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E849A1 is #17B65E. Grayscale: #828282. Windows color (decimal): -1554015 or 10570216. OLE color: 10570216.
HSL color Cylindrical-coordinate representation of color #E849A1: hue angle of 326.79º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E849A1 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 161 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.09 |
| HSL | 326.79º | 0.78% | 0.6% | - |
| HSV(B) | 326.79º | 0.69% | 0.91% | - |
| XYZ | 42.09 | 24.49 | 36.23 | - |
| YUV | 130.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 161 | 0 | 0.69 | 0.31 | 0.09 | 326.79 | 0.78 | 0.6 |
| Hex | E8 | 49 | A1 | 0 | 45 | 1F | 9 | 147 | 4E | 3C |
| Octal | 350 | 111 | 241 | 0 | 105 | 37 | 11 | 507 | 116 | 74 |
| Binary | 11101000 | 1001001 | 10100001 | 0 | 1000101 | 11111 | 1001 | 101000111 | 1001110 | 111100 |
Color Harmonies of #E849A1
Complementary color
Monochromatic Colors of #E849A1
Black with #E849A1
Text Example
Text Example
White with #E849A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849A1; }
p { color: rgb(232,73,161); }
H1.HeaderClassName
{
color: #E849A1;
}
.AnyTagClassName
{
color: #E849A1;
}
</style>
background-color css
<style>
a { background-color: #E849A1; }
a { background-color: rgb(232,73,161); }
div.DivClassName
{
background-color: #E849A1;
}
.BgClassName
{
background-color: #E849A1;
}
</style>
border-color css
<style>
span { border-color: #E849A1; }
span { border-color: rgb(232,73,161); }
td.TdClassName
{
border-color: #E849A1;
}
.TagClassName
{
border-color: #E849A1;
}
</style>