Shades of Brilliant Rose #E547A3
Tints of Brilliant Rose #E547A3
RGB
CMYK
RGB Variations
Color information
#E547A3 (or 0xE547A3) is known color: Brilliant Rose. HEX triplet: E5, 47 and A3. RGB value is (229,71,163). Sum of RGB (Red+Green+Blue) = 229+71+163=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E547A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E547A3 is #1AB85C. Grayscale: #808080. Windows color (decimal): -1751133 or 10700773. OLE color: 10700773.
HSL color Cylindrical-coordinate representation of color #E547A3: hue angle of 325.06º 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 #E547A3 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 163 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.10 |
| HSL | 325.06º | 0.75% | 0.59% | - |
| HSV(B) | 325.06º | 0.69% | 0.9% | - |
| XYZ | 41.18 | 23.81 | 37.08 | - |
| YUV | 128.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 163 | 0 | 0.69 | 0.29 | 0.10 | 325.06 | 0.75 | 0.59 |
| Hex | E5 | 47 | A3 | 0 | 45 | 1D | A | 145 | 4B | 3B |
| Octal | 345 | 107 | 243 | 0 | 105 | 35 | 12 | 505 | 113 | 73 |
| Binary | 11100101 | 1000111 | 10100011 | 0 | 1000101 | 11101 | 1010 | 101000101 | 1001011 | 111011 |
Color Harmonies of #E547A3
Complementary color
Monochromatic Colors of #E547A3
Black with #E547A3
Text Example
Text Example
White with #E547A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E547A3; }
p { color: rgb(229,71,163); }
H1.HeaderClassName
{
color: #E547A3;
}
.AnyTagClassName
{
color: #E547A3;
}
</style>
background-color css
<style>
a { background-color: #E547A3; }
a { background-color: rgb(229,71,163); }
div.DivClassName
{
background-color: #E547A3;
}
.BgClassName
{
background-color: #E547A3;
}
</style>
border-color css
<style>
span { border-color: #E547A3; }
span { border-color: rgb(229,71,163); }
td.TdClassName
{
border-color: #E547A3;
}
.TagClassName
{
border-color: #E547A3;
}
</style>