Shades of Brilliant Rose #EC4BB9
Tints of Brilliant Rose #EC4BB9
RGB
CMYK
RGB Variations
Color information
#EC4BB9 (or 0xEC4BB9) is known color: Brilliant Rose. HEX triplet: EC, 4B and B9. RGB value is (236,75,185). Sum of RGB (Red+Green+Blue) = 236+75+185=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BB9 is #13B446. Grayscale: #878787. Windows color (decimal): -1291335 or 12143596. OLE color: 12143596.
HSL color Cylindrical-coordinate representation of color #EC4BB9: hue angle of 319.01º 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 #EC4BB9 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 185 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.07 |
| HSL | 319.01º | 0.81% | 0.61% | - |
| HSV(B) | 319.01º | 0.68% | 0.93% | - |
| XYZ | 45.87 | 26.37 | 48.57 | - |
| YUV | 135.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 185 | 0 | 0.68 | 0.22 | 0.07 | 319.01 | 0.81 | 0.61 |
| Hex | EC | 4B | B9 | 0 | 44 | 16 | 7 | 13F | 51 | 3D |
| Octal | 354 | 113 | 271 | 0 | 104 | 26 | 7 | 477 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10111001 | 0 | 1000100 | 10110 | 111 | 100111111 | 1010001 | 111101 |
Color Harmonies of #EC4BB9
Complementary color
Monochromatic Colors of #EC4BB9
Black with #EC4BB9
Text Example
Text Example
White with #EC4BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BB9; }
p { color: rgb(236,75,185); }
H1.HeaderClassName
{
color: #EC4BB9;
}
.AnyTagClassName
{
color: #EC4BB9;
}
</style>
background-color css
<style>
a { background-color: #EC4BB9; }
a { background-color: rgb(236,75,185); }
div.DivClassName
{
background-color: #EC4BB9;
}
.BgClassName
{
background-color: #EC4BB9;
}
</style>
border-color css
<style>
span { border-color: #EC4BB9; }
span { border-color: rgb(236,75,185); }
td.TdClassName
{
border-color: #EC4BB9;
}
.TagClassName
{
border-color: #EC4BB9;
}
</style>