Shades of Brilliant Rose #E04F9F
Tints of Brilliant Rose #E04F9F
RGB
CMYK
RGB Variations
Color information
#E04F9F (or 0xE04F9F) is known color: Brilliant Rose. HEX triplet: E0, 4F and 9F. RGB value is (224,79,159). Sum of RGB (Red+Green+Blue) = 224+79+159=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F9F is #1FB060. Grayscale: #838383. Windows color (decimal): -2076769 or 10440672. OLE color: 10440672.
HSL color Cylindrical-coordinate representation of color #E04F9F: hue angle of 326.9º 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 #E04F9F is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 159 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.12 |
| HSL | 326.9º | 0.7% | 0.59% | - |
| HSV(B) | 326.9º | 0.65% | 0.88% | - |
| XYZ | 39.79 | 23.94 | 35.32 | - |
| YUV | 131.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 159 | 0 | 0.65 | 0.29 | 0.12 | 326.9 | 0.7 | 0.59 |
| Hex | E0 | 4F | 9F | 0 | 41 | 1D | C | 147 | 46 | 3B |
| Octal | 340 | 117 | 237 | 0 | 101 | 35 | 14 | 507 | 106 | 73 |
| Binary | 11100000 | 1001111 | 10011111 | 0 | 1000001 | 11101 | 1100 | 101000111 | 1000110 | 111011 |
Color Harmonies of #E04F9F
Complementary color
Monochromatic Colors of #E04F9F
Black with #E04F9F
Text Example
Text Example
White with #E04F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F9F; }
p { color: rgb(224,79,159); }
H1.HeaderClassName
{
color: #E04F9F;
}
.AnyTagClassName
{
color: #E04F9F;
}
</style>
background-color css
<style>
a { background-color: #E04F9F; }
a { background-color: rgb(224,79,159); }
div.DivClassName
{
background-color: #E04F9F;
}
.BgClassName
{
background-color: #E04F9F;
}
</style>
border-color css
<style>
span { border-color: #E04F9F; }
span { border-color: rgb(224,79,159); }
td.TdClassName
{
border-color: #E04F9F;
}
.TagClassName
{
border-color: #E04F9F;
}
</style>