Shades of Brilliant Rose #E4549F
Tints of Brilliant Rose #E4549F
RGB
CMYK
RGB Variations
Color information
#E4549F (or 0xE4549F) is known color: Brilliant Rose. HEX triplet: E4, 54 and 9F. RGB value is (228,84,159). Sum of RGB (Red+Green+Blue) = 228+84+159=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E4549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4549F is #1BAB60. Grayscale: #878787. Windows color (decimal): -1813345 or 10441956. OLE color: 10441956.
HSL color Cylindrical-coordinate representation of color #E4549F: hue angle of 328.75º 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 #E4549F is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 159 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.11 |
| HSL | 328.75º | 0.73% | 0.61% | - |
| HSV(B) | 328.75º | 0.63% | 0.89% | - |
| XYZ | 41.42 | 25.34 | 35.51 | - |
| YUV | 135.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 159 | 0 | 0.63 | 0.30 | 0.11 | 328.75 | 0.73 | 0.61 |
| Hex | E4 | 54 | 9F | 0 | 3F | 1E | B | 149 | 49 | 3D |
| Octal | 344 | 124 | 237 | 0 | 77 | 36 | 13 | 511 | 111 | 75 |
| Binary | 11100100 | 1010100 | 10011111 | 0 | 111111 | 11110 | 1011 | 101001001 | 1001001 | 111101 |
Color Harmonies of #E4549F
Complementary color
Monochromatic Colors of #E4549F
Black with #E4549F
Text Example
Text Example
White with #E4549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4549F; }
p { color: rgb(228,84,159); }
H1.HeaderClassName
{
color: #E4549F;
}
.AnyTagClassName
{
color: #E4549F;
}
</style>
background-color css
<style>
a { background-color: #E4549F; }
a { background-color: rgb(228,84,159); }
div.DivClassName
{
background-color: #E4549F;
}
.BgClassName
{
background-color: #E4549F;
}
</style>
border-color css
<style>
span { border-color: #E4549F; }
span { border-color: rgb(228,84,159); }
td.TdClassName
{
border-color: #E4549F;
}
.TagClassName
{
border-color: #E4549F;
}
</style>