Shades of Brilliant Rose #E04FA9
Tints of Brilliant Rose #E04FA9
RGB
CMYK
RGB Variations
Color information
#E04FA9 (or 0xE04FA9) is known color: Brilliant Rose. HEX triplet: E0, 4F and A9. RGB value is (224,79,169). Sum of RGB (Red+Green+Blue) = 224+79+169=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04FA9 is #1FB056. Grayscale: #848484. Windows color (decimal): -2076759 or 11096032. OLE color: 11096032.
HSL color Cylindrical-coordinate representation of color #E04FA9: hue angle of 322.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04FA9 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 169 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.12 |
| HSL | 322.76º | 0.7% | 0.59% | - |
| HSV(B) | 322.76º | 0.65% | 0.88% | - |
| XYZ | 40.7 | 24.3 | 40.08 | - |
| YUV | 132.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 169 | 0 | 0.65 | 0.25 | 0.12 | 322.76 | 0.7 | 0.59 |
| Hex | E0 | 4F | A9 | 0 | 41 | 19 | C | 143 | 46 | 3B |
| Octal | 340 | 117 | 251 | 0 | 101 | 31 | 14 | 503 | 106 | 73 |
| Binary | 11100000 | 1001111 | 10101001 | 0 | 1000001 | 11001 | 1100 | 101000011 | 1000110 | 111011 |
Color Harmonies of #E04FA9
Complementary color
Monochromatic Colors of #E04FA9
Black with #E04FA9
Text Example
Text Example
White with #E04FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FA9; }
p { color: rgb(224,79,169); }
H1.HeaderClassName
{
color: #E04FA9;
}
.AnyTagClassName
{
color: #E04FA9;
}
</style>
background-color css
<style>
a { background-color: #E04FA9; }
a { background-color: rgb(224,79,169); }
div.DivClassName
{
background-color: #E04FA9;
}
.BgClassName
{
background-color: #E04FA9;
}
</style>
border-color css
<style>
span { border-color: #E04FA9; }
span { border-color: rgb(224,79,169); }
td.TdClassName
{
border-color: #E04FA9;
}
.TagClassName
{
border-color: #E04FA9;
}
</style>