Shades of Brilliant Rose #EC4FB9
Tints of Brilliant Rose #EC4FB9
RGB
CMYK
RGB Variations
Color information
#EC4FB9 (or 0xEC4FB9) is known color: Brilliant Rose. HEX triplet: EC, 4F and B9. RGB value is (236,79,185). Sum of RGB (Red+Green+Blue) = 236+79+185=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FB9 is #13B046. Grayscale: #898989. Windows color (decimal): -1290311 or 12144620. OLE color: 12144620.
HSL color Cylindrical-coordinate representation of color #EC4FB9: hue angle of 319.49º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4FB9 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 185 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.07 |
| HSL | 319.49º | 0.81% | 0.62% | - |
| HSV(B) | 319.49º | 0.67% | 0.93% | - |
| XYZ | 46.15 | 26.93 | 48.66 | - |
| YUV | 138.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 185 | 0 | 0.67 | 0.22 | 0.07 | 319.49 | 0.81 | 0.62 |
| Hex | EC | 4F | B9 | 0 | 43 | 16 | 7 | 13F | 51 | 3E |
| Octal | 354 | 117 | 271 | 0 | 103 | 26 | 7 | 477 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10111001 | 0 | 1000011 | 10110 | 111 | 100111111 | 1010001 | 111110 |
Color Harmonies of #EC4FB9
Complementary color
Monochromatic Colors of #EC4FB9
Black with #EC4FB9
Text Example
Text Example
White with #EC4FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FB9; }
p { color: rgb(236,79,185); }
H1.HeaderClassName
{
color: #EC4FB9;
}
.AnyTagClassName
{
color: #EC4FB9;
}
</style>
background-color css
<style>
a { background-color: #EC4FB9; }
a { background-color: rgb(236,79,185); }
div.DivClassName
{
background-color: #EC4FB9;
}
.BgClassName
{
background-color: #EC4FB9;
}
</style>
border-color css
<style>
span { border-color: #EC4FB9; }
span { border-color: rgb(236,79,185); }
td.TdClassName
{
border-color: #EC4FB9;
}
.TagClassName
{
border-color: #EC4FB9;
}
</style>