Shades of Brilliant Rose #EC49B6
Tints of Brilliant Rose #EC49B6
RGB
CMYK
RGB Variations
Color information
#EC49B6 (or 0xEC49B6) is known color: Brilliant Rose. HEX triplet: EC, 49 and B6. RGB value is (236,73,182). Sum of RGB (Red+Green+Blue) = 236+73+182=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49B6 is #13B649. Grayscale: #858585. Windows color (decimal): -1291850 or 11946476. OLE color: 11946476.
HSL color Cylindrical-coordinate representation of color #EC49B6: hue angle of 319.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC49B6 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 182 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.07 |
| HSL | 319.88º | 0.81% | 0.61% | - |
| HSV(B) | 319.88º | 0.69% | 0.93% | - |
| XYZ | 45.42 | 25.98 | 46.88 | - |
| YUV | 134.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 182 | 0 | 0.69 | 0.23 | 0.07 | 319.88 | 0.81 | 0.61 |
| Hex | EC | 49 | B6 | 0 | 45 | 17 | 7 | 140 | 51 | 3D |
| Octal | 354 | 111 | 266 | 0 | 105 | 27 | 7 | 500 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10110110 | 0 | 1000101 | 10111 | 111 | 101000000 | 1010001 | 111101 |
Color Harmonies of #EC49B6
Complementary color
Monochromatic Colors of #EC49B6
Black with #EC49B6
Text Example
Text Example
White with #EC49B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49B6; }
p { color: rgb(236,73,182); }
H1.HeaderClassName
{
color: #EC49B6;
}
.AnyTagClassName
{
color: #EC49B6;
}
</style>
background-color css
<style>
a { background-color: #EC49B6; }
a { background-color: rgb(236,73,182); }
div.DivClassName
{
background-color: #EC49B6;
}
.BgClassName
{
background-color: #EC49B6;
}
</style>
border-color css
<style>
span { border-color: #EC49B6; }
span { border-color: rgb(236,73,182); }
td.TdClassName
{
border-color: #EC49B6;
}
.TagClassName
{
border-color: #EC49B6;
}
</style>