Shades of Brilliant Rose #EC4DBA
Tints of Brilliant Rose #EC4DBA
RGB
CMYK
RGB Variations
Color information
#EC4DBA (or 0xEC4DBA) is known color: Brilliant Rose. HEX triplet: EC, 4D and BA. RGB value is (236,77,186). Sum of RGB (Red+Green+Blue) = 236+77+186=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DBA is #13B245. Grayscale: #888888. Windows color (decimal): -1290822 or 12209644. OLE color: 12209644.
HSL color Cylindrical-coordinate representation of color #EC4DBA: hue angle of 318.87º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4DBA is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 186 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.07 |
| HSL | 318.87º | 0.81% | 0.61% | - |
| HSV(B) | 318.87º | 0.67% | 0.93% | - |
| XYZ | 46.11 | 26.69 | 49.18 | - |
| YUV | 136.97 | 155.68 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 186 | 0 | 0.67 | 0.21 | 0.07 | 318.87 | 0.81 | 0.61 |
| Hex | EC | 4D | BA | 0 | 43 | 15 | 7 | 13F | 51 | 3D |
| Octal | 354 | 115 | 272 | 0 | 103 | 25 | 7 | 477 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10111010 | 0 | 1000011 | 10101 | 111 | 100111111 | 1010001 | 111101 |
Color Harmonies of #EC4DBA
Complementary color
Monochromatic Colors of #EC4DBA
Black with #EC4DBA
Text Example
Text Example
White with #EC4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DBA; }
p { color: rgb(236,77,186); }
H1.HeaderClassName
{
color: #EC4DBA;
}
.AnyTagClassName
{
color: #EC4DBA;
}
</style>
background-color css
<style>
a { background-color: #EC4DBA; }
a { background-color: rgb(236,77,186); }
div.DivClassName
{
background-color: #EC4DBA;
}
.BgClassName
{
background-color: #EC4DBA;
}
</style>
border-color css
<style>
span { border-color: #EC4DBA; }
span { border-color: rgb(236,77,186); }
td.TdClassName
{
border-color: #EC4DBA;
}
.TagClassName
{
border-color: #EC4DBA;
}
</style>