Shades of Brilliant Rose #E045AD
Tints of Brilliant Rose #E045AD
RGB
CMYK
RGB Variations
Color information
#E045AD (or 0xE045AD) is known color: Brilliant Rose. HEX triplet: E0, 45 and AD. RGB value is (224,69,173). Sum of RGB (Red+Green+Blue) = 224+69+173=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E045AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E045AD is #1FBA52. Grayscale: #7E7E7E. Windows color (decimal): -2079315 or 11355616. OLE color: 11355616.
HSL color Cylindrical-coordinate representation of color #E045AD: hue angle of 319.74º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E045AD is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 173 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.12 |
| HSL | 319.74º | 0.71% | 0.57% | - |
| HSV(B) | 319.74º | 0.69% | 0.88% | - |
| XYZ | 40.41 | 23.12 | 41.87 | - |
| YUV | 127.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 173 | 0 | 0.69 | 0.23 | 0.12 | 319.74 | 0.71 | 0.57 |
| Hex | E0 | 45 | AD | 0 | 45 | 17 | C | 140 | 47 | 39 |
| Octal | 340 | 105 | 255 | 0 | 105 | 27 | 14 | 500 | 107 | 71 |
| Binary | 11100000 | 1000101 | 10101101 | 0 | 1000101 | 10111 | 1100 | 101000000 | 1000111 | 111001 |
Color Harmonies of #E045AD
Complementary color
Monochromatic Colors of #E045AD
Black with #E045AD
Text Example
Text Example
White with #E045AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045AD; }
p { color: rgb(224,69,173); }
H1.HeaderClassName
{
color: #E045AD;
}
.AnyTagClassName
{
color: #E045AD;
}
</style>
background-color css
<style>
a { background-color: #E045AD; }
a { background-color: rgb(224,69,173); }
div.DivClassName
{
background-color: #E045AD;
}
.BgClassName
{
background-color: #E045AD;
}
</style>
border-color css
<style>
span { border-color: #E045AD; }
span { border-color: rgb(224,69,173); }
td.TdClassName
{
border-color: #E045AD;
}
.TagClassName
{
border-color: #E045AD;
}
</style>