Shades of Brilliant Rose #EC539B
Tints of Brilliant Rose #EC539B
RGB
CMYK
RGB Variations
Color information
#EC539B (or 0xEC539B) is known color: Brilliant Rose. HEX triplet: EC, 53 and 9B. RGB value is (236,83,155). Sum of RGB (Red+Green+Blue) = 236+83+155=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC539B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC539B is #13AC64. Grayscale: #888888. Windows color (decimal): -1289317 or 10179564. OLE color: 10179564.
HSL color Cylindrical-coordinate representation of color #EC539B: hue angle of 331.76º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC539B is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 155 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.07 |
| HSL | 331.76º | 0.8% | 0.63% | - |
| HSV(B) | 331.76º | 0.65% | 0.93% | - |
| XYZ | 43.6 | 26.39 | 33.81 | - |
| YUV | 136.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 155 | 0 | 0.65 | 0.34 | 0.07 | 331.76 | 0.8 | 0.63 |
| Hex | EC | 53 | 9B | 0 | 41 | 22 | 7 | 14C | 50 | 3F |
| Octal | 354 | 123 | 233 | 0 | 101 | 42 | 7 | 514 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10011011 | 0 | 1000001 | 100010 | 111 | 101001100 | 1010000 | 111111 |
Color Harmonies of #EC539B
Complementary color
Monochromatic Colors of #EC539B
Black with #EC539B
Text Example
Text Example
White with #EC539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC539B; }
p { color: rgb(236,83,155); }
H1.HeaderClassName
{
color: #EC539B;
}
.AnyTagClassName
{
color: #EC539B;
}
</style>
background-color css
<style>
a { background-color: #EC539B; }
a { background-color: rgb(236,83,155); }
div.DivClassName
{
background-color: #EC539B;
}
.BgClassName
{
background-color: #EC539B;
}
</style>
border-color css
<style>
span { border-color: #EC539B; }
span { border-color: rgb(236,83,155); }
td.TdClassName
{
border-color: #EC539B;
}
.TagClassName
{
border-color: #EC539B;
}
</style>