Shades of Brilliant Rose #EC50B1
Tints of Brilliant Rose #EC50B1
RGB
CMYK
RGB Variations
Color information
#EC50B1 (or 0xEC50B1) is known color: Brilliant Rose. HEX triplet: EC, 50 and B1. RGB value is (236,80,177). Sum of RGB (Red+Green+Blue) = 236+80+177=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC50B1 is #13AF4E. Grayscale: #898989. Windows color (decimal): -1290063 or 11620588. OLE color: 11620588.
HSL color Cylindrical-coordinate representation of color #EC50B1: hue angle of 322.69º 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 #EC50B1 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 177 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.07 |
| HSL | 322.69º | 0.8% | 0.62% | - |
| HSV(B) | 322.69º | 0.66% | 0.93% | - |
| XYZ | 45.4 | 26.74 | 44.36 | - |
| YUV | 137.7 | 150.18 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 177 | 0 | 0.66 | 0.25 | 0.07 | 322.69 | 0.8 | 0.62 |
| Hex | EC | 50 | B1 | 0 | 42 | 19 | 7 | 143 | 50 | 3E |
| Octal | 354 | 120 | 261 | 0 | 102 | 31 | 7 | 503 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10110001 | 0 | 1000010 | 11001 | 111 | 101000011 | 1010000 | 111110 |
Color Harmonies of #EC50B1
Complementary color
Monochromatic Colors of #EC50B1
Black with #EC50B1
Text Example
Text Example
White with #EC50B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50B1; }
p { color: rgb(236,80,177); }
H1.HeaderClassName
{
color: #EC50B1;
}
.AnyTagClassName
{
color: #EC50B1;
}
</style>
background-color css
<style>
a { background-color: #EC50B1; }
a { background-color: rgb(236,80,177); }
div.DivClassName
{
background-color: #EC50B1;
}
.BgClassName
{
background-color: #EC50B1;
}
</style>
border-color css
<style>
span { border-color: #EC50B1; }
span { border-color: rgb(236,80,177); }
td.TdClassName
{
border-color: #EC50B1;
}
.TagClassName
{
border-color: #EC50B1;
}
</style>