Shades of Brilliant Rose #EC5899
Tints of Brilliant Rose #EC5899
RGB
CMYK
RGB Variations
Color information
#EC5899 (or 0xEC5899) is known color: Brilliant Rose. HEX triplet: EC, 58 and 99. RGB value is (236,88,153). Sum of RGB (Red+Green+Blue) = 236+88+153=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5899 is #13A766. Grayscale: #8B8B8B. Windows color (decimal): -1288039 or 10049772. OLE color: 10049772.
HSL color Cylindrical-coordinate representation of color #EC5899: hue angle of 333.65º 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 #EC5899 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 153 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.07 |
| HSL | 333.65º | 0.8% | 0.64% | - |
| HSV(B) | 333.65º | 0.63% | 0.93% | - |
| XYZ | 43.83 | 27.11 | 33.06 | - |
| YUV | 139.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 153 | 0 | 0.63 | 0.35 | 0.07 | 333.65 | 0.8 | 0.64 |
| Hex | EC | 58 | 99 | 0 | 3F | 23 | 7 | 14E | 50 | 40 |
| Octal | 354 | 130 | 231 | 0 | 77 | 43 | 7 | 516 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10011001 | 0 | 111111 | 100011 | 111 | 101001110 | 1010000 | 1000000 |
Color Harmonies of #EC5899
Complementary color
Monochromatic Colors of #EC5899
Black with #EC5899
Text Example
Text Example
White with #EC5899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5899; }
p { color: rgb(236,88,153); }
H1.HeaderClassName
{
color: #EC5899;
}
.AnyTagClassName
{
color: #EC5899;
}
</style>
background-color css
<style>
a { background-color: #EC5899; }
a { background-color: rgb(236,88,153); }
div.DivClassName
{
background-color: #EC5899;
}
.BgClassName
{
background-color: #EC5899;
}
</style>
border-color css
<style>
span { border-color: #EC5899; }
span { border-color: rgb(236,88,153); }
td.TdClassName
{
border-color: #EC5899;
}
.TagClassName
{
border-color: #EC5899;
}
</style>