Shades of Brilliant Rose #EC4DB9
Tints of Brilliant Rose #EC4DB9
RGB
CMYK
RGB Variations
Color information
#EC4DB9 (or 0xEC4DB9) is known color: Brilliant Rose. HEX triplet: EC, 4D and B9. RGB value is (236,77,185). Sum of RGB (Red+Green+Blue) = 236+77+185=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DB9 is #13B246. Grayscale: #888888. Windows color (decimal): -1290823 or 12144108. OLE color: 12144108.
HSL color Cylindrical-coordinate representation of color #EC4DB9: hue angle of 319.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4DB9 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 185 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.07 |
| HSL | 319.25º | 0.81% | 0.61% | - |
| HSV(B) | 319.25º | 0.67% | 0.93% | - |
| XYZ | 46 | 26.64 | 48.62 | - |
| YUV | 136.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 185 | 0 | 0.67 | 0.22 | 0.07 | 319.25 | 0.81 | 0.61 |
| Hex | EC | 4D | B9 | 0 | 43 | 16 | 7 | 13F | 51 | 3D |
| Octal | 354 | 115 | 271 | 0 | 103 | 26 | 7 | 477 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10111001 | 0 | 1000011 | 10110 | 111 | 100111111 | 1010001 | 111101 |
Color Harmonies of #EC4DB9
Complementary color
Monochromatic Colors of #EC4DB9
Black with #EC4DB9
Text Example
Text Example
White with #EC4DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DB9; }
p { color: rgb(236,77,185); }
H1.HeaderClassName
{
color: #EC4DB9;
}
.AnyTagClassName
{
color: #EC4DB9;
}
</style>
background-color css
<style>
a { background-color: #EC4DB9; }
a { background-color: rgb(236,77,185); }
div.DivClassName
{
background-color: #EC4DB9;
}
.BgClassName
{
background-color: #EC4DB9;
}
</style>
border-color css
<style>
span { border-color: #EC4DB9; }
span { border-color: rgb(236,77,185); }
td.TdClassName
{
border-color: #EC4DB9;
}
.TagClassName
{
border-color: #EC4DB9;
}
</style>