Shades of Brilliant Rose #E547AC
Tints of Brilliant Rose #E547AC
RGB
CMYK
RGB Variations
Color information
#E547AC (or 0xE547AC) is known color: Brilliant Rose. HEX triplet: E5, 47 and AC. RGB value is (229,71,172). Sum of RGB (Red+Green+Blue) = 229+71+172=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E547AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E547AC is #1AB853. Grayscale: #818181. Windows color (decimal): -1751124 or 11290597. OLE color: 11290597.
HSL color Cylindrical-coordinate representation of color #E547AC: hue angle of 321.65º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E547AC is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 172 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.10 |
| HSL | 321.65º | 0.75% | 0.59% | - |
| HSV(B) | 321.65º | 0.69% | 0.9% | - |
| XYZ | 42.01 | 24.14 | 41.48 | - |
| YUV | 129.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 172 | 0 | 0.69 | 0.25 | 0.10 | 321.65 | 0.75 | 0.59 |
| Hex | E5 | 47 | AC | 0 | 45 | 19 | A | 142 | 4B | 3B |
| Octal | 345 | 107 | 254 | 0 | 105 | 31 | 12 | 502 | 113 | 73 |
| Binary | 11100101 | 1000111 | 10101100 | 0 | 1000101 | 11001 | 1010 | 101000010 | 1001011 | 111011 |
Color Harmonies of #E547AC
Complementary color
Monochromatic Colors of #E547AC
Black with #E547AC
Text Example
Text Example
White with #E547AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E547AC; }
p { color: rgb(229,71,172); }
H1.HeaderClassName
{
color: #E547AC;
}
.AnyTagClassName
{
color: #E547AC;
}
</style>
background-color css
<style>
a { background-color: #E547AC; }
a { background-color: rgb(229,71,172); }
div.DivClassName
{
background-color: #E547AC;
}
.BgClassName
{
background-color: #E547AC;
}
</style>
border-color css
<style>
span { border-color: #E547AC; }
span { border-color: rgb(229,71,172); }
td.TdClassName
{
border-color: #E547AC;
}
.TagClassName
{
border-color: #E547AC;
}
</style>