Shades of Brilliant Rose #EC4FAB
Tints of Brilliant Rose #EC4FAB
RGB
CMYK
RGB Variations
Color information
#EC4FAB (or 0xEC4FAB) is known color: Brilliant Rose. HEX triplet: EC, 4F and AB. RGB value is (236,79,171). Sum of RGB (Red+Green+Blue) = 236+79+171=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4FAB is #13B054. Grayscale: #888888. Windows color (decimal): -1290325 or 11227116. OLE color: 11227116.
HSL color Cylindrical-coordinate representation of color #EC4FAB: hue angle of 324.84º 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 #EC4FAB is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 171 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.07 |
| HSL | 324.84º | 0.81% | 0.62% | - |
| HSV(B) | 324.84º | 0.67% | 0.93% | - |
| XYZ | 44.74 | 26.37 | 41.26 | - |
| YUV | 136.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 171 | 0 | 0.67 | 0.28 | 0.07 | 324.84 | 0.81 | 0.62 |
| Hex | EC | 4F | AB | 0 | 43 | 1C | 7 | 145 | 51 | 3E |
| Octal | 354 | 117 | 253 | 0 | 103 | 34 | 7 | 505 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10101011 | 0 | 1000011 | 11100 | 111 | 101000101 | 1010001 | 111110 |
Color Harmonies of #EC4FAB
Complementary color
Monochromatic Colors of #EC4FAB
Black with #EC4FAB
Text Example
Text Example
White with #EC4FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FAB; }
p { color: rgb(236,79,171); }
H1.HeaderClassName
{
color: #EC4FAB;
}
.AnyTagClassName
{
color: #EC4FAB;
}
</style>
background-color css
<style>
a { background-color: #EC4FAB; }
a { background-color: rgb(236,79,171); }
div.DivClassName
{
background-color: #EC4FAB;
}
.BgClassName
{
background-color: #EC4FAB;
}
</style>
border-color css
<style>
span { border-color: #EC4FAB; }
span { border-color: rgb(236,79,171); }
td.TdClassName
{
border-color: #EC4FAB;
}
.TagClassName
{
border-color: #EC4FAB;
}
</style>