Shades of Brilliant Rose #EC4DA4
Tints of Brilliant Rose #EC4DA4
RGB
CMYK
RGB Variations
Color information
#EC4DA4 (or 0xEC4DA4) is known color: Brilliant Rose. HEX triplet: EC, 4D and A4. RGB value is (236,77,164). Sum of RGB (Red+Green+Blue) = 236+77+164=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4DA4 is #13B25B. Grayscale: #868686. Windows color (decimal): -1290844 or 10767852. OLE color: 10767852.
HSL color Cylindrical-coordinate representation of color #EC4DA4: hue angle of 327.17º 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 #EC4DA4 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 164 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.07 |
| HSL | 327.17º | 0.81% | 0.61% | - |
| HSV(B) | 327.17º | 0.67% | 0.93% | - |
| XYZ | 43.95 | 25.82 | 37.79 | - |
| YUV | 134.46 | 144.68 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 164 | 0 | 0.67 | 0.31 | 0.07 | 327.17 | 0.81 | 0.61 |
| Hex | EC | 4D | A4 | 0 | 43 | 1F | 7 | 147 | 51 | 3D |
| Octal | 354 | 115 | 244 | 0 | 103 | 37 | 7 | 507 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10100100 | 0 | 1000011 | 11111 | 111 | 101000111 | 1010001 | 111101 |
Color Harmonies of #EC4DA4
Complementary color
Monochromatic Colors of #EC4DA4
Black with #EC4DA4
Text Example
Text Example
White with #EC4DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DA4; }
p { color: rgb(236,77,164); }
H1.HeaderClassName
{
color: #EC4DA4;
}
.AnyTagClassName
{
color: #EC4DA4;
}
</style>
background-color css
<style>
a { background-color: #EC4DA4; }
a { background-color: rgb(236,77,164); }
div.DivClassName
{
background-color: #EC4DA4;
}
.BgClassName
{
background-color: #EC4DA4;
}
</style>
border-color css
<style>
span { border-color: #EC4DA4; }
span { border-color: rgb(236,77,164); }
td.TdClassName
{
border-color: #EC4DA4;
}
.TagClassName
{
border-color: #EC4DA4;
}
</style>