Shades of Brilliant Rose #EC49B5
Tints of Brilliant Rose #EC49B5
RGB
CMYK
RGB Variations
Color information
#EC49B5 (or 0xEC49B5) is known color: Brilliant Rose. HEX triplet: EC, 49 and B5. RGB value is (236,73,181). Sum of RGB (Red+Green+Blue) = 236+73+181=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49B5 is #13B64A. Grayscale: #858585. Windows color (decimal): -1291851 or 11880940. OLE color: 11880940.
HSL color Cylindrical-coordinate representation of color #EC49B5: hue angle of 320.25º 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 #EC49B5 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 181 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.07 |
| HSL | 320.25º | 0.81% | 0.61% | - |
| HSV(B) | 320.25º | 0.69% | 0.93% | - |
| XYZ | 45.32 | 25.93 | 46.33 | - |
| YUV | 134.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 181 | 0 | 0.69 | 0.23 | 0.07 | 320.25 | 0.81 | 0.61 |
| Hex | EC | 49 | B5 | 0 | 45 | 17 | 7 | 140 | 51 | 3D |
| Octal | 354 | 111 | 265 | 0 | 105 | 27 | 7 | 500 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10110101 | 0 | 1000101 | 10111 | 111 | 101000000 | 1010001 | 111101 |
Color Harmonies of #EC49B5
Complementary color
Monochromatic Colors of #EC49B5
Black with #EC49B5
Text Example
Text Example
White with #EC49B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49B5; }
p { color: rgb(236,73,181); }
H1.HeaderClassName
{
color: #EC49B5;
}
.AnyTagClassName
{
color: #EC49B5;
}
</style>
background-color css
<style>
a { background-color: #EC49B5; }
a { background-color: rgb(236,73,181); }
div.DivClassName
{
background-color: #EC49B5;
}
.BgClassName
{
background-color: #EC49B5;
}
</style>
border-color css
<style>
span { border-color: #EC49B5; }
span { border-color: rgb(236,73,181); }
td.TdClassName
{
border-color: #EC49B5;
}
.TagClassName
{
border-color: #EC49B5;
}
</style>