Shades of Brilliant Rose #EC4FA2
Tints of Brilliant Rose #EC4FA2
RGB
CMYK
RGB Variations
Color information
#EC4FA2 (or 0xEC4FA2) is known color: Brilliant Rose. HEX triplet: EC, 4F and A2. RGB value is (236,79,162). Sum of RGB (Red+Green+Blue) = 236+79+162=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4FA2 is #13B05D. Grayscale: #878787. Windows color (decimal): -1290334 or 10637292. OLE color: 10637292.
HSL color Cylindrical-coordinate representation of color #EC4FA2: hue angle of 328.28º 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 #EC4FA2 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 162 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.07 |
| HSL | 328.28º | 0.81% | 0.62% | - |
| HSV(B) | 328.28º | 0.67% | 0.93% | - |
| XYZ | 43.91 | 26.03 | 36.89 | - |
| YUV | 135.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 162 | 0 | 0.67 | 0.31 | 0.07 | 328.28 | 0.81 | 0.62 |
| Hex | EC | 4F | A2 | 0 | 43 | 1F | 7 | 148 | 51 | 3E |
| Octal | 354 | 117 | 242 | 0 | 103 | 37 | 7 | 510 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10100010 | 0 | 1000011 | 11111 | 111 | 101001000 | 1010001 | 111110 |
Color Harmonies of #EC4FA2
Complementary color
Monochromatic Colors of #EC4FA2
Black with #EC4FA2
Text Example
Text Example
White with #EC4FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FA2; }
p { color: rgb(236,79,162); }
H1.HeaderClassName
{
color: #EC4FA2;
}
.AnyTagClassName
{
color: #EC4FA2;
}
</style>
background-color css
<style>
a { background-color: #EC4FA2; }
a { background-color: rgb(236,79,162); }
div.DivClassName
{
background-color: #EC4FA2;
}
.BgClassName
{
background-color: #EC4FA2;
}
</style>
border-color css
<style>
span { border-color: #EC4FA2; }
span { border-color: rgb(236,79,162); }
td.TdClassName
{
border-color: #EC4FA2;
}
.TagClassName
{
border-color: #EC4FA2;
}
</style>