Shades of Brilliant Rose #EC4CAA
Tints of Brilliant Rose #EC4CAA
RGB
CMYK
RGB Variations
Color information
#EC4CAA (or 0xEC4CAA) is known color: Brilliant Rose. HEX triplet: EC, 4C and AA. RGB value is (236,76,170). Sum of RGB (Red+Green+Blue) = 236+76+170=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4CAA is #13B355. Grayscale: #868686. Windows color (decimal): -1291094 or 11160812. OLE color: 11160812.
HSL color Cylindrical-coordinate representation of color #EC4CAA: hue angle of 324.75º 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 #EC4CAA is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 170 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.07 |
| HSL | 324.75º | 0.81% | 0.61% | - |
| HSV(B) | 324.75º | 0.68% | 0.93% | - |
| XYZ | 44.43 | 25.9 | 40.69 | - |
| YUV | 134.56 | 148.01 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 170 | 0 | 0.68 | 0.28 | 0.07 | 324.75 | 0.81 | 0.61 |
| Hex | EC | 4C | AA | 0 | 44 | 1C | 7 | 145 | 51 | 3D |
| Octal | 354 | 114 | 252 | 0 | 104 | 34 | 7 | 505 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10101010 | 0 | 1000100 | 11100 | 111 | 101000101 | 1010001 | 111101 |
Color Harmonies of #EC4CAA
Complementary color
Monochromatic Colors of #EC4CAA
Black with #EC4CAA
Text Example
Text Example
White with #EC4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CAA; }
p { color: rgb(236,76,170); }
H1.HeaderClassName
{
color: #EC4CAA;
}
.AnyTagClassName
{
color: #EC4CAA;
}
</style>
background-color css
<style>
a { background-color: #EC4CAA; }
a { background-color: rgb(236,76,170); }
div.DivClassName
{
background-color: #EC4CAA;
}
.BgClassName
{
background-color: #EC4CAA;
}
</style>
border-color css
<style>
span { border-color: #EC4CAA; }
span { border-color: rgb(236,76,170); }
td.TdClassName
{
border-color: #EC4CAA;
}
.TagClassName
{
border-color: #EC4CAA;
}
</style>