Shades of Brilliant Rose #EC4DB1
Tints of Brilliant Rose #EC4DB1
RGB
CMYK
RGB Variations
Color information
#EC4DB1 (or 0xEC4DB1) is known color: Brilliant Rose. HEX triplet: EC, 4D and B1. RGB value is (236,77,177). Sum of RGB (Red+Green+Blue) = 236+77+177=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4DB1 is #13B24E. Grayscale: #878787. Windows color (decimal): -1290831 or 11619820. OLE color: 11619820.
HSL color Cylindrical-coordinate representation of color #EC4DB1: hue angle of 322.26º 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 #EC4DB1 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 177 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.07 |
| HSL | 322.26º | 0.81% | 0.61% | - |
| HSV(B) | 322.26º | 0.67% | 0.93% | - |
| XYZ | 45.18 | 26.31 | 44.29 | - |
| YUV | 135.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 177 | 0 | 0.67 | 0.25 | 0.07 | 322.26 | 0.81 | 0.61 |
| Hex | EC | 4D | B1 | 0 | 43 | 19 | 7 | 142 | 51 | 3D |
| Octal | 354 | 115 | 261 | 0 | 103 | 31 | 7 | 502 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10110001 | 0 | 1000011 | 11001 | 111 | 101000010 | 1010001 | 111101 |
Color Harmonies of #EC4DB1
Complementary color
Monochromatic Colors of #EC4DB1
Black with #EC4DB1
Text Example
Text Example
White with #EC4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DB1; }
p { color: rgb(236,77,177); }
H1.HeaderClassName
{
color: #EC4DB1;
}
.AnyTagClassName
{
color: #EC4DB1;
}
</style>
background-color css
<style>
a { background-color: #EC4DB1; }
a { background-color: rgb(236,77,177); }
div.DivClassName
{
background-color: #EC4DB1;
}
.BgClassName
{
background-color: #EC4DB1;
}
</style>
border-color css
<style>
span { border-color: #EC4DB1; }
span { border-color: rgb(236,77,177); }
td.TdClassName
{
border-color: #EC4DB1;
}
.TagClassName
{
border-color: #EC4DB1;
}
</style>