Shades of Brilliant Rose #EC59AA
Tints of Brilliant Rose #EC59AA
RGB
CMYK
RGB Variations
Color information
#EC59AA (or 0xEC59AA) is known color: Brilliant Rose. HEX triplet: EC, 59 and AA. RGB value is (236,89,170). Sum of RGB (Red+Green+Blue) = 236+89+170=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC59AA is #13A655. Grayscale: #8E8E8E. Windows color (decimal): -1287766 or 11164140. OLE color: 11164140.
HSL color Cylindrical-coordinate representation of color #EC59AA: hue angle of 326.94º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC59AA is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 170 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.07 |
| HSL | 326.94º | 0.79% | 0.64% | - |
| HSV(B) | 326.94º | 0.62% | 0.93% | - |
| XYZ | 45.42 | 27.88 | 41.02 | - |
| YUV | 142.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 170 | 0 | 0.62 | 0.28 | 0.07 | 326.94 | 0.79 | 0.64 |
| Hex | EC | 59 | AA | 0 | 3E | 1C | 7 | 147 | 4F | 40 |
| Octal | 354 | 131 | 252 | 0 | 76 | 34 | 7 | 507 | 117 | 100 |
| Binary | 11101100 | 1011001 | 10101010 | 0 | 111110 | 11100 | 111 | 101000111 | 1001111 | 1000000 |
Color Harmonies of #EC59AA
Complementary color
Monochromatic Colors of #EC59AA
Black with #EC59AA
Text Example
Text Example
White with #EC59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59AA; }
p { color: rgb(236,89,170); }
H1.HeaderClassName
{
color: #EC59AA;
}
.AnyTagClassName
{
color: #EC59AA;
}
</style>
background-color css
<style>
a { background-color: #EC59AA; }
a { background-color: rgb(236,89,170); }
div.DivClassName
{
background-color: #EC59AA;
}
.BgClassName
{
background-color: #EC59AA;
}
</style>
border-color css
<style>
span { border-color: #EC59AA; }
span { border-color: rgb(236,89,170); }
td.TdClassName
{
border-color: #EC59AA;
}
.TagClassName
{
border-color: #EC59AA;
}
</style>