Shades of Brilliant Rose #E048A8
Tints of Brilliant Rose #E048A8
RGB
CMYK
RGB Variations
Color information
#E048A8 (or 0xE048A8) is known color: Brilliant Rose. HEX triplet: E0, 48 and A8. RGB value is (224,72,168). Sum of RGB (Red+Green+Blue) = 224+72+168=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E048A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E048A8 is #1FB757. Grayscale: #808080. Windows color (decimal): -2078552 or 11028704. OLE color: 11028704.
HSL color Cylindrical-coordinate representation of color #E048A8: hue angle of 322.11º 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 #E048A8 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 168 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.12 |
| HSL | 322.11º | 0.71% | 0.58% | - |
| HSV(B) | 322.11º | 0.68% | 0.88% | - |
| XYZ | 40.13 | 23.31 | 39.43 | - |
| YUV | 128.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 168 | 0 | 0.68 | 0.25 | 0.12 | 322.11 | 0.71 | 0.58 |
| Hex | E0 | 48 | A8 | 0 | 44 | 19 | C | 142 | 47 | 3A |
| Octal | 340 | 110 | 250 | 0 | 104 | 31 | 14 | 502 | 107 | 72 |
| Binary | 11100000 | 1001000 | 10101000 | 0 | 1000100 | 11001 | 1100 | 101000010 | 1000111 | 111010 |
Color Harmonies of #E048A8
Complementary color
Monochromatic Colors of #E048A8
Black with #E048A8
Text Example
Text Example
White with #E048A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048A8; }
p { color: rgb(224,72,168); }
H1.HeaderClassName
{
color: #E048A8;
}
.AnyTagClassName
{
color: #E048A8;
}
</style>
background-color css
<style>
a { background-color: #E048A8; }
a { background-color: rgb(224,72,168); }
div.DivClassName
{
background-color: #E048A8;
}
.BgClassName
{
background-color: #E048A8;
}
</style>
border-color css
<style>
span { border-color: #E048A8; }
span { border-color: rgb(224,72,168); }
td.TdClassName
{
border-color: #E048A8;
}
.TagClassName
{
border-color: #E048A8;
}
</style>