Shades of Brilliant Rose #EC4AB6
Tints of Brilliant Rose #EC4AB6
RGB
CMYK
RGB Variations
Color information
#EC4AB6 (or 0xEC4AB6) is known color: Brilliant Rose. HEX triplet: EC, 4A and B6. RGB value is (236,74,182). Sum of RGB (Red+Green+Blue) = 236+74+182=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4AB6 is #13B549. Grayscale: #868686. Windows color (decimal): -1291594 or 11946732. OLE color: 11946732.
HSL color Cylindrical-coordinate representation of color #EC4AB6: hue angle of 320º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4AB6 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 182 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.07 |
| HSL | 320º | 0.81% | 0.61% | - |
| HSV(B) | 320º | 0.69% | 0.93% | - |
| XYZ | 45.48 | 26.11 | 46.9 | - |
| YUV | 134.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 182 | 0 | 0.69 | 0.23 | 0.07 | 320 | 0.81 | 0.61 |
| Hex | EC | 4A | B6 | 0 | 45 | 17 | 7 | 140 | 51 | 3D |
| Octal | 354 | 112 | 266 | 0 | 105 | 27 | 7 | 500 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10110110 | 0 | 1000101 | 10111 | 111 | 101000000 | 1010001 | 111101 |
Color Harmonies of #EC4AB6
Complementary color
Monochromatic Colors of #EC4AB6
Black with #EC4AB6
Text Example
Text Example
White with #EC4AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AB6; }
p { color: rgb(236,74,182); }
H1.HeaderClassName
{
color: #EC4AB6;
}
.AnyTagClassName
{
color: #EC4AB6;
}
</style>
background-color css
<style>
a { background-color: #EC4AB6; }
a { background-color: rgb(236,74,182); }
div.DivClassName
{
background-color: #EC4AB6;
}
.BgClassName
{
background-color: #EC4AB6;
}
</style>
border-color css
<style>
span { border-color: #EC4AB6; }
span { border-color: rgb(236,74,182); }
td.TdClassName
{
border-color: #EC4AB6;
}
.TagClassName
{
border-color: #EC4AB6;
}
</style>