Shades of Brilliant Rose #EC53AC
Tints of Brilliant Rose #EC53AC
RGB
CMYK
RGB Variations
Color information
#EC53AC (or 0xEC53AC) is known color: Brilliant Rose. HEX triplet: EC, 53 and AC. RGB value is (236,83,172). Sum of RGB (Red+Green+Blue) = 236+83+172=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53AC is #13AC53. Grayscale: #8A8A8A. Windows color (decimal): -1289300 or 11293676. OLE color: 11293676.
HSL color Cylindrical-coordinate representation of color #EC53AC: hue angle of 325.1º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC53AC is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 172 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.07 |
| HSL | 325.1º | 0.8% | 0.63% | - |
| HSV(B) | 325.1º | 0.65% | 0.93% | - |
| XYZ | 45.13 | 27 | 41.86 | - |
| YUV | 138.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 172 | 0 | 0.65 | 0.27 | 0.07 | 325.1 | 0.8 | 0.63 |
| Hex | EC | 53 | AC | 0 | 41 | 1B | 7 | 145 | 50 | 3F |
| Octal | 354 | 123 | 254 | 0 | 101 | 33 | 7 | 505 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10101100 | 0 | 1000001 | 11011 | 111 | 101000101 | 1010000 | 111111 |
Color Harmonies of #EC53AC
Complementary color
Monochromatic Colors of #EC53AC
Black with #EC53AC
Text Example
Text Example
White with #EC53AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53AC; }
p { color: rgb(236,83,172); }
H1.HeaderClassName
{
color: #EC53AC;
}
.AnyTagClassName
{
color: #EC53AC;
}
</style>
background-color css
<style>
a { background-color: #EC53AC; }
a { background-color: rgb(236,83,172); }
div.DivClassName
{
background-color: #EC53AC;
}
.BgClassName
{
background-color: #EC53AC;
}
</style>
border-color css
<style>
span { border-color: #EC53AC; }
span { border-color: rgb(236,83,172); }
td.TdClassName
{
border-color: #EC53AC;
}
.TagClassName
{
border-color: #EC53AC;
}
</style>