Shades of Brilliant Rose #EC4DAA
Tints of Brilliant Rose #EC4DAA
RGB
CMYK
RGB Variations
Color information
#EC4DAA (or 0xEC4DAA) is known color: Brilliant Rose. HEX triplet: EC, 4D and AA. RGB value is (236,77,170). Sum of RGB (Red+Green+Blue) = 236+77+170=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4DAA is #13B255. Grayscale: #868686. Windows color (decimal): -1290838 or 11161068. OLE color: 11161068.
HSL color Cylindrical-coordinate representation of color #EC4DAA: hue angle of 324.91º 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 #EC4DAA is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 170 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.07 |
| HSL | 324.91º | 0.81% | 0.61% | - |
| HSV(B) | 324.91º | 0.67% | 0.93% | - |
| XYZ | 44.5 | 26.04 | 40.71 | - |
| YUV | 135.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 170 | 0 | 0.67 | 0.28 | 0.07 | 324.91 | 0.81 | 0.61 |
| Hex | EC | 4D | AA | 0 | 43 | 1C | 7 | 145 | 51 | 3D |
| Octal | 354 | 115 | 252 | 0 | 103 | 34 | 7 | 505 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10101010 | 0 | 1000011 | 11100 | 111 | 101000101 | 1010001 | 111101 |
Color Harmonies of #EC4DAA
Complementary color
Monochromatic Colors of #EC4DAA
Black with #EC4DAA
Text Example
Text Example
White with #EC4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DAA; }
p { color: rgb(236,77,170); }
H1.HeaderClassName
{
color: #EC4DAA;
}
.AnyTagClassName
{
color: #EC4DAA;
}
</style>
background-color css
<style>
a { background-color: #EC4DAA; }
a { background-color: rgb(236,77,170); }
div.DivClassName
{
background-color: #EC4DAA;
}
.BgClassName
{
background-color: #EC4DAA;
}
</style>
border-color css
<style>
span { border-color: #EC4DAA; }
span { border-color: rgb(236,77,170); }
td.TdClassName
{
border-color: #EC4DAA;
}
.TagClassName
{
border-color: #EC4DAA;
}
</style>