Shades of Brilliant Rose #EC4EBA
Tints of Brilliant Rose #EC4EBA
RGB
CMYK
RGB Variations
Color information
#EC4EBA (or 0xEC4EBA) is known color: Brilliant Rose. HEX triplet: EC, 4E and BA. RGB value is (236,78,186). Sum of RGB (Red+Green+Blue) = 236+78+186=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4EBA is #13B145. Grayscale: #898989. Windows color (decimal): -1290566 or 12209900. OLE color: 12209900.
HSL color Cylindrical-coordinate representation of color #EC4EBA: hue angle of 318.99º 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 #EC4EBA is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 186 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.07 |
| HSL | 318.99º | 0.81% | 0.62% | - |
| HSV(B) | 318.99º | 0.67% | 0.93% | - |
| XYZ | 46.18 | 26.83 | 49.2 | - |
| YUV | 137.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 186 | 0 | 0.67 | 0.21 | 0.07 | 318.99 | 0.81 | 0.62 |
| Hex | EC | 4E | BA | 0 | 43 | 15 | 7 | 13F | 51 | 3E |
| Octal | 354 | 116 | 272 | 0 | 103 | 25 | 7 | 477 | 121 | 76 |
| Binary | 11101100 | 1001110 | 10111010 | 0 | 1000011 | 10101 | 111 | 100111111 | 1010001 | 111110 |
Color Harmonies of #EC4EBA
Complementary color
Monochromatic Colors of #EC4EBA
Black with #EC4EBA
Text Example
Text Example
White with #EC4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EBA; }
p { color: rgb(236,78,186); }
H1.HeaderClassName
{
color: #EC4EBA;
}
.AnyTagClassName
{
color: #EC4EBA;
}
</style>
background-color css
<style>
a { background-color: #EC4EBA; }
a { background-color: rgb(236,78,186); }
div.DivClassName
{
background-color: #EC4EBA;
}
.BgClassName
{
background-color: #EC4EBA;
}
</style>
border-color css
<style>
span { border-color: #EC4EBA; }
span { border-color: rgb(236,78,186); }
td.TdClassName
{
border-color: #EC4EBA;
}
.TagClassName
{
border-color: #EC4EBA;
}
</style>