Shades of Brilliant Rose #EC4FBA
Tints of Brilliant Rose #EC4FBA
RGB
CMYK
RGB Variations
Color information
#EC4FBA (or 0xEC4FBA) is known color: Brilliant Rose. HEX triplet: EC, 4F and BA. RGB value is (236,79,186). Sum of RGB (Red+Green+Blue) = 236+79+186=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FBA is #13B045. Grayscale: #898989. Windows color (decimal): -1290310 or 12210156. OLE color: 12210156.
HSL color Cylindrical-coordinate representation of color #EC4FBA: hue angle of 319.11º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4FBA is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 186 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.07 |
| HSL | 319.11º | 0.81% | 0.62% | - |
| HSV(B) | 319.11º | 0.67% | 0.93% | - |
| XYZ | 46.25 | 26.97 | 49.22 | - |
| YUV | 138.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 186 | 0 | 0.67 | 0.21 | 0.07 | 319.11 | 0.81 | 0.62 |
| Hex | EC | 4F | BA | 0 | 43 | 15 | 7 | 13F | 51 | 3E |
| Octal | 354 | 117 | 272 | 0 | 103 | 25 | 7 | 477 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10111010 | 0 | 1000011 | 10101 | 111 | 100111111 | 1010001 | 111110 |
Color Harmonies of #EC4FBA
Complementary color
Monochromatic Colors of #EC4FBA
Black with #EC4FBA
Text Example
Text Example
White with #EC4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FBA; }
p { color: rgb(236,79,186); }
H1.HeaderClassName
{
color: #EC4FBA;
}
.AnyTagClassName
{
color: #EC4FBA;
}
</style>
background-color css
<style>
a { background-color: #EC4FBA; }
a { background-color: rgb(236,79,186); }
div.DivClassName
{
background-color: #EC4FBA;
}
.BgClassName
{
background-color: #EC4FBA;
}
</style>
border-color css
<style>
span { border-color: #EC4FBA; }
span { border-color: rgb(236,79,186); }
td.TdClassName
{
border-color: #EC4FBA;
}
.TagClassName
{
border-color: #EC4FBA;
}
</style>