Shades of Brilliant Rose #EC4AB4
Tints of Brilliant Rose #EC4AB4
RGB
CMYK
RGB Variations
Color information
#EC4AB4 (or 0xEC4AB4) is known color: Brilliant Rose. HEX triplet: EC, 4A and B4. RGB value is (236,74,180). Sum of RGB (Red+Green+Blue) = 236+74+180=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4AB4 is #13B54B. Grayscale: #868686. Windows color (decimal): -1291596 or 11815660. OLE color: 11815660.
HSL color Cylindrical-coordinate representation of color #EC4AB4: hue angle of 320.74º 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 #EC4AB4 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 180 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.07 |
| HSL | 320.74º | 0.81% | 0.61% | - |
| HSV(B) | 320.74º | 0.69% | 0.93% | - |
| XYZ | 45.28 | 26.03 | 45.82 | - |
| YUV | 134.52 | 153.67 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 180 | 0 | 0.69 | 0.24 | 0.07 | 320.74 | 0.81 | 0.61 |
| Hex | EC | 4A | B4 | 0 | 45 | 18 | 7 | 141 | 51 | 3D |
| Octal | 354 | 112 | 264 | 0 | 105 | 30 | 7 | 501 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10110100 | 0 | 1000101 | 11000 | 111 | 101000001 | 1010001 | 111101 |
Color Harmonies of #EC4AB4
Complementary color
Monochromatic Colors of #EC4AB4
Black with #EC4AB4
Text Example
Text Example
White with #EC4AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AB4; }
p { color: rgb(236,74,180); }
H1.HeaderClassName
{
color: #EC4AB4;
}
.AnyTagClassName
{
color: #EC4AB4;
}
</style>
background-color css
<style>
a { background-color: #EC4AB4; }
a { background-color: rgb(236,74,180); }
div.DivClassName
{
background-color: #EC4AB4;
}
.BgClassName
{
background-color: #EC4AB4;
}
</style>
border-color css
<style>
span { border-color: #EC4AB4; }
span { border-color: rgb(236,74,180); }
td.TdClassName
{
border-color: #EC4AB4;
}
.TagClassName
{
border-color: #EC4AB4;
}
</style>