Shades of Brilliant Rose #E4559D
Tints of Brilliant Rose #E4559D
RGB
CMYK
RGB Variations
Color information
#E4559D (or 0xE4559D) is known color: Brilliant Rose. HEX triplet: E4, 55 and 9D. RGB value is (228,85,157). Sum of RGB (Red+Green+Blue) = 228+85+157=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E4559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4559D is #1BAA62. Grayscale: #878787. Windows color (decimal): -1813091 or 10311140. OLE color: 10311140.
HSL color Cylindrical-coordinate representation of color #E4559D: hue angle of 329.79º 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 #E4559D is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 157 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.11 |
| HSL | 329.79º | 0.73% | 0.61% | - |
| HSV(B) | 329.79º | 0.63% | 0.89% | - |
| XYZ | 41.33 | 25.43 | 34.63 | - |
| YUV | 135.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 157 | 0 | 0.63 | 0.31 | 0.11 | 329.79 | 0.73 | 0.61 |
| Hex | E4 | 55 | 9D | 0 | 3F | 1F | B | 14A | 49 | 3D |
| Octal | 344 | 125 | 235 | 0 | 77 | 37 | 13 | 512 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10011101 | 0 | 111111 | 11111 | 1011 | 101001010 | 1001001 | 111101 |
Color Harmonies of #E4559D
Complementary color
Monochromatic Colors of #E4559D
Black with #E4559D
Text Example
Text Example
White with #E4559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4559D; }
p { color: rgb(228,85,157); }
H1.HeaderClassName
{
color: #E4559D;
}
.AnyTagClassName
{
color: #E4559D;
}
</style>
background-color css
<style>
a { background-color: #E4559D; }
a { background-color: rgb(228,85,157); }
div.DivClassName
{
background-color: #E4559D;
}
.BgClassName
{
background-color: #E4559D;
}
</style>
border-color css
<style>
span { border-color: #E4559D; }
span { border-color: rgb(228,85,157); }
td.TdClassName
{
border-color: #E4559D;
}
.TagClassName
{
border-color: #E4559D;
}
</style>