Shades of Brilliant Rose #EC4CB9
Tints of Brilliant Rose #EC4CB9
RGB
CMYK
RGB Variations
Color information
#EC4CB9 (or 0xEC4CB9) is known color: Brilliant Rose. HEX triplet: EC, 4C and B9. RGB value is (236,76,185). Sum of RGB (Red+Green+Blue) = 236+76+185=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CB9 is #13B346. Grayscale: #878787. Windows color (decimal): -1291079 or 12143852. OLE color: 12143852.
HSL color Cylindrical-coordinate representation of color #EC4CB9: hue angle of 319.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4CB9 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 185 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.07 |
| HSL | 319.13º | 0.81% | 0.61% | - |
| HSV(B) | 319.13º | 0.68% | 0.93% | - |
| XYZ | 45.93 | 26.5 | 48.59 | - |
| YUV | 136.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 185 | 0 | 0.68 | 0.22 | 0.07 | 319.13 | 0.81 | 0.61 |
| Hex | EC | 4C | B9 | 0 | 44 | 16 | 7 | 13F | 51 | 3D |
| Octal | 354 | 114 | 271 | 0 | 104 | 26 | 7 | 477 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10111001 | 0 | 1000100 | 10110 | 111 | 100111111 | 1010001 | 111101 |
Color Harmonies of #EC4CB9
Complementary color
Monochromatic Colors of #EC4CB9
Black with #EC4CB9
Text Example
Text Example
White with #EC4CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CB9; }
p { color: rgb(236,76,185); }
H1.HeaderClassName
{
color: #EC4CB9;
}
.AnyTagClassName
{
color: #EC4CB9;
}
</style>
background-color css
<style>
a { background-color: #EC4CB9; }
a { background-color: rgb(236,76,185); }
div.DivClassName
{
background-color: #EC4CB9;
}
.BgClassName
{
background-color: #EC4CB9;
}
</style>
border-color css
<style>
span { border-color: #EC4CB9; }
span { border-color: rgb(236,76,185); }
td.TdClassName
{
border-color: #EC4CB9;
}
.TagClassName
{
border-color: #EC4CB9;
}
</style>