Shades of Brilliant Rose #EC4BA0
Tints of Brilliant Rose #EC4BA0
RGB
CMYK
RGB Variations
Color information
#EC4BA0 (or 0xEC4BA0) is known color: Brilliant Rose. HEX triplet: EC, 4B and A0. RGB value is (236,75,160). Sum of RGB (Red+Green+Blue) = 236+75+160=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4BA0 is #13B45F. Grayscale: #848484. Windows color (decimal): -1291360 or 10505196. OLE color: 10505196.
HSL color Cylindrical-coordinate representation of color #EC4BA0: hue angle of 328.32º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4BA0 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 160 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.07 |
| HSL | 328.32º | 0.81% | 0.61% | - |
| HSV(B) | 328.32º | 0.68% | 0.93% | - |
| XYZ | 43.45 | 25.4 | 35.87 | - |
| YUV | 132.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 160 | 0 | 0.68 | 0.32 | 0.07 | 328.32 | 0.81 | 0.61 |
| Hex | EC | 4B | A0 | 0 | 44 | 20 | 7 | 148 | 51 | 3D |
| Octal | 354 | 113 | 240 | 0 | 104 | 40 | 7 | 510 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10100000 | 0 | 1000100 | 100000 | 111 | 101001000 | 1010001 | 111101 |
Color Harmonies of #EC4BA0
Complementary color
Monochromatic Colors of #EC4BA0
Black with #EC4BA0
Text Example
Text Example
White with #EC4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BA0; }
p { color: rgb(236,75,160); }
H1.HeaderClassName
{
color: #EC4BA0;
}
.AnyTagClassName
{
color: #EC4BA0;
}
</style>
background-color css
<style>
a { background-color: #EC4BA0; }
a { background-color: rgb(236,75,160); }
div.DivClassName
{
background-color: #EC4BA0;
}
.BgClassName
{
background-color: #EC4BA0;
}
</style>
border-color css
<style>
span { border-color: #EC4BA0; }
span { border-color: rgb(236,75,160); }
td.TdClassName
{
border-color: #EC4BA0;
}
.TagClassName
{
border-color: #EC4BA0;
}
</style>