Shades of Brilliant Rose #EC559B
Tints of Brilliant Rose #EC559B
RGB
CMYK
RGB Variations
Color information
#EC559B (or 0xEC559B) is known color: Brilliant Rose. HEX triplet: EC, 55 and 9B. RGB value is (236,85,155). Sum of RGB (Red+Green+Blue) = 236+85+155=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC559B is #13AA64. Grayscale: #8A8A8A. Windows color (decimal): -1288805 or 10180076. OLE color: 10180076.
HSL color Cylindrical-coordinate representation of color #EC559B: hue angle of 332.19º 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 #EC559B is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 155 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.07 |
| HSL | 332.19º | 0.8% | 0.63% | - |
| HSV(B) | 332.19º | 0.64% | 0.93% | - |
| XYZ | 43.76 | 26.7 | 33.86 | - |
| YUV | 138.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 155 | 0 | 0.64 | 0.34 | 0.07 | 332.19 | 0.8 | 0.63 |
| Hex | EC | 55 | 9B | 0 | 40 | 22 | 7 | 14C | 50 | 3F |
| Octal | 354 | 125 | 233 | 0 | 100 | 42 | 7 | 514 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10011011 | 0 | 1000000 | 100010 | 111 | 101001100 | 1010000 | 111111 |
Color Harmonies of #EC559B
Complementary color
Monochromatic Colors of #EC559B
Black with #EC559B
Text Example
Text Example
White with #EC559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC559B; }
p { color: rgb(236,85,155); }
H1.HeaderClassName
{
color: #EC559B;
}
.AnyTagClassName
{
color: #EC559B;
}
</style>
background-color css
<style>
a { background-color: #EC559B; }
a { background-color: rgb(236,85,155); }
div.DivClassName
{
background-color: #EC559B;
}
.BgClassName
{
background-color: #EC559B;
}
</style>
border-color css
<style>
span { border-color: #EC559B; }
span { border-color: rgb(236,85,155); }
td.TdClassName
{
border-color: #EC559B;
}
.TagClassName
{
border-color: #EC559B;
}
</style>