Shades of Brilliant Rose #EC4FA4
Tints of Brilliant Rose #EC4FA4
RGB
CMYK
RGB Variations
Color information
#EC4FA4 (or 0xEC4FA4) is known color: Brilliant Rose. HEX triplet: EC, 4F and A4. RGB value is (236,79,164). Sum of RGB (Red+Green+Blue) = 236+79+164=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4FA4 is #13B05B. Grayscale: #878787. Windows color (decimal): -1290332 or 10768364. OLE color: 10768364.
HSL color Cylindrical-coordinate representation of color #EC4FA4: hue angle of 327.52º 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 #EC4FA4 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 164 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.07 |
| HSL | 327.52º | 0.81% | 0.62% | - |
| HSV(B) | 327.52º | 0.67% | 0.93% | - |
| XYZ | 44.09 | 26.11 | 37.84 | - |
| YUV | 135.63 | 144.01 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 164 | 0 | 0.67 | 0.31 | 0.07 | 327.52 | 0.81 | 0.62 |
| Hex | EC | 4F | A4 | 0 | 43 | 1F | 7 | 148 | 51 | 3E |
| Octal | 354 | 117 | 244 | 0 | 103 | 37 | 7 | 510 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10100100 | 0 | 1000011 | 11111 | 111 | 101001000 | 1010001 | 111110 |
Color Harmonies of #EC4FA4
Complementary color
Monochromatic Colors of #EC4FA4
Black with #EC4FA4
Text Example
Text Example
White with #EC4FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FA4; }
p { color: rgb(236,79,164); }
H1.HeaderClassName
{
color: #EC4FA4;
}
.AnyTagClassName
{
color: #EC4FA4;
}
</style>
background-color css
<style>
a { background-color: #EC4FA4; }
a { background-color: rgb(236,79,164); }
div.DivClassName
{
background-color: #EC4FA4;
}
.BgClassName
{
background-color: #EC4FA4;
}
</style>
border-color css
<style>
span { border-color: #EC4FA4; }
span { border-color: rgb(236,79,164); }
td.TdClassName
{
border-color: #EC4FA4;
}
.TagClassName
{
border-color: #EC4FA4;
}
</style>