Shades of Brilliant Rose #EC49A0
Tints of Brilliant Rose #EC49A0
RGB
CMYK
RGB Variations
Color information
#EC49A0 (or 0xEC49A0) is known color: Brilliant Rose. HEX triplet: EC, 49 and A0. RGB value is (236,73,160). Sum of RGB (Red+Green+Blue) = 236+73+160=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC49A0 is #13B65F. Grayscale: #838383. Windows color (decimal): -1291872 or 10504684. OLE color: 10504684.
HSL color Cylindrical-coordinate representation of color #EC49A0: hue angle of 327.98º 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 #EC49A0 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 160 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.07 |
| HSL | 327.98º | 0.81% | 0.61% | - |
| HSV(B) | 327.98º | 0.69% | 0.93% | - |
| XYZ | 43.32 | 25.14 | 35.83 | - |
| YUV | 131.66 | 144 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 160 | 0 | 0.69 | 0.32 | 0.07 | 327.98 | 0.81 | 0.61 |
| Hex | EC | 49 | A0 | 0 | 45 | 20 | 7 | 148 | 51 | 3D |
| Octal | 354 | 111 | 240 | 0 | 105 | 40 | 7 | 510 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10100000 | 0 | 1000101 | 100000 | 111 | 101001000 | 1010001 | 111101 |
Color Harmonies of #EC49A0
Complementary color
Monochromatic Colors of #EC49A0
Black with #EC49A0
Text Example
Text Example
White with #EC49A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49A0; }
p { color: rgb(236,73,160); }
H1.HeaderClassName
{
color: #EC49A0;
}
.AnyTagClassName
{
color: #EC49A0;
}
</style>
background-color css
<style>
a { background-color: #EC49A0; }
a { background-color: rgb(236,73,160); }
div.DivClassName
{
background-color: #EC49A0;
}
.BgClassName
{
background-color: #EC49A0;
}
</style>
border-color css
<style>
span { border-color: #EC49A0; }
span { border-color: rgb(236,73,160); }
td.TdClassName
{
border-color: #EC49A0;
}
.TagClassName
{
border-color: #EC49A0;
}
</style>