Shades of Brilliant Rose #EC50B5
Tints of Brilliant Rose #EC50B5
RGB
CMYK
RGB Variations
Color information
#EC50B5 (or 0xEC50B5) is known color: Brilliant Rose. HEX triplet: EC, 50 and B5. RGB value is (236,80,181). Sum of RGB (Red+Green+Blue) = 236+80+181=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50B5 is #13AF4A. Grayscale: #898989. Windows color (decimal): -1290059 or 11882732. OLE color: 11882732.
HSL color Cylindrical-coordinate representation of color #EC50B5: hue angle of 321.15º 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 #EC50B5 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 181 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.07 |
| HSL | 321.15º | 0.8% | 0.62% | - |
| HSV(B) | 321.15º | 0.66% | 0.93% | - |
| XYZ | 45.8 | 26.91 | 46.5 | - |
| YUV | 138.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 181 | 0 | 0.66 | 0.23 | 0.07 | 321.15 | 0.8 | 0.62 |
| Hex | EC | 50 | B5 | 0 | 42 | 17 | 7 | 141 | 50 | 3E |
| Octal | 354 | 120 | 265 | 0 | 102 | 27 | 7 | 501 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10110101 | 0 | 1000010 | 10111 | 111 | 101000001 | 1010000 | 111110 |
Color Harmonies of #EC50B5
Complementary color
Monochromatic Colors of #EC50B5
Black with #EC50B5
Text Example
Text Example
White with #EC50B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50B5; }
p { color: rgb(236,80,181); }
H1.HeaderClassName
{
color: #EC50B5;
}
.AnyTagClassName
{
color: #EC50B5;
}
</style>
background-color css
<style>
a { background-color: #EC50B5; }
a { background-color: rgb(236,80,181); }
div.DivClassName
{
background-color: #EC50B5;
}
.BgClassName
{
background-color: #EC50B5;
}
</style>
border-color css
<style>
span { border-color: #EC50B5; }
span { border-color: rgb(236,80,181); }
td.TdClassName
{
border-color: #EC50B5;
}
.TagClassName
{
border-color: #EC50B5;
}
</style>