Shades of Brilliant Rose #E044AD
Tints of Brilliant Rose #E044AD
RGB
CMYK
RGB Variations
Color information
#E044AD (or 0xE044AD) is known color: Brilliant Rose. HEX triplet: E0, 44 and AD. RGB value is (224,68,173). Sum of RGB (Red+Green+Blue) = 224+68+173=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E044AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E044AD is #1FBB52. Grayscale: #7E7E7E. Windows color (decimal): -2079571 or 11355360. OLE color: 11355360.
HSL color Cylindrical-coordinate representation of color #E044AD: hue angle of 319.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E044AD is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 173 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.12 |
| HSL | 319.62º | 0.72% | 0.57% | - |
| HSV(B) | 319.62º | 0.7% | 0.88% | - |
| XYZ | 40.35 | 23 | 41.85 | - |
| YUV | 126.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 173 | 0 | 0.70 | 0.23 | 0.12 | 319.62 | 0.72 | 0.57 |
| Hex | E0 | 44 | AD | 0 | 46 | 17 | C | 140 | 48 | 39 |
| Octal | 340 | 104 | 255 | 0 | 106 | 27 | 14 | 500 | 110 | 71 |
| Binary | 11100000 | 1000100 | 10101101 | 0 | 1000110 | 10111 | 1100 | 101000000 | 1001000 | 111001 |
Color Harmonies of #E044AD
Complementary color
Monochromatic Colors of #E044AD
Black with #E044AD
Text Example
Text Example
White with #E044AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044AD; }
p { color: rgb(224,68,173); }
H1.HeaderClassName
{
color: #E044AD;
}
.AnyTagClassName
{
color: #E044AD;
}
</style>
background-color css
<style>
a { background-color: #E044AD; }
a { background-color: rgb(224,68,173); }
div.DivClassName
{
background-color: #E044AD;
}
.BgClassName
{
background-color: #E044AD;
}
</style>
border-color css
<style>
span { border-color: #E044AD; }
span { border-color: rgb(224,68,173); }
td.TdClassName
{
border-color: #E044AD;
}
.TagClassName
{
border-color: #E044AD;
}
</style>