Shades of Brilliant Rose #E749A1
Tints of Brilliant Rose #E749A1
RGB
CMYK
RGB Variations
Color information
#E749A1 (or 0xE749A1) is known color: Brilliant Rose. HEX triplet: E7, 49 and A1. RGB value is (231,73,161). Sum of RGB (Red+Green+Blue) = 231+73+161=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E749A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E749A1 is #18B65E. Grayscale: #828282. Windows color (decimal): -1619551 or 10570215. OLE color: 10570215.
HSL color Cylindrical-coordinate representation of color #E749A1: hue angle of 326.58º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E749A1 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 161 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.09 |
| HSL | 326.58º | 0.77% | 0.6% | - |
| HSV(B) | 326.58º | 0.68% | 0.91% | - |
| XYZ | 41.77 | 24.33 | 36.21 | - |
| YUV | 130.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 161 | 0 | 0.68 | 0.30 | 0.09 | 326.58 | 0.77 | 0.6 |
| Hex | E7 | 49 | A1 | 0 | 44 | 1E | 9 | 147 | 4D | 3C |
| Octal | 347 | 111 | 241 | 0 | 104 | 36 | 11 | 507 | 115 | 74 |
| Binary | 11100111 | 1001001 | 10100001 | 0 | 1000100 | 11110 | 1001 | 101000111 | 1001101 | 111100 |
Color Harmonies of #E749A1
Complementary color
Monochromatic Colors of #E749A1
Black with #E749A1
Text Example
Text Example
White with #E749A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749A1; }
p { color: rgb(231,73,161); }
H1.HeaderClassName
{
color: #E749A1;
}
.AnyTagClassName
{
color: #E749A1;
}
</style>
background-color css
<style>
a { background-color: #E749A1; }
a { background-color: rgb(231,73,161); }
div.DivClassName
{
background-color: #E749A1;
}
.BgClassName
{
background-color: #E749A1;
}
</style>
border-color css
<style>
span { border-color: #E749A1; }
span { border-color: rgb(231,73,161); }
td.TdClassName
{
border-color: #E749A1;
}
.TagClassName
{
border-color: #E749A1;
}
</style>