Shades of Brilliant Rose #E045AB
Tints of Brilliant Rose #E045AB
RGB
CMYK
RGB Variations
Color information
#E045AB (or 0xE045AB) is known color: Brilliant Rose. HEX triplet: E0, 45 and AB. RGB value is (224,69,171). Sum of RGB (Red+Green+Blue) = 224+69+171=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E045AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E045AB is #1FBA54. Grayscale: #7E7E7E. Windows color (decimal): -2079317 or 11224544. OLE color: 11224544.
HSL color Cylindrical-coordinate representation of color #E045AB: hue angle of 320.52º 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 #E045AB is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 171 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.12 |
| HSL | 320.52º | 0.71% | 0.57% | - |
| HSV(B) | 320.52º | 0.69% | 0.88% | - |
| XYZ | 40.22 | 23.04 | 40.86 | - |
| YUV | 126.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 171 | 0 | 0.69 | 0.24 | 0.12 | 320.52 | 0.71 | 0.57 |
| Hex | E0 | 45 | AB | 0 | 45 | 18 | C | 141 | 47 | 39 |
| Octal | 340 | 105 | 253 | 0 | 105 | 30 | 14 | 501 | 107 | 71 |
| Binary | 11100000 | 1000101 | 10101011 | 0 | 1000101 | 11000 | 1100 | 101000001 | 1000111 | 111001 |
Color Harmonies of #E045AB
Complementary color
Monochromatic Colors of #E045AB
Black with #E045AB
Text Example
Text Example
White with #E045AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045AB; }
p { color: rgb(224,69,171); }
H1.HeaderClassName
{
color: #E045AB;
}
.AnyTagClassName
{
color: #E045AB;
}
</style>
background-color css
<style>
a { background-color: #E045AB; }
a { background-color: rgb(224,69,171); }
div.DivClassName
{
background-color: #E045AB;
}
.BgClassName
{
background-color: #E045AB;
}
</style>
border-color css
<style>
span { border-color: #E045AB; }
span { border-color: rgb(224,69,171); }
td.TdClassName
{
border-color: #E045AB;
}
.TagClassName
{
border-color: #E045AB;
}
</style>