Shades of Brilliant Rose #E546AC
Tints of Brilliant Rose #E546AC
RGB
CMYK
RGB Variations
Color information
#E546AC (or 0xE546AC) is known color: Brilliant Rose. HEX triplet: E5, 46 and AC. RGB value is (229,70,172). Sum of RGB (Red+Green+Blue) = 229+70+172=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E546AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E546AC is #1AB953. Grayscale: #808080. Windows color (decimal): -1751380 or 11290341. OLE color: 11290341.
HSL color Cylindrical-coordinate representation of color #E546AC: hue angle of 321.51º 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 #E546AC is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 172 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.10 |
| HSL | 321.51º | 0.75% | 0.59% | - |
| HSV(B) | 321.51º | 0.69% | 0.9% | - |
| XYZ | 41.95 | 24.02 | 41.45 | - |
| YUV | 129.17 | 152.18 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 172 | 0 | 0.69 | 0.25 | 0.10 | 321.51 | 0.75 | 0.59 |
| Hex | E5 | 46 | AC | 0 | 45 | 19 | A | 142 | 4B | 3B |
| Octal | 345 | 106 | 254 | 0 | 105 | 31 | 12 | 502 | 113 | 73 |
| Binary | 11100101 | 1000110 | 10101100 | 0 | 1000101 | 11001 | 1010 | 101000010 | 1001011 | 111011 |
Color Harmonies of #E546AC
Complementary color
Monochromatic Colors of #E546AC
Black with #E546AC
Text Example
Text Example
White with #E546AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E546AC; }
p { color: rgb(229,70,172); }
H1.HeaderClassName
{
color: #E546AC;
}
.AnyTagClassName
{
color: #E546AC;
}
</style>
background-color css
<style>
a { background-color: #E546AC; }
a { background-color: rgb(229,70,172); }
div.DivClassName
{
background-color: #E546AC;
}
.BgClassName
{
background-color: #E546AC;
}
</style>
border-color css
<style>
span { border-color: #E546AC; }
span { border-color: rgb(229,70,172); }
td.TdClassName
{
border-color: #E546AC;
}
.TagClassName
{
border-color: #E546AC;
}
</style>