Shades of Brilliant Rose #EC47A7
Tints of Brilliant Rose #EC47A7
RGB
CMYK
RGB Variations
Color information
#EC47A7 (or 0xEC47A7) is known color: Brilliant Rose. HEX triplet: EC, 47 and A7. RGB value is (236,71,167). Sum of RGB (Red+Green+Blue) = 236+71+167=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC47A7 is #13B858. Grayscale: #838383. Windows color (decimal): -1292377 or 10962924. OLE color: 10962924.
HSL color Cylindrical-coordinate representation of color #EC47A7: hue angle of 325.09º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC47A7 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 167 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.07 |
| HSL | 325.09º | 0.81% | 0.6% | - |
| HSV(B) | 325.09º | 0.7% | 0.93% | - |
| XYZ | 43.82 | 25.13 | 39.1 | - |
| YUV | 131.28 | 148.16 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 167 | 0 | 0.70 | 0.29 | 0.07 | 325.09 | 0.81 | 0.6 |
| Hex | EC | 47 | A7 | 0 | 46 | 1D | 7 | 145 | 51 | 3C |
| Octal | 354 | 107 | 247 | 0 | 106 | 35 | 7 | 505 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10100111 | 0 | 1000110 | 11101 | 111 | 101000101 | 1010001 | 111100 |
Color Harmonies of #EC47A7
Complementary color
Monochromatic Colors of #EC47A7
Black with #EC47A7
Text Example
Text Example
White with #EC47A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47A7; }
p { color: rgb(236,71,167); }
H1.HeaderClassName
{
color: #EC47A7;
}
.AnyTagClassName
{
color: #EC47A7;
}
</style>
background-color css
<style>
a { background-color: #EC47A7; }
a { background-color: rgb(236,71,167); }
div.DivClassName
{
background-color: #EC47A7;
}
.BgClassName
{
background-color: #EC47A7;
}
</style>
border-color css
<style>
span { border-color: #EC47A7; }
span { border-color: rgb(236,71,167); }
td.TdClassName
{
border-color: #EC47A7;
}
.TagClassName
{
border-color: #EC47A7;
}
</style>