Shades of Brilliant Rose #E044AC
Tints of Brilliant Rose #E044AC
RGB
CMYK
RGB Variations
Color information
#E044AC (or 0xE044AC) is known color: Brilliant Rose. HEX triplet: E0, 44 and AC. RGB value is (224,68,172). Sum of RGB (Red+Green+Blue) = 224+68+172=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E044AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E044AC is #1FBB53. Grayscale: #7E7E7E. Windows color (decimal): -2079572 or 11289824. OLE color: 11289824.
HSL color Cylindrical-coordinate representation of color #E044AC: hue angle of 320º 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 #E044AC is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 172 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.12 |
| HSL | 320º | 0.72% | 0.57% | - |
| HSV(B) | 320º | 0.7% | 0.88% | - |
| XYZ | 40.25 | 22.96 | 41.34 | - |
| YUV | 126.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 172 | 0 | 0.70 | 0.23 | 0.12 | 320 | 0.72 | 0.57 |
| Hex | E0 | 44 | AC | 0 | 46 | 17 | C | 140 | 48 | 39 |
| Octal | 340 | 104 | 254 | 0 | 106 | 27 | 14 | 500 | 110 | 71 |
| Binary | 11100000 | 1000100 | 10101100 | 0 | 1000110 | 10111 | 1100 | 101000000 | 1001000 | 111001 |
Color Harmonies of #E044AC
Complementary color
Monochromatic Colors of #E044AC
Black with #E044AC
Text Example
Text Example
White with #E044AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044AC; }
p { color: rgb(224,68,172); }
H1.HeaderClassName
{
color: #E044AC;
}
.AnyTagClassName
{
color: #E044AC;
}
</style>
background-color css
<style>
a { background-color: #E044AC; }
a { background-color: rgb(224,68,172); }
div.DivClassName
{
background-color: #E044AC;
}
.BgClassName
{
background-color: #E044AC;
}
</style>
border-color css
<style>
span { border-color: #E044AC; }
span { border-color: rgb(224,68,172); }
td.TdClassName
{
border-color: #E044AC;
}
.TagClassName
{
border-color: #E044AC;
}
</style>