Shades of Brilliant Rose #E4519C
Tints of Brilliant Rose #E4519C
RGB
CMYK
RGB Variations
Color information
#E4519C (or 0xE4519C) is known color: Brilliant Rose. HEX triplet: E4, 51 and 9C. RGB value is (228,81,156). Sum of RGB (Red+Green+Blue) = 228+81+156=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E4519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4519C is #1BAE63. Grayscale: #858585. Windows color (decimal): -1814116 or 10244580. OLE color: 10244580.
HSL color Cylindrical-coordinate representation of color #E4519C: hue angle of 329.39º 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 #E4519C is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 156 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.11 |
| HSL | 329.39º | 0.73% | 0.61% | - |
| HSV(B) | 329.39º | 0.64% | 0.89% | - |
| XYZ | 40.94 | 24.78 | 34.08 | - |
| YUV | 133.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 156 | 0 | 0.64 | 0.32 | 0.11 | 329.39 | 0.73 | 0.61 |
| Hex | E4 | 51 | 9C | 0 | 40 | 20 | B | 149 | 49 | 3D |
| Octal | 344 | 121 | 234 | 0 | 100 | 40 | 13 | 511 | 111 | 75 |
| Binary | 11100100 | 1010001 | 10011100 | 0 | 1000000 | 100000 | 1011 | 101001001 | 1001001 | 111101 |
Color Harmonies of #E4519C
Complementary color
Monochromatic Colors of #E4519C
Black with #E4519C
Text Example
Text Example
White with #E4519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4519C; }
p { color: rgb(228,81,156); }
H1.HeaderClassName
{
color: #E4519C;
}
.AnyTagClassName
{
color: #E4519C;
}
</style>
background-color css
<style>
a { background-color: #E4519C; }
a { background-color: rgb(228,81,156); }
div.DivClassName
{
background-color: #E4519C;
}
.BgClassName
{
background-color: #E4519C;
}
</style>
border-color css
<style>
span { border-color: #E4519C; }
span { border-color: rgb(228,81,156); }
td.TdClassName
{
border-color: #E4519C;
}
.TagClassName
{
border-color: #E4519C;
}
</style>