Shades of Brilliant Rose #E454B0
Tints of Brilliant Rose #E454B0
RGB
CMYK
RGB Variations
Color information
#E454B0 (or 0xE454B0) is known color: Brilliant Rose. HEX triplet: E4, 54 and B0. RGB value is (228,84,176). Sum of RGB (Red+Green+Blue) = 228+84+176=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E454B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E454B0 is #1BAB4F. Grayscale: #898989. Windows color (decimal): -1813328 or 11556068. OLE color: 11556068.
HSL color Cylindrical-coordinate representation of color #E454B0: hue angle of 321.67º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E454B0 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 176 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.11 |
| HSL | 321.67º | 0.73% | 0.61% | - |
| HSV(B) | 321.67º | 0.63% | 0.89% | - |
| XYZ | 43 | 25.97 | 43.82 | - |
| YUV | 137.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 176 | 0 | 0.63 | 0.23 | 0.11 | 321.67 | 0.73 | 0.61 |
| Hex | E4 | 54 | B0 | 0 | 3F | 17 | B | 142 | 49 | 3D |
| Octal | 344 | 124 | 260 | 0 | 77 | 27 | 13 | 502 | 111 | 75 |
| Binary | 11100100 | 1010100 | 10110000 | 0 | 111111 | 10111 | 1011 | 101000010 | 1001001 | 111101 |
Color Harmonies of #E454B0
Complementary color
Monochromatic Colors of #E454B0
Black with #E454B0
Text Example
Text Example
White with #E454B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E454B0; }
p { color: rgb(228,84,176); }
H1.HeaderClassName
{
color: #E454B0;
}
.AnyTagClassName
{
color: #E454B0;
}
</style>
background-color css
<style>
a { background-color: #E454B0; }
a { background-color: rgb(228,84,176); }
div.DivClassName
{
background-color: #E454B0;
}
.BgClassName
{
background-color: #E454B0;
}
</style>
border-color css
<style>
span { border-color: #E454B0; }
span { border-color: rgb(228,84,176); }
td.TdClassName
{
border-color: #E454B0;
}
.TagClassName
{
border-color: #E454B0;
}
</style>