Shades of Brilliant Rose #EC549B
Tints of Brilliant Rose #EC549B
RGB
CMYK
RGB Variations
Color information
#EC549B (or 0xEC549B) is known color: Brilliant Rose. HEX triplet: EC, 54 and 9B. RGB value is (236,84,155). Sum of RGB (Red+Green+Blue) = 236+84+155=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC549B is #13AB64. Grayscale: #898989. Windows color (decimal): -1289061 or 10179820. OLE color: 10179820.
HSL color Cylindrical-coordinate representation of color #EC549B: hue angle of 331.97º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC549B is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 155 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.07 |
| HSL | 331.97º | 0.8% | 0.63% | - |
| HSV(B) | 331.97º | 0.64% | 0.93% | - |
| XYZ | 43.68 | 26.54 | 33.83 | - |
| YUV | 137.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 155 | 0 | 0.64 | 0.34 | 0.07 | 331.97 | 0.8 | 0.63 |
| Hex | EC | 54 | 9B | 0 | 40 | 22 | 7 | 14C | 50 | 3F |
| Octal | 354 | 124 | 233 | 0 | 100 | 42 | 7 | 514 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10011011 | 0 | 1000000 | 100010 | 111 | 101001100 | 1010000 | 111111 |
Color Harmonies of #EC549B
Complementary color
Monochromatic Colors of #EC549B
Black with #EC549B
Text Example
Text Example
White with #EC549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC549B; }
p { color: rgb(236,84,155); }
H1.HeaderClassName
{
color: #EC549B;
}
.AnyTagClassName
{
color: #EC549B;
}
</style>
background-color css
<style>
a { background-color: #EC549B; }
a { background-color: rgb(236,84,155); }
div.DivClassName
{
background-color: #EC549B;
}
.BgClassName
{
background-color: #EC549B;
}
</style>
border-color css
<style>
span { border-color: #EC549B; }
span { border-color: rgb(236,84,155); }
td.TdClassName
{
border-color: #EC549B;
}
.TagClassName
{
border-color: #EC549B;
}
</style>