Shades of Brilliant Rose #EC4CA3
Tints of Brilliant Rose #EC4CA3
RGB
CMYK
RGB Variations
Color information
#EC4CA3 (or 0xEC4CA3) is known color: Brilliant Rose. HEX triplet: EC, 4C and A3. RGB value is (236,76,163). Sum of RGB (Red+Green+Blue) = 236+76+163=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4CA3 is #13B35C. Grayscale: #858585. Windows color (decimal): -1291101 or 10702060. OLE color: 10702060.
HSL color Cylindrical-coordinate representation of color #EC4CA3: hue angle of 327.38º 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 #EC4CA3 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 163 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.07 |
| HSL | 327.38º | 0.81% | 0.61% | - |
| HSV(B) | 327.38º | 0.68% | 0.93% | - |
| XYZ | 43.79 | 25.65 | 37.29 | - |
| YUV | 133.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 163 | 0 | 0.68 | 0.31 | 0.07 | 327.38 | 0.81 | 0.61 |
| Hex | EC | 4C | A3 | 0 | 44 | 1F | 7 | 147 | 51 | 3D |
| Octal | 354 | 114 | 243 | 0 | 104 | 37 | 7 | 507 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10100011 | 0 | 1000100 | 11111 | 111 | 101000111 | 1010001 | 111101 |
Color Harmonies of #EC4CA3
Complementary color
Monochromatic Colors of #EC4CA3
Black with #EC4CA3
Text Example
Text Example
White with #EC4CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CA3; }
p { color: rgb(236,76,163); }
H1.HeaderClassName
{
color: #EC4CA3;
}
.AnyTagClassName
{
color: #EC4CA3;
}
</style>
background-color css
<style>
a { background-color: #EC4CA3; }
a { background-color: rgb(236,76,163); }
div.DivClassName
{
background-color: #EC4CA3;
}
.BgClassName
{
background-color: #EC4CA3;
}
</style>
border-color css
<style>
span { border-color: #EC4CA3; }
span { border-color: rgb(236,76,163); }
td.TdClassName
{
border-color: #EC4CA3;
}
.TagClassName
{
border-color: #EC4CA3;
}
</style>