Shades of Brilliant Rose #EC589B
Tints of Brilliant Rose #EC589B
RGB
CMYK
RGB Variations
Color information
#EC589B (or 0xEC589B) is known color: Brilliant Rose. HEX triplet: EC, 58 and 9B. RGB value is (236,88,155). Sum of RGB (Red+Green+Blue) = 236+88+155=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC589B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC589B is #13A764. Grayscale: #8B8B8B. Windows color (decimal): -1288037 or 10180844. OLE color: 10180844.
HSL color Cylindrical-coordinate representation of color #EC589B: hue angle of 332.84º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC589B is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 155 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.07 |
| HSL | 332.84º | 0.8% | 0.64% | - |
| HSV(B) | 332.84º | 0.63% | 0.93% | - |
| XYZ | 44 | 27.18 | 33.94 | - |
| YUV | 139.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 155 | 0 | 0.63 | 0.34 | 0.07 | 332.84 | 0.8 | 0.64 |
| Hex | EC | 58 | 9B | 0 | 3F | 22 | 7 | 14D | 50 | 40 |
| Octal | 354 | 130 | 233 | 0 | 77 | 42 | 7 | 515 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10011011 | 0 | 111111 | 100010 | 111 | 101001101 | 1010000 | 1000000 |
Color Harmonies of #EC589B
Complementary color
Monochromatic Colors of #EC589B
Black with #EC589B
Text Example
Text Example
White with #EC589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC589B; }
p { color: rgb(236,88,155); }
H1.HeaderClassName
{
color: #EC589B;
}
.AnyTagClassName
{
color: #EC589B;
}
</style>
background-color css
<style>
a { background-color: #EC589B; }
a { background-color: rgb(236,88,155); }
div.DivClassName
{
background-color: #EC589B;
}
.BgClassName
{
background-color: #EC589B;
}
</style>
border-color css
<style>
span { border-color: #EC589B; }
span { border-color: rgb(236,88,155); }
td.TdClassName
{
border-color: #EC589B;
}
.TagClassName
{
border-color: #EC589B;
}
</style>