Shades of Brilliant Rose #EC559F
Tints of Brilliant Rose #EC559F
RGB
CMYK
RGB Variations
Color information
#EC559F (or 0xEC559F) is known color: Brilliant Rose. HEX triplet: EC, 55 and 9F. RGB value is (236,85,159). Sum of RGB (Red+Green+Blue) = 236+85+159=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC559F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC559F is #13AA60. Grayscale: #8A8A8A. Windows color (decimal): -1288801 or 10442220. OLE color: 10442220.
HSL color Cylindrical-coordinate representation of color #EC559F: hue angle of 330.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC559F is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 159 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.07 |
| HSL | 330.6º | 0.8% | 0.63% | - |
| HSV(B) | 330.6º | 0.64% | 0.93% | - |
| XYZ | 44.1 | 26.83 | 35.66 | - |
| YUV | 138.59 | 139.53 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 159 | 0 | 0.64 | 0.33 | 0.07 | 330.6 | 0.8 | 0.63 |
| Hex | EC | 55 | 9F | 0 | 40 | 21 | 7 | 14B | 50 | 3F |
| Octal | 354 | 125 | 237 | 0 | 100 | 41 | 7 | 513 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10011111 | 0 | 1000000 | 100001 | 111 | 101001011 | 1010000 | 111111 |
Color Harmonies of #EC559F
Complementary color
Monochromatic Colors of #EC559F
Black with #EC559F
Text Example
Text Example
White with #EC559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC559F; }
p { color: rgb(236,85,159); }
H1.HeaderClassName
{
color: #EC559F;
}
.AnyTagClassName
{
color: #EC559F;
}
</style>
background-color css
<style>
a { background-color: #EC559F; }
a { background-color: rgb(236,85,159); }
div.DivClassName
{
background-color: #EC559F;
}
.BgClassName
{
background-color: #EC559F;
}
</style>
border-color css
<style>
span { border-color: #EC559F; }
span { border-color: rgb(236,85,159); }
td.TdClassName
{
border-color: #EC559F;
}
.TagClassName
{
border-color: #EC559F;
}
</style>