Shades of Brilliant Rose #EC46A6
Tints of Brilliant Rose #EC46A6
RGB
CMYK
RGB Variations
Color information
#EC46A6 (or 0xEC46A6) is known color: Brilliant Rose. HEX triplet: EC, 46 and A6. RGB value is (236,70,166). Sum of RGB (Red+Green+Blue) = 236+70+166=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC46A6 is #13B959. Grayscale: #828282. Windows color (decimal): -1292634 or 10897132. OLE color: 10897132.
HSL color Cylindrical-coordinate representation of color #EC46A6: hue angle of 325.3º 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 #EC46A6 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 166 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.07 |
| HSL | 325.3º | 0.81% | 0.6% | - |
| HSV(B) | 325.3º | 0.7% | 0.93% | - |
| XYZ | 43.67 | 24.97 | 38.59 | - |
| YUV | 130.58 | 148 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 166 | 0 | 0.70 | 0.30 | 0.07 | 325.3 | 0.81 | 0.6 |
| Hex | EC | 46 | A6 | 0 | 46 | 1E | 7 | 145 | 51 | 3C |
| Octal | 354 | 106 | 246 | 0 | 106 | 36 | 7 | 505 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10100110 | 0 | 1000110 | 11110 | 111 | 101000101 | 1010001 | 111100 |
Color Harmonies of #EC46A6
Complementary color
Monochromatic Colors of #EC46A6
Black with #EC46A6
Text Example
Text Example
White with #EC46A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC46A6; }
p { color: rgb(236,70,166); }
H1.HeaderClassName
{
color: #EC46A6;
}
.AnyTagClassName
{
color: #EC46A6;
}
</style>
background-color css
<style>
a { background-color: #EC46A6; }
a { background-color: rgb(236,70,166); }
div.DivClassName
{
background-color: #EC46A6;
}
.BgClassName
{
background-color: #EC46A6;
}
</style>
border-color css
<style>
span { border-color: #EC46A6; }
span { border-color: rgb(236,70,166); }
td.TdClassName
{
border-color: #EC46A6;
}
.TagClassName
{
border-color: #EC46A6;
}
</style>