Shades of Brilliant Rose #E044B0
Tints of Brilliant Rose #E044B0
RGB
CMYK
RGB Variations
Color information
#E044B0 (or 0xE044B0) is known color: Brilliant Rose. HEX triplet: E0, 44 and B0. RGB value is (224,68,176). Sum of RGB (Red+Green+Blue) = 224+68+176=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E044B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E044B0 is #1FBB4F. Grayscale: #7E7E7E. Windows color (decimal): -2079568 or 11551968. OLE color: 11551968.
HSL color Cylindrical-coordinate representation of color #E044B0: hue angle of 318.46º 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 #E044B0 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 176 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.12 |
| HSL | 318.46º | 0.72% | 0.57% | - |
| HSV(B) | 318.46º | 0.7% | 0.88% | - |
| XYZ | 40.64 | 23.12 | 43.39 | - |
| YUV | 126.96 | 155.68 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 176 | 0 | 0.70 | 0.21 | 0.12 | 318.46 | 0.72 | 0.57 |
| Hex | E0 | 44 | B0 | 0 | 46 | 15 | C | 13E | 48 | 39 |
| Octal | 340 | 104 | 260 | 0 | 106 | 25 | 14 | 476 | 110 | 71 |
| Binary | 11100000 | 1000100 | 10110000 | 0 | 1000110 | 10101 | 1100 | 100111110 | 1001000 | 111001 |
Color Harmonies of #E044B0
Complementary color
Monochromatic Colors of #E044B0
Black with #E044B0
Text Example
Text Example
White with #E044B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044B0; }
p { color: rgb(224,68,176); }
H1.HeaderClassName
{
color: #E044B0;
}
.AnyTagClassName
{
color: #E044B0;
}
</style>
background-color css
<style>
a { background-color: #E044B0; }
a { background-color: rgb(224,68,176); }
div.DivClassName
{
background-color: #E044B0;
}
.BgClassName
{
background-color: #E044B0;
}
</style>
border-color css
<style>
span { border-color: #E044B0; }
span { border-color: rgb(224,68,176); }
td.TdClassName
{
border-color: #E044B0;
}
.TagClassName
{
border-color: #E044B0;
}
</style>