Shades of Brilliant Rose #EC4FB0
Tints of Brilliant Rose #EC4FB0
RGB
CMYK
RGB Variations
Color information
#EC4FB0 (or 0xEC4FB0) is known color: Brilliant Rose. HEX triplet: EC, 4F and B0. RGB value is (236,79,176). Sum of RGB (Red+Green+Blue) = 236+79+176=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4FB0 is #13B04F. Grayscale: #888888. Windows color (decimal): -1290320 or 11554796. OLE color: 11554796.
HSL color Cylindrical-coordinate representation of color #EC4FB0: hue angle of 322.93º 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 #EC4FB0 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 176 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.07 |
| HSL | 322.93º | 0.81% | 0.62% | - |
| HSV(B) | 322.93º | 0.67% | 0.93% | - |
| XYZ | 45.22 | 26.56 | 43.82 | - |
| YUV | 137 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 176 | 0 | 0.67 | 0.25 | 0.07 | 322.93 | 0.81 | 0.62 |
| Hex | EC | 4F | B0 | 0 | 43 | 19 | 7 | 143 | 51 | 3E |
| Octal | 354 | 117 | 260 | 0 | 103 | 31 | 7 | 503 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10110000 | 0 | 1000011 | 11001 | 111 | 101000011 | 1010001 | 111110 |
Color Harmonies of #EC4FB0
Complementary color
Monochromatic Colors of #EC4FB0
Black with #EC4FB0
Text Example
Text Example
White with #EC4FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FB0; }
p { color: rgb(236,79,176); }
H1.HeaderClassName
{
color: #EC4FB0;
}
.AnyTagClassName
{
color: #EC4FB0;
}
</style>
background-color css
<style>
a { background-color: #EC4FB0; }
a { background-color: rgb(236,79,176); }
div.DivClassName
{
background-color: #EC4FB0;
}
.BgClassName
{
background-color: #EC4FB0;
}
</style>
border-color css
<style>
span { border-color: #EC4FB0; }
span { border-color: rgb(236,79,176); }
td.TdClassName
{
border-color: #EC4FB0;
}
.TagClassName
{
border-color: #EC4FB0;
}
</style>