Shades of Brilliant Rose #EC49A8
Tints of Brilliant Rose #EC49A8
RGB
CMYK
RGB Variations
Color information
#EC49A8 (or 0xEC49A8) is known color: Brilliant Rose. HEX triplet: EC, 49 and A8. RGB value is (236,73,168). Sum of RGB (Red+Green+Blue) = 236+73+168=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC49A8 is #13B657. Grayscale: #848484. Windows color (decimal): -1291864 or 11028972. OLE color: 11028972.
HSL color Cylindrical-coordinate representation of color #EC49A8: hue angle of 325.03º 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 #EC49A8 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 168 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.07 |
| HSL | 325.03º | 0.81% | 0.61% | - |
| HSV(B) | 325.03º | 0.69% | 0.93% | - |
| XYZ | 44.04 | 25.43 | 39.63 | - |
| YUV | 132.57 | 148 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 168 | 0 | 0.69 | 0.29 | 0.07 | 325.03 | 0.81 | 0.61 |
| Hex | EC | 49 | A8 | 0 | 45 | 1D | 7 | 145 | 51 | 3D |
| Octal | 354 | 111 | 250 | 0 | 105 | 35 | 7 | 505 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10101000 | 0 | 1000101 | 11101 | 111 | 101000101 | 1010001 | 111101 |
Color Harmonies of #EC49A8
Complementary color
Monochromatic Colors of #EC49A8
Black with #EC49A8
Text Example
Text Example
White with #EC49A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49A8; }
p { color: rgb(236,73,168); }
H1.HeaderClassName
{
color: #EC49A8;
}
.AnyTagClassName
{
color: #EC49A8;
}
</style>
background-color css
<style>
a { background-color: #EC49A8; }
a { background-color: rgb(236,73,168); }
div.DivClassName
{
background-color: #EC49A8;
}
.BgClassName
{
background-color: #EC49A8;
}
</style>
border-color css
<style>
span { border-color: #EC49A8; }
span { border-color: rgb(236,73,168); }
td.TdClassName
{
border-color: #EC49A8;
}
.TagClassName
{
border-color: #EC49A8;
}
</style>