Shades of Brilliant Rose #E04FB0
Tints of Brilliant Rose #E04FB0
RGB
CMYK
RGB Variations
Color information
#E04FB0 (or 0xE04FB0) is known color: Brilliant Rose. HEX triplet: E0, 4F and B0. RGB value is (224,79,176). Sum of RGB (Red+Green+Blue) = 224+79+176=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04FB0 is #1FB04F. Grayscale: #858585. Windows color (decimal): -2076752 or 11554784. OLE color: 11554784.
HSL color Cylindrical-coordinate representation of color #E04FB0: hue angle of 319.86º 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 #E04FB0 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 176 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.12 |
| HSL | 319.86º | 0.7% | 0.59% | - |
| HSV(B) | 319.86º | 0.65% | 0.88% | - |
| XYZ | 41.37 | 24.57 | 43.64 | - |
| YUV | 133.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 176 | 0 | 0.65 | 0.21 | 0.12 | 319.86 | 0.7 | 0.59 |
| Hex | E0 | 4F | B0 | 0 | 41 | 15 | C | 140 | 46 | 3B |
| Octal | 340 | 117 | 260 | 0 | 101 | 25 | 14 | 500 | 106 | 73 |
| Binary | 11100000 | 1001111 | 10110000 | 0 | 1000001 | 10101 | 1100 | 101000000 | 1000110 | 111011 |
Color Harmonies of #E04FB0
Complementary color
Monochromatic Colors of #E04FB0
Black with #E04FB0
Text Example
Text Example
White with #E04FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FB0; }
p { color: rgb(224,79,176); }
H1.HeaderClassName
{
color: #E04FB0;
}
.AnyTagClassName
{
color: #E04FB0;
}
</style>
background-color css
<style>
a { background-color: #E04FB0; }
a { background-color: rgb(224,79,176); }
div.DivClassName
{
background-color: #E04FB0;
}
.BgClassName
{
background-color: #E04FB0;
}
</style>
border-color css
<style>
span { border-color: #E04FB0; }
span { border-color: rgb(224,79,176); }
td.TdClassName
{
border-color: #E04FB0;
}
.TagClassName
{
border-color: #E04FB0;
}
</style>