Shades of Brilliant Rose #E0529E
Tints of Brilliant Rose #E0529E
RGB
CMYK
RGB Variations
Color information
#E0529E (or 0xE0529E) is known color: Brilliant Rose. HEX triplet: E0, 52 and 9E. RGB value is (224,82,158). Sum of RGB (Red+Green+Blue) = 224+82+158=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0529E is #1FAD61. Grayscale: #848484. Windows color (decimal): -2076002 or 10375904. OLE color: 10375904.
HSL color Cylindrical-coordinate representation of color #E0529E: hue angle of 327.89º degrees, saturation: 0.7, 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 #E0529E is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 158 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.12 |
| HSL | 327.89º | 0.7% | 0.6% | - |
| HSV(B) | 327.89º | 0.63% | 0.88% | - |
| XYZ | 39.93 | 24.35 | 34.94 | - |
| YUV | 133.12 | 142.04 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 158 | 0 | 0.63 | 0.29 | 0.12 | 327.89 | 0.7 | 0.6 |
| Hex | E0 | 52 | 9E | 0 | 3F | 1D | C | 148 | 46 | 3C |
| Octal | 340 | 122 | 236 | 0 | 77 | 35 | 14 | 510 | 106 | 74 |
| Binary | 11100000 | 1010010 | 10011110 | 0 | 111111 | 11101 | 1100 | 101001000 | 1000110 | 111100 |
Color Harmonies of #E0529E
Complementary color
Monochromatic Colors of #E0529E
Black with #E0529E
Text Example
Text Example
White with #E0529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0529E; }
p { color: rgb(224,82,158); }
H1.HeaderClassName
{
color: #E0529E;
}
.AnyTagClassName
{
color: #E0529E;
}
</style>
background-color css
<style>
a { background-color: #E0529E; }
a { background-color: rgb(224,82,158); }
div.DivClassName
{
background-color: #E0529E;
}
.BgClassName
{
background-color: #E0529E;
}
</style>
border-color css
<style>
span { border-color: #E0529E; }
span { border-color: rgb(224,82,158); }
td.TdClassName
{
border-color: #E0529E;
}
.TagClassName
{
border-color: #E0529E;
}
</style>