Shades of Brilliant Rose #EC4BA8
Tints of Brilliant Rose #EC4BA8
RGB
CMYK
RGB Variations
Color information
#EC4BA8 (or 0xEC4BA8) is known color: Brilliant Rose. HEX triplet: EC, 4B and A8. RGB value is (236,75,168). Sum of RGB (Red+Green+Blue) = 236+75+168=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4BA8 is #13B457. Grayscale: #858585. Windows color (decimal): -1291352 or 11029484. OLE color: 11029484.
HSL color Cylindrical-coordinate representation of color #EC4BA8: hue angle of 325.34º 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 #EC4BA8 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 168 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.07 |
| HSL | 325.34º | 0.81% | 0.61% | - |
| HSV(B) | 325.34º | 0.68% | 0.93% | - |
| XYZ | 44.18 | 25.69 | 39.68 | - |
| YUV | 133.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 168 | 0 | 0.68 | 0.29 | 0.07 | 325.34 | 0.81 | 0.61 |
| Hex | EC | 4B | A8 | 0 | 44 | 1D | 7 | 145 | 51 | 3D |
| Octal | 354 | 113 | 250 | 0 | 104 | 35 | 7 | 505 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10101000 | 0 | 1000100 | 11101 | 111 | 101000101 | 1010001 | 111101 |
Color Harmonies of #EC4BA8
Complementary color
Monochromatic Colors of #EC4BA8
Black with #EC4BA8
Text Example
Text Example
White with #EC4BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BA8; }
p { color: rgb(236,75,168); }
H1.HeaderClassName
{
color: #EC4BA8;
}
.AnyTagClassName
{
color: #EC4BA8;
}
</style>
background-color css
<style>
a { background-color: #EC4BA8; }
a { background-color: rgb(236,75,168); }
div.DivClassName
{
background-color: #EC4BA8;
}
.BgClassName
{
background-color: #EC4BA8;
}
</style>
border-color css
<style>
span { border-color: #EC4BA8; }
span { border-color: rgb(236,75,168); }
td.TdClassName
{
border-color: #EC4BA8;
}
.TagClassName
{
border-color: #EC4BA8;
}
</style>