Shades of Brilliant Rose #E0539E
Tints of Brilliant Rose #E0539E
RGB
CMYK
RGB Variations
Color information
#E0539E (or 0xE0539E) is known color: Brilliant Rose. HEX triplet: E0, 53 and 9E. RGB value is (224,83,158). Sum of RGB (Red+Green+Blue) = 224+83+158=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E0539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0539E is #1FAC61. Grayscale: #858585. Windows color (decimal): -2075746 or 10376160. OLE color: 10376160.
HSL color Cylindrical-coordinate representation of color #E0539E: hue angle of 328.09º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0539E is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 158 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.12 |
| HSL | 328.09º | 0.69% | 0.6% | - |
| HSV(B) | 328.09º | 0.63% | 0.88% | - |
| XYZ | 40.01 | 24.5 | 34.97 | - |
| YUV | 133.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 158 | 0 | 0.63 | 0.29 | 0.12 | 328.09 | 0.69 | 0.6 |
| Hex | E0 | 53 | 9E | 0 | 3F | 1D | C | 148 | 45 | 3C |
| Octal | 340 | 123 | 236 | 0 | 77 | 35 | 14 | 510 | 105 | 74 |
| Binary | 11100000 | 1010011 | 10011110 | 0 | 111111 | 11101 | 1100 | 101001000 | 1000101 | 111100 |
Color Harmonies of #E0539E
Complementary color
Monochromatic Colors of #E0539E
Black with #E0539E
Text Example
Text Example
White with #E0539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0539E; }
p { color: rgb(224,83,158); }
H1.HeaderClassName
{
color: #E0539E;
}
.AnyTagClassName
{
color: #E0539E;
}
</style>
background-color css
<style>
a { background-color: #E0539E; }
a { background-color: rgb(224,83,158); }
div.DivClassName
{
background-color: #E0539E;
}
.BgClassName
{
background-color: #E0539E;
}
</style>
border-color css
<style>
span { border-color: #E0539E; }
span { border-color: rgb(224,83,158); }
td.TdClassName
{
border-color: #E0539E;
}
.TagClassName
{
border-color: #E0539E;
}
</style>