Shades of Brilliant Rose #E048B4
Tints of Brilliant Rose #E048B4
RGB
CMYK
RGB Variations
Color information
#E048B4 (or 0xE048B4) is known color: Brilliant Rose. HEX triplet: E0, 48 and B4. RGB value is (224,72,180). Sum of RGB (Red+Green+Blue) = 224+72+180=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E048B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048B4 is #1FB74B. Grayscale: #818181. Windows color (decimal): -2078540 or 11815136. OLE color: 11815136.
HSL color Cylindrical-coordinate representation of color #E048B4: hue angle of 317.37º 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 #E048B4 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 180 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.12 |
| HSL | 317.37º | 0.71% | 0.58% | - |
| HSV(B) | 317.37º | 0.68% | 0.88% | - |
| XYZ | 41.3 | 23.78 | 45.59 | - |
| YUV | 129.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 180 | 0 | 0.68 | 0.20 | 0.12 | 317.37 | 0.71 | 0.58 |
| Hex | E0 | 48 | B4 | 0 | 44 | 14 | C | 13D | 47 | 3A |
| Octal | 340 | 110 | 264 | 0 | 104 | 24 | 14 | 475 | 107 | 72 |
| Binary | 11100000 | 1001000 | 10110100 | 0 | 1000100 | 10100 | 1100 | 100111101 | 1000111 | 111010 |
Color Harmonies of #E048B4
Complementary color
Monochromatic Colors of #E048B4
Black with #E048B4
Text Example
Text Example
White with #E048B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048B4; }
p { color: rgb(224,72,180); }
H1.HeaderClassName
{
color: #E048B4;
}
.AnyTagClassName
{
color: #E048B4;
}
</style>
background-color css
<style>
a { background-color: #E048B4; }
a { background-color: rgb(224,72,180); }
div.DivClassName
{
background-color: #E048B4;
}
.BgClassName
{
background-color: #E048B4;
}
</style>
border-color css
<style>
span { border-color: #E048B4; }
span { border-color: rgb(224,72,180); }
td.TdClassName
{
border-color: #E048B4;
}
.TagClassName
{
border-color: #E048B4;
}
</style>