Shades of Brilliant Rose #EC519B
Tints of Brilliant Rose #EC519B
RGB
CMYK
RGB Variations
Color information
#EC519B (or 0xEC519B) is known color: Brilliant Rose. HEX triplet: EC, 51 and 9B. RGB value is (236,81,155). Sum of RGB (Red+Green+Blue) = 236+81+155=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC519B is #13AE64. Grayscale: #878787. Windows color (decimal): -1289829 or 10179052. OLE color: 10179052.
HSL color Cylindrical-coordinate representation of color #EC519B: hue angle of 331.35º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC519B is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 155 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.07 |
| HSL | 331.35º | 0.8% | 0.62% | - |
| HSV(B) | 331.35º | 0.66% | 0.93% | - |
| XYZ | 43.45 | 26.08 | 33.76 | - |
| YUV | 135.78 | 138.85 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 155 | 0 | 0.66 | 0.34 | 0.07 | 331.35 | 0.8 | 0.62 |
| Hex | EC | 51 | 9B | 0 | 42 | 22 | 7 | 14B | 50 | 3E |
| Octal | 354 | 121 | 233 | 0 | 102 | 42 | 7 | 513 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10011011 | 0 | 1000010 | 100010 | 111 | 101001011 | 1010000 | 111110 |
Color Harmonies of #EC519B
Complementary color
Monochromatic Colors of #EC519B
Black with #EC519B
Text Example
Text Example
White with #EC519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC519B; }
p { color: rgb(236,81,155); }
H1.HeaderClassName
{
color: #EC519B;
}
.AnyTagClassName
{
color: #EC519B;
}
</style>
background-color css
<style>
a { background-color: #EC519B; }
a { background-color: rgb(236,81,155); }
div.DivClassName
{
background-color: #EC519B;
}
.BgClassName
{
background-color: #EC519B;
}
</style>
border-color css
<style>
span { border-color: #EC519B; }
span { border-color: rgb(236,81,155); }
td.TdClassName
{
border-color: #EC519B;
}
.TagClassName
{
border-color: #EC519B;
}
</style>