Shades of Brilliant Rose #E047B1
Tints of Brilliant Rose #E047B1
RGB
CMYK
RGB Variations
Color information
#E047B1 (or 0xE047B1) is known color: Brilliant Rose. HEX triplet: E0, 47 and B1. RGB value is (224,71,177). Sum of RGB (Red+Green+Blue) = 224+71+177=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E047B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E047B1 is #1FB84E. Grayscale: #808080. Windows color (decimal): -2078799 or 11618272. OLE color: 11618272.
HSL color Cylindrical-coordinate representation of color #E047B1: hue angle of 318.43º 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 #E047B1 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 177 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.12 |
| HSL | 318.43º | 0.71% | 0.58% | - |
| HSV(B) | 318.43º | 0.68% | 0.88% | - |
| XYZ | 40.93 | 23.53 | 43.98 | - |
| YUV | 128.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 177 | 0 | 0.68 | 0.21 | 0.12 | 318.43 | 0.71 | 0.58 |
| Hex | E0 | 47 | B1 | 0 | 44 | 15 | C | 13E | 47 | 3A |
| Octal | 340 | 107 | 261 | 0 | 104 | 25 | 14 | 476 | 107 | 72 |
| Binary | 11100000 | 1000111 | 10110001 | 0 | 1000100 | 10101 | 1100 | 100111110 | 1000111 | 111010 |
Color Harmonies of #E047B1
Complementary color
Monochromatic Colors of #E047B1
Black with #E047B1
Text Example
Text Example
White with #E047B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047B1; }
p { color: rgb(224,71,177); }
H1.HeaderClassName
{
color: #E047B1;
}
.AnyTagClassName
{
color: #E047B1;
}
</style>
background-color css
<style>
a { background-color: #E047B1; }
a { background-color: rgb(224,71,177); }
div.DivClassName
{
background-color: #E047B1;
}
.BgClassName
{
background-color: #E047B1;
}
</style>
border-color css
<style>
span { border-color: #E047B1; }
span { border-color: rgb(224,71,177); }
td.TdClassName
{
border-color: #E047B1;
}
.TagClassName
{
border-color: #E047B1;
}
</style>