Shades of Brilliant Rose #EC4FAC
Tints of Brilliant Rose #EC4FAC
RGB
CMYK
RGB Variations
Color information
#EC4FAC (or 0xEC4FAC) is known color: Brilliant Rose. HEX triplet: EC, 4F and AC. RGB value is (236,79,172). Sum of RGB (Red+Green+Blue) = 236+79+172=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4FAC is #13B053. Grayscale: #888888. Windows color (decimal): -1290324 or 11292652. OLE color: 11292652.
HSL color Cylindrical-coordinate representation of color #EC4FAC: hue angle of 324.46º 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 #EC4FAC is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 172 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.07 |
| HSL | 324.46º | 0.81% | 0.62% | - |
| HSV(B) | 324.46º | 0.67% | 0.93% | - |
| XYZ | 44.83 | 26.4 | 41.76 | - |
| YUV | 136.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 172 | 0 | 0.67 | 0.27 | 0.07 | 324.46 | 0.81 | 0.62 |
| Hex | EC | 4F | AC | 0 | 43 | 1B | 7 | 144 | 51 | 3E |
| Octal | 354 | 117 | 254 | 0 | 103 | 33 | 7 | 504 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10101100 | 0 | 1000011 | 11011 | 111 | 101000100 | 1010001 | 111110 |
Color Harmonies of #EC4FAC
Complementary color
Monochromatic Colors of #EC4FAC
Black with #EC4FAC
Text Example
Text Example
White with #EC4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FAC; }
p { color: rgb(236,79,172); }
H1.HeaderClassName
{
color: #EC4FAC;
}
.AnyTagClassName
{
color: #EC4FAC;
}
</style>
background-color css
<style>
a { background-color: #EC4FAC; }
a { background-color: rgb(236,79,172); }
div.DivClassName
{
background-color: #EC4FAC;
}
.BgClassName
{
background-color: #EC4FAC;
}
</style>
border-color css
<style>
span { border-color: #EC4FAC; }
span { border-color: rgb(236,79,172); }
td.TdClassName
{
border-color: #EC4FAC;
}
.TagClassName
{
border-color: #EC4FAC;
}
</style>