Shades of Brilliant Rose #E043AC
Tints of Brilliant Rose #E043AC
RGB
CMYK
RGB Variations
Color information
#E043AC (or 0xE043AC) is known color: Brilliant Rose. HEX triplet: E0, 43 and AC. RGB value is (224,67,172). Sum of RGB (Red+Green+Blue) = 224+67+172=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E043AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E043AC is #1FBC53. Grayscale: #7D7D7D. Windows color (decimal): -2079828 or 11289568. OLE color: 11289568.
HSL color Cylindrical-coordinate representation of color #E043AC: hue angle of 319.87º 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 #E043AC is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 172 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.12 |
| HSL | 319.87º | 0.72% | 0.57% | - |
| HSV(B) | 319.87º | 0.7% | 0.88% | - |
| XYZ | 40.19 | 22.84 | 41.32 | - |
| YUV | 125.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 172 | 0 | 0.70 | 0.23 | 0.12 | 319.87 | 0.72 | 0.57 |
| Hex | E0 | 43 | AC | 0 | 46 | 17 | C | 140 | 48 | 39 |
| Octal | 340 | 103 | 254 | 0 | 106 | 27 | 14 | 500 | 110 | 71 |
| Binary | 11100000 | 1000011 | 10101100 | 0 | 1000110 | 10111 | 1100 | 101000000 | 1001000 | 111001 |
Color Harmonies of #E043AC
Complementary color
Monochromatic Colors of #E043AC
Black with #E043AC
Text Example
Text Example
White with #E043AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E043AC; }
p { color: rgb(224,67,172); }
H1.HeaderClassName
{
color: #E043AC;
}
.AnyTagClassName
{
color: #E043AC;
}
</style>
background-color css
<style>
a { background-color: #E043AC; }
a { background-color: rgb(224,67,172); }
div.DivClassName
{
background-color: #E043AC;
}
.BgClassName
{
background-color: #E043AC;
}
</style>
border-color css
<style>
span { border-color: #E043AC; }
span { border-color: rgb(224,67,172); }
td.TdClassName
{
border-color: #E043AC;
}
.TagClassName
{
border-color: #E043AC;
}
</style>