Shades of Brilliant Rose #EC4DA6
Tints of Brilliant Rose #EC4DA6
RGB
CMYK
RGB Variations
Color information
#EC4DA6 (or 0xEC4DA6) is known color: Brilliant Rose. HEX triplet: EC, 4D and A6. RGB value is (236,77,166). Sum of RGB (Red+Green+Blue) = 236+77+166=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4DA6 is #13B259. Grayscale: #868686. Windows color (decimal): -1290842 or 10898924. OLE color: 10898924.
HSL color Cylindrical-coordinate representation of color #EC4DA6: hue angle of 326.42º 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 #EC4DA6 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 166 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.07 |
| HSL | 326.42º | 0.81% | 0.61% | - |
| HSV(B) | 326.42º | 0.67% | 0.93% | - |
| XYZ | 44.13 | 25.89 | 38.75 | - |
| YUV | 134.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 166 | 0 | 0.67 | 0.30 | 0.07 | 326.42 | 0.81 | 0.61 |
| Hex | EC | 4D | A6 | 0 | 43 | 1E | 7 | 146 | 51 | 3D |
| Octal | 354 | 115 | 246 | 0 | 103 | 36 | 7 | 506 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10100110 | 0 | 1000011 | 11110 | 111 | 101000110 | 1010001 | 111101 |
Color Harmonies of #EC4DA6
Complementary color
Monochromatic Colors of #EC4DA6
Black with #EC4DA6
Text Example
Text Example
White with #EC4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DA6; }
p { color: rgb(236,77,166); }
H1.HeaderClassName
{
color: #EC4DA6;
}
.AnyTagClassName
{
color: #EC4DA6;
}
</style>
background-color css
<style>
a { background-color: #EC4DA6; }
a { background-color: rgb(236,77,166); }
div.DivClassName
{
background-color: #EC4DA6;
}
.BgClassName
{
background-color: #EC4DA6;
}
</style>
border-color css
<style>
span { border-color: #EC4DA6; }
span { border-color: rgb(236,77,166); }
td.TdClassName
{
border-color: #EC4DA6;
}
.TagClassName
{
border-color: #EC4DA6;
}
</style>