Shades of Brilliant Rose #E0539D
Tints of Brilliant Rose #E0539D
RGB
CMYK
RGB Variations
Color information
#E0539D (or 0xE0539D) is known color: Brilliant Rose. HEX triplet: E0, 53 and 9D. RGB value is (224,83,157). Sum of RGB (Red+Green+Blue) = 224+83+157=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0539D is #1FAC62. Grayscale: #858585. Windows color (decimal): -2075747 or 10310624. OLE color: 10310624.
HSL color Cylindrical-coordinate representation of color #E0539D: hue angle of 328.51º 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 #E0539D is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 157 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.12 |
| HSL | 328.51º | 0.69% | 0.6% | - |
| HSV(B) | 328.51º | 0.63% | 0.88% | - |
| XYZ | 39.92 | 24.47 | 34.52 | - |
| YUV | 133.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 157 | 0 | 0.63 | 0.30 | 0.12 | 328.51 | 0.69 | 0.6 |
| Hex | E0 | 53 | 9D | 0 | 3F | 1E | C | 149 | 45 | 3C |
| Octal | 340 | 123 | 235 | 0 | 77 | 36 | 14 | 511 | 105 | 74 |
| Binary | 11100000 | 1010011 | 10011101 | 0 | 111111 | 11110 | 1100 | 101001001 | 1000101 | 111100 |
Color Harmonies of #E0539D
Complementary color
Monochromatic Colors of #E0539D
Black with #E0539D
Text Example
Text Example
White with #E0539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0539D; }
p { color: rgb(224,83,157); }
H1.HeaderClassName
{
color: #E0539D;
}
.AnyTagClassName
{
color: #E0539D;
}
</style>
background-color css
<style>
a { background-color: #E0539D; }
a { background-color: rgb(224,83,157); }
div.DivClassName
{
background-color: #E0539D;
}
.BgClassName
{
background-color: #E0539D;
}
</style>
border-color css
<style>
span { border-color: #E0539D; }
span { border-color: rgb(224,83,157); }
td.TdClassName
{
border-color: #E0539D;
}
.TagClassName
{
border-color: #E0539D;
}
</style>