Shades of Brilliant Rose #E74AA9
Tints of Brilliant Rose #E74AA9
RGB
CMYK
RGB Variations
Color information
#E74AA9 (or 0xE74AA9) is known color: Brilliant Rose. HEX triplet: E7, 4A and A9. RGB value is (231,74,169). Sum of RGB (Red+Green+Blue) = 231+74+169=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E74AA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74AA9 is #18B556. Grayscale: #838383. Windows color (decimal): -1619287 or 11094759. OLE color: 11094759.
HSL color Cylindrical-coordinate representation of color #E74AA9: hue angle of 323.69º 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 #E74AA9 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 169 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.09 |
| HSL | 323.69º | 0.77% | 0.6% | - |
| HSV(B) | 323.69º | 0.68% | 0.91% | - |
| XYZ | 42.57 | 24.75 | 40.07 | - |
| YUV | 131.77 | 149.01 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 169 | 0 | 0.68 | 0.27 | 0.09 | 323.69 | 0.77 | 0.6 |
| Hex | E7 | 4A | A9 | 0 | 44 | 1B | 9 | 144 | 4D | 3C |
| Octal | 347 | 112 | 251 | 0 | 104 | 33 | 11 | 504 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10101001 | 0 | 1000100 | 11011 | 1001 | 101000100 | 1001101 | 111100 |
Color Harmonies of #E74AA9
Complementary color
Monochromatic Colors of #E74AA9
Black with #E74AA9
Text Example
Text Example
White with #E74AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74AA9; }
p { color: rgb(231,74,169); }
H1.HeaderClassName
{
color: #E74AA9;
}
.AnyTagClassName
{
color: #E74AA9;
}
</style>
background-color css
<style>
a { background-color: #E74AA9; }
a { background-color: rgb(231,74,169); }
div.DivClassName
{
background-color: #E74AA9;
}
.BgClassName
{
background-color: #E74AA9;
}
</style>
border-color css
<style>
span { border-color: #E74AA9; }
span { border-color: rgb(231,74,169); }
td.TdClassName
{
border-color: #E74AA9;
}
.TagClassName
{
border-color: #E74AA9;
}
</style>