Shades of Brilliant Rose #EC50A1
Tints of Brilliant Rose #EC50A1
RGB
CMYK
RGB Variations
Color information
#EC50A1 (or 0xEC50A1) is known color: Brilliant Rose. HEX triplet: EC, 50 and A1. RGB value is (236,80,161). Sum of RGB (Red+Green+Blue) = 236+80+161=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC50A1 is #13AF5E. Grayscale: #878787. Windows color (decimal): -1290079 or 10572012. OLE color: 10572012.
HSL color Cylindrical-coordinate representation of color #EC50A1: hue angle of 328.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC50A1 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 161 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.07 |
| HSL | 328.85º | 0.8% | 0.62% | - |
| HSV(B) | 328.85º | 0.66% | 0.93% | - |
| XYZ | 43.89 | 26.14 | 36.45 | - |
| YUV | 135.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 161 | 0 | 0.66 | 0.32 | 0.07 | 328.85 | 0.8 | 0.62 |
| Hex | EC | 50 | A1 | 0 | 42 | 20 | 7 | 149 | 50 | 3E |
| Octal | 354 | 120 | 241 | 0 | 102 | 40 | 7 | 511 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10100001 | 0 | 1000010 | 100000 | 111 | 101001001 | 1010000 | 111110 |
Color Harmonies of #EC50A1
Complementary color
Monochromatic Colors of #EC50A1
Black with #EC50A1
Text Example
Text Example
White with #EC50A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50A1; }
p { color: rgb(236,80,161); }
H1.HeaderClassName
{
color: #EC50A1;
}
.AnyTagClassName
{
color: #EC50A1;
}
</style>
background-color css
<style>
a { background-color: #EC50A1; }
a { background-color: rgb(236,80,161); }
div.DivClassName
{
background-color: #EC50A1;
}
.BgClassName
{
background-color: #EC50A1;
}
</style>
border-color css
<style>
span { border-color: #EC50A1; }
span { border-color: rgb(236,80,161); }
td.TdClassName
{
border-color: #EC50A1;
}
.TagClassName
{
border-color: #EC50A1;
}
</style>