Shades of Brilliant Rose #EC47AF
Tints of Brilliant Rose #EC47AF
RGB
CMYK
RGB Variations
Color information
#EC47AF (or 0xEC47AF) is known color: Brilliant Rose. HEX triplet: EC, 47 and AF. RGB value is (236,71,175). Sum of RGB (Red+Green+Blue) = 236+71+175=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC47AF is #13B850. Grayscale: #838383. Windows color (decimal): -1292369 or 11487212. OLE color: 11487212.
HSL color Cylindrical-coordinate representation of color #EC47AF: hue angle of 322.18º 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 #EC47AF is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 175 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.07 |
| HSL | 322.18º | 0.81% | 0.6% | - |
| HSV(B) | 322.18º | 0.7% | 0.93% | - |
| XYZ | 44.58 | 25.43 | 43.12 | - |
| YUV | 132.19 | 152.16 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 175 | 0 | 0.70 | 0.26 | 0.07 | 322.18 | 0.81 | 0.6 |
| Hex | EC | 47 | AF | 0 | 46 | 1A | 7 | 142 | 51 | 3C |
| Octal | 354 | 107 | 257 | 0 | 106 | 32 | 7 | 502 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10101111 | 0 | 1000110 | 11010 | 111 | 101000010 | 1010001 | 111100 |
Color Harmonies of #EC47AF
Complementary color
Monochromatic Colors of #EC47AF
Black with #EC47AF
Text Example
Text Example
White with #EC47AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47AF; }
p { color: rgb(236,71,175); }
H1.HeaderClassName
{
color: #EC47AF;
}
.AnyTagClassName
{
color: #EC47AF;
}
</style>
background-color css
<style>
a { background-color: #EC47AF; }
a { background-color: rgb(236,71,175); }
div.DivClassName
{
background-color: #EC47AF;
}
.BgClassName
{
background-color: #EC47AF;
}
</style>
border-color css
<style>
span { border-color: #EC47AF; }
span { border-color: rgb(236,71,175); }
td.TdClassName
{
border-color: #EC47AF;
}
.TagClassName
{
border-color: #EC47AF;
}
</style>