Shades of Brilliant Rose #E052AD
Tints of Brilliant Rose #E052AD
RGB
CMYK
RGB Variations
Color information
#E052AD (or 0xE052AD) is known color: Brilliant Rose. HEX triplet: E0, 52 and AD. RGB value is (224,82,173). Sum of RGB (Red+Green+Blue) = 224+82+173=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E052AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E052AD is #1FAD52. Grayscale: #868686. Windows color (decimal): -2075987 or 11358944. OLE color: 11358944.
HSL color Cylindrical-coordinate representation of color #E052AD: hue angle of 321.55º 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 #E052AD is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 173 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.12 |
| HSL | 321.55º | 0.7% | 0.6% | - |
| HSV(B) | 321.55º | 0.63% | 0.88% | - |
| XYZ | 41.3 | 24.9 | 42.16 | - |
| YUV | 134.83 | 149.54 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 173 | 0 | 0.63 | 0.23 | 0.12 | 321.55 | 0.7 | 0.6 |
| Hex | E0 | 52 | AD | 0 | 3F | 17 | C | 142 | 46 | 3C |
| Octal | 340 | 122 | 255 | 0 | 77 | 27 | 14 | 502 | 106 | 74 |
| Binary | 11100000 | 1010010 | 10101101 | 0 | 111111 | 10111 | 1100 | 101000010 | 1000110 | 111100 |
Color Harmonies of #E052AD
Complementary color
Monochromatic Colors of #E052AD
Black with #E052AD
Text Example
Text Example
White with #E052AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E052AD; }
p { color: rgb(224,82,173); }
H1.HeaderClassName
{
color: #E052AD;
}
.AnyTagClassName
{
color: #E052AD;
}
</style>
background-color css
<style>
a { background-color: #E052AD; }
a { background-color: rgb(224,82,173); }
div.DivClassName
{
background-color: #E052AD;
}
.BgClassName
{
background-color: #E052AD;
}
</style>
border-color css
<style>
span { border-color: #E052AD; }
span { border-color: rgb(224,82,173); }
td.TdClassName
{
border-color: #E052AD;
}
.TagClassName
{
border-color: #E052AD;
}
</style>