Shades of Brilliant Rose #EC579A
Tints of Brilliant Rose #EC579A
RGB
CMYK
RGB Variations
Color information
#EC579A (or 0xEC579A) is known color: Brilliant Rose. HEX triplet: EC, 57 and 9A. RGB value is (236,87,154). Sum of RGB (Red+Green+Blue) = 236+87+154=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC579A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC579A is #13A865. Grayscale: #8B8B8B. Windows color (decimal): -1288294 or 10115052. OLE color: 10115052.
HSL color Cylindrical-coordinate representation of color #EC579A: hue angle of 333.02º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC579A is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 154 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.07 |
| HSL | 333.02º | 0.8% | 0.63% | - |
| HSV(B) | 333.02º | 0.63% | 0.93% | - |
| XYZ | 43.83 | 26.98 | 33.47 | - |
| YUV | 139.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 154 | 0 | 0.63 | 0.35 | 0.07 | 333.02 | 0.8 | 0.63 |
| Hex | EC | 57 | 9A | 0 | 3F | 23 | 7 | 14D | 50 | 3F |
| Octal | 354 | 127 | 232 | 0 | 77 | 43 | 7 | 515 | 120 | 77 |
| Binary | 11101100 | 1010111 | 10011010 | 0 | 111111 | 100011 | 111 | 101001101 | 1010000 | 111111 |
Color Harmonies of #EC579A
Complementary color
Monochromatic Colors of #EC579A
Black with #EC579A
Text Example
Text Example
White with #EC579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC579A; }
p { color: rgb(236,87,154); }
H1.HeaderClassName
{
color: #EC579A;
}
.AnyTagClassName
{
color: #EC579A;
}
</style>
background-color css
<style>
a { background-color: #EC579A; }
a { background-color: rgb(236,87,154); }
div.DivClassName
{
background-color: #EC579A;
}
.BgClassName
{
background-color: #EC579A;
}
</style>
border-color css
<style>
span { border-color: #EC579A; }
span { border-color: rgb(236,87,154); }
td.TdClassName
{
border-color: #EC579A;
}
.TagClassName
{
border-color: #EC579A;
}
</style>