Shades of Brilliant Rose #E048B0
Tints of Brilliant Rose #E048B0
RGB
CMYK
RGB Variations
Color information
#E048B0 (or 0xE048B0) is known color: Brilliant Rose. HEX triplet: E0, 48 and B0. RGB value is (224,72,176). Sum of RGB (Red+Green+Blue) = 224+72+176=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E048B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E048B0 is #1FB74F. Grayscale: #818181. Windows color (decimal): -2078544 or 11552992. OLE color: 11552992.
HSL color Cylindrical-coordinate representation of color #E048B0: hue angle of 318.95º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E048B0 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 176 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.12 |
| HSL | 318.95º | 0.71% | 0.58% | - |
| HSV(B) | 318.95º | 0.68% | 0.88% | - |
| XYZ | 40.89 | 23.62 | 43.48 | - |
| YUV | 129.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 176 | 0 | 0.68 | 0.21 | 0.12 | 318.95 | 0.71 | 0.58 |
| Hex | E0 | 48 | B0 | 0 | 44 | 15 | C | 13F | 47 | 3A |
| Octal | 340 | 110 | 260 | 0 | 104 | 25 | 14 | 477 | 107 | 72 |
| Binary | 11100000 | 1001000 | 10110000 | 0 | 1000100 | 10101 | 1100 | 100111111 | 1000111 | 111010 |
Color Harmonies of #E048B0
Complementary color
Monochromatic Colors of #E048B0
Black with #E048B0
Text Example
Text Example
White with #E048B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048B0; }
p { color: rgb(224,72,176); }
H1.HeaderClassName
{
color: #E048B0;
}
.AnyTagClassName
{
color: #E048B0;
}
</style>
background-color css
<style>
a { background-color: #E048B0; }
a { background-color: rgb(224,72,176); }
div.DivClassName
{
background-color: #E048B0;
}
.BgClassName
{
background-color: #E048B0;
}
</style>
border-color css
<style>
span { border-color: #E048B0; }
span { border-color: rgb(224,72,176); }
td.TdClassName
{
border-color: #E048B0;
}
.TagClassName
{
border-color: #E048B0;
}
</style>