Shades of Brilliant Rose #EC53A6
Tints of Brilliant Rose #EC53A6
RGB
CMYK
RGB Variations
Color information
#EC53A6 (or 0xEC53A6) is known color: Brilliant Rose. HEX triplet: EC, 53 and A6. RGB value is (236,83,166). Sum of RGB (Red+Green+Blue) = 236+83+166=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53A6 is #13AC59. Grayscale: #8A8A8A. Windows color (decimal): -1289306 or 10900460. OLE color: 10900460.
HSL color Cylindrical-coordinate representation of color #EC53A6: hue angle of 327.45º 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 #EC53A6 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 166 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.07 |
| HSL | 327.45º | 0.8% | 0.63% | - |
| HSV(B) | 327.45º | 0.65% | 0.93% | - |
| XYZ | 44.57 | 26.77 | 38.9 | - |
| YUV | 138.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 166 | 0 | 0.65 | 0.30 | 0.07 | 327.45 | 0.8 | 0.63 |
| Hex | EC | 53 | A6 | 0 | 41 | 1E | 7 | 147 | 50 | 3F |
| Octal | 354 | 123 | 246 | 0 | 101 | 36 | 7 | 507 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10100110 | 0 | 1000001 | 11110 | 111 | 101000111 | 1010000 | 111111 |
Color Harmonies of #EC53A6
Complementary color
Monochromatic Colors of #EC53A6
Black with #EC53A6
Text Example
Text Example
White with #EC53A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53A6; }
p { color: rgb(236,83,166); }
H1.HeaderClassName
{
color: #EC53A6;
}
.AnyTagClassName
{
color: #EC53A6;
}
</style>
background-color css
<style>
a { background-color: #EC53A6; }
a { background-color: rgb(236,83,166); }
div.DivClassName
{
background-color: #EC53A6;
}
.BgClassName
{
background-color: #EC53A6;
}
</style>
border-color css
<style>
span { border-color: #EC53A6; }
span { border-color: rgb(236,83,166); }
td.TdClassName
{
border-color: #EC53A6;
}
.TagClassName
{
border-color: #EC53A6;
}
</style>