Shades of Brilliant Rose #E046AD
Tints of Brilliant Rose #E046AD
RGB
CMYK
RGB Variations
Color information
#E046AD (or 0xE046AD) is known color: Brilliant Rose. HEX triplet: E0, 46 and AD. RGB value is (224,70,173). Sum of RGB (Red+Green+Blue) = 224+70+173=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E046AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E046AD is #1FB952. Grayscale: #7F7F7F. Windows color (decimal): -2079059 or 11355872. OLE color: 11355872.
HSL color Cylindrical-coordinate representation of color #E046AD: hue angle of 319.87º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E046AD is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 173 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.12 |
| HSL | 319.87º | 0.71% | 0.58% | - |
| HSV(B) | 319.87º | 0.69% | 0.88% | - |
| XYZ | 40.47 | 23.24 | 41.89 | - |
| YUV | 127.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 173 | 0 | 0.69 | 0.23 | 0.12 | 319.87 | 0.71 | 0.58 |
| Hex | E0 | 46 | AD | 0 | 45 | 17 | C | 140 | 47 | 3A |
| Octal | 340 | 106 | 255 | 0 | 105 | 27 | 14 | 500 | 107 | 72 |
| Binary | 11100000 | 1000110 | 10101101 | 0 | 1000101 | 10111 | 1100 | 101000000 | 1000111 | 111010 |
Color Harmonies of #E046AD
Complementary color
Monochromatic Colors of #E046AD
Black with #E046AD
Text Example
Text Example
White with #E046AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E046AD; }
p { color: rgb(224,70,173); }
H1.HeaderClassName
{
color: #E046AD;
}
.AnyTagClassName
{
color: #E046AD;
}
</style>
background-color css
<style>
a { background-color: #E046AD; }
a { background-color: rgb(224,70,173); }
div.DivClassName
{
background-color: #E046AD;
}
.BgClassName
{
background-color: #E046AD;
}
</style>
border-color css
<style>
span { border-color: #E046AD; }
span { border-color: rgb(224,70,173); }
td.TdClassName
{
border-color: #E046AD;
}
.TagClassName
{
border-color: #E046AD;
}
</style>