Shades of Brilliant Rose #EC46B5
Tints of Brilliant Rose #EC46B5
RGB
CMYK
RGB Variations
Color information
#EC46B5 (or 0xEC46B5) is known color: Brilliant Rose. HEX triplet: EC, 46 and B5. RGB value is (236,70,181). Sum of RGB (Red+Green+Blue) = 236+70+181=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC46B5 is #13B94A. Grayscale: #848484. Windows color (decimal): -1292619 or 11880172. OLE color: 11880172.
HSL color Cylindrical-coordinate representation of color #EC46B5: hue angle of 319.88º 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 #EC46B5 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 181 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.07 |
| HSL | 319.88º | 0.81% | 0.6% | - |
| HSV(B) | 319.88º | 0.7% | 0.93% | - |
| XYZ | 45.12 | 25.55 | 46.27 | - |
| YUV | 132.29 | 155.5 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 181 | 0 | 0.70 | 0.23 | 0.07 | 319.88 | 0.81 | 0.6 |
| Hex | EC | 46 | B5 | 0 | 46 | 17 | 7 | 140 | 51 | 3C |
| Octal | 354 | 106 | 265 | 0 | 106 | 27 | 7 | 500 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10110101 | 0 | 1000110 | 10111 | 111 | 101000000 | 1010001 | 111100 |
Color Harmonies of #EC46B5
Complementary color
Monochromatic Colors of #EC46B5
Black with #EC46B5
Text Example
Text Example
White with #EC46B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC46B5; }
p { color: rgb(236,70,181); }
H1.HeaderClassName
{
color: #EC46B5;
}
.AnyTagClassName
{
color: #EC46B5;
}
</style>
background-color css
<style>
a { background-color: #EC46B5; }
a { background-color: rgb(236,70,181); }
div.DivClassName
{
background-color: #EC46B5;
}
.BgClassName
{
background-color: #EC46B5;
}
</style>
border-color css
<style>
span { border-color: #EC46B5; }
span { border-color: rgb(236,70,181); }
td.TdClassName
{
border-color: #EC46B5;
}
.TagClassName
{
border-color: #EC46B5;
}
</style>