Shades of Brilliant Rose #E24FA9
Tints of Brilliant Rose #E24FA9
RGB
CMYK
RGB Variations
Color information
#E24FA9 (or 0xE24FA9) is known color: Brilliant Rose. HEX triplet: E2, 4F and A9. RGB value is (226,79,169). Sum of RGB (Red+Green+Blue) = 226+79+169=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E24FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24FA9 is #1DB056. Grayscale: #858585. Windows color (decimal): -1945687 or 11096034. OLE color: 11096034.
HSL color Cylindrical-coordinate representation of color #E24FA9: hue angle of 323.27º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24FA9 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 169 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.11 |
| HSL | 323.27º | 0.72% | 0.6% | - |
| HSV(B) | 323.27º | 0.65% | 0.89% | - |
| XYZ | 41.32 | 24.63 | 40.11 | - |
| YUV | 133.21 | 148.2 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 169 | 0 | 0.65 | 0.25 | 0.11 | 323.27 | 0.72 | 0.6 |
| Hex | E2 | 4F | A9 | 0 | 41 | 19 | B | 143 | 48 | 3C |
| Octal | 342 | 117 | 251 | 0 | 101 | 31 | 13 | 503 | 110 | 74 |
| Binary | 11100010 | 1001111 | 10101001 | 0 | 1000001 | 11001 | 1011 | 101000011 | 1001000 | 111100 |
Color Harmonies of #E24FA9
Complementary color
Monochromatic Colors of #E24FA9
Black with #E24FA9
Text Example
Text Example
White with #E24FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24FA9; }
p { color: rgb(226,79,169); }
H1.HeaderClassName
{
color: #E24FA9;
}
.AnyTagClassName
{
color: #E24FA9;
}
</style>
background-color css
<style>
a { background-color: #E24FA9; }
a { background-color: rgb(226,79,169); }
div.DivClassName
{
background-color: #E24FA9;
}
.BgClassName
{
background-color: #E24FA9;
}
</style>
border-color css
<style>
span { border-color: #E24FA9; }
span { border-color: rgb(226,79,169); }
td.TdClassName
{
border-color: #E24FA9;
}
.TagClassName
{
border-color: #E24FA9;
}
</style>