Shades of Brilliant Rose #EC4CA6
Tints of Brilliant Rose #EC4CA6
RGB
CMYK
RGB Variations
Color information
#EC4CA6 (or 0xEC4CA6) is known color: Brilliant Rose. HEX triplet: EC, 4C and A6. RGB value is (236,76,166). Sum of RGB (Red+Green+Blue) = 236+76+166=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4CA6 is #13B359. Grayscale: #858585. Windows color (decimal): -1291098 or 10898668. OLE color: 10898668.
HSL color Cylindrical-coordinate representation of color #EC4CA6: hue angle of 326.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4CA6 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 166 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.07 |
| HSL | 326.25º | 0.81% | 0.61% | - |
| HSV(B) | 326.25º | 0.68% | 0.93% | - |
| XYZ | 44.06 | 25.75 | 38.73 | - |
| YUV | 134.1 | 146.01 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 166 | 0 | 0.68 | 0.30 | 0.07 | 326.25 | 0.81 | 0.61 |
| Hex | EC | 4C | A6 | 0 | 44 | 1E | 7 | 146 | 51 | 3D |
| Octal | 354 | 114 | 246 | 0 | 104 | 36 | 7 | 506 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10100110 | 0 | 1000100 | 11110 | 111 | 101000110 | 1010001 | 111101 |
Color Harmonies of #EC4CA6
Complementary color
Monochromatic Colors of #EC4CA6
Black with #EC4CA6
Text Example
Text Example
White with #EC4CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CA6; }
p { color: rgb(236,76,166); }
H1.HeaderClassName
{
color: #EC4CA6;
}
.AnyTagClassName
{
color: #EC4CA6;
}
</style>
background-color css
<style>
a { background-color: #EC4CA6; }
a { background-color: rgb(236,76,166); }
div.DivClassName
{
background-color: #EC4CA6;
}
.BgClassName
{
background-color: #EC4CA6;
}
</style>
border-color css
<style>
span { border-color: #EC4CA6; }
span { border-color: rgb(236,76,166); }
td.TdClassName
{
border-color: #EC4CA6;
}
.TagClassName
{
border-color: #EC4CA6;
}
</style>