Shades of Brilliant Rose #EC4DAB
Tints of Brilliant Rose #EC4DAB
RGB
CMYK
RGB Variations
Color information
#EC4DAB (or 0xEC4DAB) is known color: Brilliant Rose. HEX triplet: EC, 4D and AB. RGB value is (236,77,171). Sum of RGB (Red+Green+Blue) = 236+77+171=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4DAB is #13B254. Grayscale: #878787. Windows color (decimal): -1290837 or 11226604. OLE color: 11226604.
HSL color Cylindrical-coordinate representation of color #EC4DAB: hue angle of 324.53º 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 #EC4DAB is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 171 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.07 |
| HSL | 324.53º | 0.81% | 0.61% | - |
| HSV(B) | 324.53º | 0.67% | 0.93% | - |
| XYZ | 44.6 | 26.08 | 41.21 | - |
| YUV | 135.26 | 148.18 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 171 | 0 | 0.67 | 0.28 | 0.07 | 324.53 | 0.81 | 0.61 |
| Hex | EC | 4D | AB | 0 | 43 | 1C | 7 | 145 | 51 | 3D |
| Octal | 354 | 115 | 253 | 0 | 103 | 34 | 7 | 505 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10101011 | 0 | 1000011 | 11100 | 111 | 101000101 | 1010001 | 111101 |
Color Harmonies of #EC4DAB
Complementary color
Monochromatic Colors of #EC4DAB
Black with #EC4DAB
Text Example
Text Example
White with #EC4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DAB; }
p { color: rgb(236,77,171); }
H1.HeaderClassName
{
color: #EC4DAB;
}
.AnyTagClassName
{
color: #EC4DAB;
}
</style>
background-color css
<style>
a { background-color: #EC4DAB; }
a { background-color: rgb(236,77,171); }
div.DivClassName
{
background-color: #EC4DAB;
}
.BgClassName
{
background-color: #EC4DAB;
}
</style>
border-color css
<style>
span { border-color: #EC4DAB; }
span { border-color: rgb(236,77,171); }
td.TdClassName
{
border-color: #EC4DAB;
}
.TagClassName
{
border-color: #EC4DAB;
}
</style>