Shades of Brilliant Rose #EC53AA
Tints of Brilliant Rose #EC53AA
RGB
CMYK
RGB Variations
Color information
#EC53AA (or 0xEC53AA) is known color: Brilliant Rose. HEX triplet: EC, 53 and AA. RGB value is (236,83,170). Sum of RGB (Red+Green+Blue) = 236+83+170=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53AA is #13AC55. Grayscale: #8A8A8A. Windows color (decimal): -1289302 or 11162604. OLE color: 11162604.
HSL color Cylindrical-coordinate representation of color #EC53AA: hue angle of 325.88º 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 #EC53AA is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 170 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.07 |
| HSL | 325.88º | 0.8% | 0.63% | - |
| HSV(B) | 325.88º | 0.65% | 0.93% | - |
| XYZ | 44.94 | 26.92 | 40.86 | - |
| YUV | 138.67 | 145.69 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 170 | 0 | 0.65 | 0.28 | 0.07 | 325.88 | 0.8 | 0.63 |
| Hex | EC | 53 | AA | 0 | 41 | 1C | 7 | 146 | 50 | 3F |
| Octal | 354 | 123 | 252 | 0 | 101 | 34 | 7 | 506 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10101010 | 0 | 1000001 | 11100 | 111 | 101000110 | 1010000 | 111111 |
Color Harmonies of #EC53AA
Complementary color
Monochromatic Colors of #EC53AA
Black with #EC53AA
Text Example
Text Example
White with #EC53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53AA; }
p { color: rgb(236,83,170); }
H1.HeaderClassName
{
color: #EC53AA;
}
.AnyTagClassName
{
color: #EC53AA;
}
</style>
background-color css
<style>
a { background-color: #EC53AA; }
a { background-color: rgb(236,83,170); }
div.DivClassName
{
background-color: #EC53AA;
}
.BgClassName
{
background-color: #EC53AA;
}
</style>
border-color css
<style>
span { border-color: #EC53AA; }
span { border-color: rgb(236,83,170); }
td.TdClassName
{
border-color: #EC53AA;
}
.TagClassName
{
border-color: #EC53AA;
}
</style>