Shades of Brilliant Rose #E044AE
Tints of Brilliant Rose #E044AE
RGB
CMYK
RGB Variations
Color information
#E044AE (or 0xE044AE) is known color: Brilliant Rose. HEX triplet: E0, 44 and AE. RGB value is (224,68,174). Sum of RGB (Red+Green+Blue) = 224+68+174=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E044AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E044AE is #1FBB51. Grayscale: #7E7E7E. Windows color (decimal): -2079570 or 11420896. OLE color: 11420896.
HSL color Cylindrical-coordinate representation of color #E044AE: hue angle of 319.23º 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 #E044AE is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 174 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.12 |
| HSL | 319.23º | 0.72% | 0.57% | - |
| HSV(B) | 319.23º | 0.7% | 0.88% | - |
| XYZ | 40.45 | 23.04 | 42.36 | - |
| YUV | 126.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 174 | 0 | 0.70 | 0.22 | 0.12 | 319.23 | 0.72 | 0.57 |
| Hex | E0 | 44 | AE | 0 | 46 | 16 | C | 13F | 48 | 39 |
| Octal | 340 | 104 | 256 | 0 | 106 | 26 | 14 | 477 | 110 | 71 |
| Binary | 11100000 | 1000100 | 10101110 | 0 | 1000110 | 10110 | 1100 | 100111111 | 1001000 | 111001 |
Color Harmonies of #E044AE
Complementary color
Monochromatic Colors of #E044AE
Black with #E044AE
Text Example
Text Example
White with #E044AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044AE; }
p { color: rgb(224,68,174); }
H1.HeaderClassName
{
color: #E044AE;
}
.AnyTagClassName
{
color: #E044AE;
}
</style>
background-color css
<style>
a { background-color: #E044AE; }
a { background-color: rgb(224,68,174); }
div.DivClassName
{
background-color: #E044AE;
}
.BgClassName
{
background-color: #E044AE;
}
</style>
border-color css
<style>
span { border-color: #E044AE; }
span { border-color: rgb(224,68,174); }
td.TdClassName
{
border-color: #E044AE;
}
.TagClassName
{
border-color: #E044AE;
}
</style>