Shades of Brilliant Rose #EC47AD
Tints of Brilliant Rose #EC47AD
RGB
CMYK
RGB Variations
Color information
#EC47AD (or 0xEC47AD) is known color: Brilliant Rose. HEX triplet: EC, 47 and AD. RGB value is (236,71,173). Sum of RGB (Red+Green+Blue) = 236+71+173=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC47AD is #13B852. Grayscale: #838383. Windows color (decimal): -1292371 or 11356140. OLE color: 11356140.
HSL color Cylindrical-coordinate representation of color #EC47AD: hue angle of 322.91º 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 #EC47AD is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 173 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.07 |
| HSL | 322.91º | 0.81% | 0.6% | - |
| HSV(B) | 322.91º | 0.7% | 0.93% | - |
| XYZ | 44.39 | 25.36 | 42.09 | - |
| YUV | 131.96 | 151.16 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 173 | 0 | 0.70 | 0.27 | 0.07 | 322.91 | 0.81 | 0.6 |
| Hex | EC | 47 | AD | 0 | 46 | 1B | 7 | 143 | 51 | 3C |
| Octal | 354 | 107 | 255 | 0 | 106 | 33 | 7 | 503 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10101101 | 0 | 1000110 | 11011 | 111 | 101000011 | 1010001 | 111100 |
Color Harmonies of #EC47AD
Complementary color
Monochromatic Colors of #EC47AD
Black with #EC47AD
Text Example
Text Example
White with #EC47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47AD; }
p { color: rgb(236,71,173); }
H1.HeaderClassName
{
color: #EC47AD;
}
.AnyTagClassName
{
color: #EC47AD;
}
</style>
background-color css
<style>
a { background-color: #EC47AD; }
a { background-color: rgb(236,71,173); }
div.DivClassName
{
background-color: #EC47AD;
}
.BgClassName
{
background-color: #EC47AD;
}
</style>
border-color css
<style>
span { border-color: #EC47AD; }
span { border-color: rgb(236,71,173); }
td.TdClassName
{
border-color: #EC47AD;
}
.TagClassName
{
border-color: #EC47AD;
}
</style>