Shades of Brilliant Rose #E052AC
Tints of Brilliant Rose #E052AC
RGB
CMYK
RGB Variations
Color information
#E052AC (or 0xE052AC) is known color: Brilliant Rose. HEX triplet: E0, 52 and AC. RGB value is (224,82,172). Sum of RGB (Red+Green+Blue) = 224+82+172=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E052AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E052AC is #1FAD53. Grayscale: #868686. Windows color (decimal): -2075988 or 11293408. OLE color: 11293408.
HSL color Cylindrical-coordinate representation of color #E052AC: hue angle of 321.97º 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 #E052AC is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 172 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.12 |
| HSL | 321.97º | 0.7% | 0.6% | - |
| HSV(B) | 321.97º | 0.63% | 0.88% | - |
| XYZ | 41.2 | 24.86 | 41.66 | - |
| YUV | 134.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 172 | 0 | 0.63 | 0.23 | 0.12 | 321.97 | 0.7 | 0.6 |
| Hex | E0 | 52 | AC | 0 | 3F | 17 | C | 142 | 46 | 3C |
| Octal | 340 | 122 | 254 | 0 | 77 | 27 | 14 | 502 | 106 | 74 |
| Binary | 11100000 | 1010010 | 10101100 | 0 | 111111 | 10111 | 1100 | 101000010 | 1000110 | 111100 |
Color Harmonies of #E052AC
Complementary color
Monochromatic Colors of #E052AC
Black with #E052AC
Text Example
Text Example
White with #E052AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E052AC; }
p { color: rgb(224,82,172); }
H1.HeaderClassName
{
color: #E052AC;
}
.AnyTagClassName
{
color: #E052AC;
}
</style>
background-color css
<style>
a { background-color: #E052AC; }
a { background-color: rgb(224,82,172); }
div.DivClassName
{
background-color: #E052AC;
}
.BgClassName
{
background-color: #E052AC;
}
</style>
border-color css
<style>
span { border-color: #E052AC; }
span { border-color: rgb(224,82,172); }
td.TdClassName
{
border-color: #E052AC;
}
.TagClassName
{
border-color: #E052AC;
}
</style>