Shades of Brilliant Rose #EC4F9F
Tints of Brilliant Rose #EC4F9F
RGB
CMYK
RGB Variations
Color information
#EC4F9F (or 0xEC4F9F) is known color: Brilliant Rose. HEX triplet: EC, 4F and 9F. RGB value is (236,79,159). Sum of RGB (Red+Green+Blue) = 236+79+159=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F9F is #13B060. Grayscale: #868686. Windows color (decimal): -1290337 or 10440684. OLE color: 10440684.
HSL color Cylindrical-coordinate representation of color #EC4F9F: hue angle of 329.43º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4F9F is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 159 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.07 |
| HSL | 329.43º | 0.81% | 0.62% | - |
| HSV(B) | 329.43º | 0.67% | 0.93% | - |
| XYZ | 43.65 | 25.93 | 35.51 | - |
| YUV | 135.06 | 141.51 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 159 | 0 | 0.67 | 0.33 | 0.07 | 329.43 | 0.81 | 0.62 |
| Hex | EC | 4F | 9F | 0 | 43 | 21 | 7 | 149 | 51 | 3E |
| Octal | 354 | 117 | 237 | 0 | 103 | 41 | 7 | 511 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10011111 | 0 | 1000011 | 100001 | 111 | 101001001 | 1010001 | 111110 |
Color Harmonies of #EC4F9F
Complementary color
Monochromatic Colors of #EC4F9F
Black with #EC4F9F
Text Example
Text Example
White with #EC4F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F9F; }
p { color: rgb(236,79,159); }
H1.HeaderClassName
{
color: #EC4F9F;
}
.AnyTagClassName
{
color: #EC4F9F;
}
</style>
background-color css
<style>
a { background-color: #EC4F9F; }
a { background-color: rgb(236,79,159); }
div.DivClassName
{
background-color: #EC4F9F;
}
.BgClassName
{
background-color: #EC4F9F;
}
</style>
border-color css
<style>
span { border-color: #EC4F9F; }
span { border-color: rgb(236,79,159); }
td.TdClassName
{
border-color: #EC4F9F;
}
.TagClassName
{
border-color: #EC4F9F;
}
</style>