Shades of Brilliant Rose #EC53AD
Tints of Brilliant Rose #EC53AD
RGB
CMYK
RGB Variations
Color information
#EC53AD (or 0xEC53AD) is known color: Brilliant Rose. HEX triplet: EC, 53 and AD. RGB value is (236,83,173). Sum of RGB (Red+Green+Blue) = 236+83+173=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53AD is #13AC52. Grayscale: #8A8A8A. Windows color (decimal): -1289299 or 11359212. OLE color: 11359212.
HSL color Cylindrical-coordinate representation of color #EC53AD: hue angle of 324.71º 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 #EC53AD is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 173 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.07 |
| HSL | 324.71º | 0.8% | 0.63% | - |
| HSV(B) | 324.71º | 0.65% | 0.93% | - |
| XYZ | 45.23 | 27.04 | 42.37 | - |
| YUV | 139.01 | 147.19 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 173 | 0 | 0.65 | 0.27 | 0.07 | 324.71 | 0.8 | 0.63 |
| Hex | EC | 53 | AD | 0 | 41 | 1B | 7 | 145 | 50 | 3F |
| Octal | 354 | 123 | 255 | 0 | 101 | 33 | 7 | 505 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10101101 | 0 | 1000001 | 11011 | 111 | 101000101 | 1010000 | 111111 |
Color Harmonies of #EC53AD
Complementary color
Monochromatic Colors of #EC53AD
Black with #EC53AD
Text Example
Text Example
White with #EC53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53AD; }
p { color: rgb(236,83,173); }
H1.HeaderClassName
{
color: #EC53AD;
}
.AnyTagClassName
{
color: #EC53AD;
}
</style>
background-color css
<style>
a { background-color: #EC53AD; }
a { background-color: rgb(236,83,173); }
div.DivClassName
{
background-color: #EC53AD;
}
.BgClassName
{
background-color: #EC53AD;
}
</style>
border-color css
<style>
span { border-color: #EC53AD; }
span { border-color: rgb(236,83,173); }
td.TdClassName
{
border-color: #EC53AD;
}
.TagClassName
{
border-color: #EC53AD;
}
</style>