Shades of Brilliant Rose #EC47B2
Tints of Brilliant Rose #EC47B2
RGB
CMYK
RGB Variations
Color information
#EC47B2 (or 0xEC47B2) is known color: Brilliant Rose. HEX triplet: EC, 47 and B2. RGB value is (236,71,178). Sum of RGB (Red+Green+Blue) = 236+71+178=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC47B2 is #13B84D. Grayscale: #848484. Windows color (decimal): -1292366 or 11683820. OLE color: 11683820.
HSL color Cylindrical-coordinate representation of color #EC47B2: hue angle of 321.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 #EC47B2 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 178 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.07 |
| HSL | 321.09º | 0.81% | 0.6% | - |
| HSV(B) | 321.09º | 0.7% | 0.93% | - |
| XYZ | 44.88 | 25.55 | 44.69 | - |
| YUV | 132.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 178 | 0 | 0.70 | 0.25 | 0.07 | 321.09 | 0.81 | 0.6 |
| Hex | EC | 47 | B2 | 0 | 46 | 19 | 7 | 141 | 51 | 3C |
| Octal | 354 | 107 | 262 | 0 | 106 | 31 | 7 | 501 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10110010 | 0 | 1000110 | 11001 | 111 | 101000001 | 1010001 | 111100 |
Color Harmonies of #EC47B2
Complementary color
Monochromatic Colors of #EC47B2
Black with #EC47B2
Text Example
Text Example
White with #EC47B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47B2; }
p { color: rgb(236,71,178); }
H1.HeaderClassName
{
color: #EC47B2;
}
.AnyTagClassName
{
color: #EC47B2;
}
</style>
background-color css
<style>
a { background-color: #EC47B2; }
a { background-color: rgb(236,71,178); }
div.DivClassName
{
background-color: #EC47B2;
}
.BgClassName
{
background-color: #EC47B2;
}
</style>
border-color css
<style>
span { border-color: #EC47B2; }
span { border-color: rgb(236,71,178); }
td.TdClassName
{
border-color: #EC47B2;
}
.TagClassName
{
border-color: #EC47B2;
}
</style>