Shades of Brilliant Rose #E046A8
Tints of Brilliant Rose #E046A8
RGB
CMYK
RGB Variations
Color information
#E046A8 (or 0xE046A8) is known color: Brilliant Rose. HEX triplet: E0, 46 and A8. RGB value is (224,70,168). Sum of RGB (Red+Green+Blue) = 224+70+168=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E046A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E046A8 is #1FB957. Grayscale: #7E7E7E. Windows color (decimal): -2079064 or 11028192. OLE color: 11028192.
HSL color Cylindrical-coordinate representation of color #E046A8: hue angle of 321.82º 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 #E046A8 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 168 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.12 |
| HSL | 321.82º | 0.71% | 0.58% | - |
| HSV(B) | 321.82º | 0.69% | 0.88% | - |
| XYZ | 40 | 23.05 | 39.39 | - |
| YUV | 127.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 168 | 0 | 0.69 | 0.25 | 0.12 | 321.82 | 0.71 | 0.58 |
| Hex | E0 | 46 | A8 | 0 | 45 | 19 | C | 142 | 47 | 3A |
| Octal | 340 | 106 | 250 | 0 | 105 | 31 | 14 | 502 | 107 | 72 |
| Binary | 11100000 | 1000110 | 10101000 | 0 | 1000101 | 11001 | 1100 | 101000010 | 1000111 | 111010 |
Color Harmonies of #E046A8
Complementary color
Monochromatic Colors of #E046A8
Black with #E046A8
Text Example
Text Example
White with #E046A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E046A8; }
p { color: rgb(224,70,168); }
H1.HeaderClassName
{
color: #E046A8;
}
.AnyTagClassName
{
color: #E046A8;
}
</style>
background-color css
<style>
a { background-color: #E046A8; }
a { background-color: rgb(224,70,168); }
div.DivClassName
{
background-color: #E046A8;
}
.BgClassName
{
background-color: #E046A8;
}
</style>
border-color css
<style>
span { border-color: #E046A8; }
span { border-color: rgb(224,70,168); }
td.TdClassName
{
border-color: #E046A8;
}
.TagClassName
{
border-color: #E046A8;
}
</style>