Shades of Brilliant Rose #E4519D
Tints of Brilliant Rose #E4519D
RGB
CMYK
RGB Variations
Color information
#E4519D (or 0xE4519D) is known color: Brilliant Rose. HEX triplet: E4, 51 and 9D. RGB value is (228,81,157). Sum of RGB (Red+Green+Blue) = 228+81+157=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E4519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4519D is #1BAE62. Grayscale: #858585. Windows color (decimal): -1814115 or 10310116. OLE color: 10310116.
HSL color Cylindrical-coordinate representation of color #E4519D: hue angle of 328.98º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E4519D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 157 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.11 |
| HSL | 328.98º | 0.73% | 0.61% | - |
| HSV(B) | 328.98º | 0.64% | 0.89% | - |
| XYZ | 41.02 | 24.81 | 34.53 | - |
| YUV | 133.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 157 | 0 | 0.64 | 0.31 | 0.11 | 328.98 | 0.73 | 0.61 |
| Hex | E4 | 51 | 9D | 0 | 40 | 1F | B | 149 | 49 | 3D |
| Octal | 344 | 121 | 235 | 0 | 100 | 37 | 13 | 511 | 111 | 75 |
| Binary | 11100100 | 1010001 | 10011101 | 0 | 1000000 | 11111 | 1011 | 101001001 | 1001001 | 111101 |
Color Harmonies of #E4519D
Complementary color
Monochromatic Colors of #E4519D
Black with #E4519D
Text Example
Text Example
White with #E4519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4519D; }
p { color: rgb(228,81,157); }
H1.HeaderClassName
{
color: #E4519D;
}
.AnyTagClassName
{
color: #E4519D;
}
</style>
background-color css
<style>
a { background-color: #E4519D; }
a { background-color: rgb(228,81,157); }
div.DivClassName
{
background-color: #E4519D;
}
.BgClassName
{
background-color: #E4519D;
}
</style>
border-color css
<style>
span { border-color: #E4519D; }
span { border-color: rgb(228,81,157); }
td.TdClassName
{
border-color: #E4519D;
}
.TagClassName
{
border-color: #E4519D;
}
</style>