Shades of Brilliant Rose #E4549E
Tints of Brilliant Rose #E4549E
RGB
CMYK
RGB Variations
Color information
#E4549E (or 0xE4549E) is known color: Brilliant Rose. HEX triplet: E4, 54 and 9E. RGB value is (228,84,158). Sum of RGB (Red+Green+Blue) = 228+84+158=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E4549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4549E is #1BAB61. Grayscale: #878787. Windows color (decimal): -1813346 or 10376420. OLE color: 10376420.
HSL color Cylindrical-coordinate representation of color #E4549E: hue angle of 329.17º 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 #E4549E is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 158 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.11 |
| HSL | 329.17º | 0.73% | 0.61% | - |
| HSV(B) | 329.17º | 0.63% | 0.89% | - |
| XYZ | 41.34 | 25.3 | 35.05 | - |
| YUV | 135.49 | 140.71 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 158 | 0 | 0.63 | 0.31 | 0.11 | 329.17 | 0.73 | 0.61 |
| Hex | E4 | 54 | 9E | 0 | 3F | 1F | B | 149 | 49 | 3D |
| Octal | 344 | 124 | 236 | 0 | 77 | 37 | 13 | 511 | 111 | 75 |
| Binary | 11100100 | 1010100 | 10011110 | 0 | 111111 | 11111 | 1011 | 101001001 | 1001001 | 111101 |
Color Harmonies of #E4549E
Complementary color
Monochromatic Colors of #E4549E
Black with #E4549E
Text Example
Text Example
White with #E4549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4549E; }
p { color: rgb(228,84,158); }
H1.HeaderClassName
{
color: #E4549E;
}
.AnyTagClassName
{
color: #E4549E;
}
</style>
background-color css
<style>
a { background-color: #E4549E; }
a { background-color: rgb(228,84,158); }
div.DivClassName
{
background-color: #E4549E;
}
.BgClassName
{
background-color: #E4549E;
}
</style>
border-color css
<style>
span { border-color: #E4549E; }
span { border-color: rgb(228,84,158); }
td.TdClassName
{
border-color: #E4549E;
}
.TagClassName
{
border-color: #E4549E;
}
</style>