Shades of Brilliant Rose #EC4CAF
Tints of Brilliant Rose #EC4CAF
RGB
CMYK
RGB Variations
Color information
#EC4CAF (or 0xEC4CAF) is known color: Brilliant Rose. HEX triplet: EC, 4C and AF. RGB value is (236,76,175). Sum of RGB (Red+Green+Blue) = 236+76+175=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4CAF is #13B350. Grayscale: #868686. Windows color (decimal): -1291089 or 11488492. OLE color: 11488492.
HSL color Cylindrical-coordinate representation of color #EC4CAF: hue angle of 322.88º 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 #EC4CAF is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 175 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.07 |
| HSL | 322.88º | 0.81% | 0.61% | - |
| HSV(B) | 322.88º | 0.68% | 0.93% | - |
| XYZ | 44.91 | 26.1 | 43.23 | - |
| YUV | 135.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 175 | 0 | 0.68 | 0.26 | 0.07 | 322.88 | 0.81 | 0.61 |
| Hex | EC | 4C | AF | 0 | 44 | 1A | 7 | 143 | 51 | 3D |
| Octal | 354 | 114 | 257 | 0 | 104 | 32 | 7 | 503 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10101111 | 0 | 1000100 | 11010 | 111 | 101000011 | 1010001 | 111101 |
Color Harmonies of #EC4CAF
Complementary color
Monochromatic Colors of #EC4CAF
Black with #EC4CAF
Text Example
Text Example
White with #EC4CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CAF; }
p { color: rgb(236,76,175); }
H1.HeaderClassName
{
color: #EC4CAF;
}
.AnyTagClassName
{
color: #EC4CAF;
}
</style>
background-color css
<style>
a { background-color: #EC4CAF; }
a { background-color: rgb(236,76,175); }
div.DivClassName
{
background-color: #EC4CAF;
}
.BgClassName
{
background-color: #EC4CAF;
}
</style>
border-color css
<style>
span { border-color: #EC4CAF; }
span { border-color: rgb(236,76,175); }
td.TdClassName
{
border-color: #EC4CAF;
}
.TagClassName
{
border-color: #EC4CAF;
}
</style>