Shades of Brilliant Rose #EC4A9D
Tints of Brilliant Rose #EC4A9D
RGB
CMYK
RGB Variations
Color information
#EC4A9D (or 0xEC4A9D) is known color: Brilliant Rose. HEX triplet: EC, 4A and 9D. RGB value is (236,74,157). Sum of RGB (Red+Green+Blue) = 236+74+157=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4A9D is #13B562. Grayscale: #838383. Windows color (decimal): -1291619 or 10308332. OLE color: 10308332.
HSL color Cylindrical-coordinate representation of color #EC4A9D: hue angle of 329.26º 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 #EC4A9D is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 157 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.07 |
| HSL | 329.26º | 0.81% | 0.61% | - |
| HSV(B) | 329.26º | 0.69% | 0.93% | - |
| XYZ | 43.13 | 25.16 | 34.48 | - |
| YUV | 131.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 157 | 0 | 0.69 | 0.33 | 0.07 | 329.26 | 0.81 | 0.61 |
| Hex | EC | 4A | 9D | 0 | 45 | 21 | 7 | 149 | 51 | 3D |
| Octal | 354 | 112 | 235 | 0 | 105 | 41 | 7 | 511 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10011101 | 0 | 1000101 | 100001 | 111 | 101001001 | 1010001 | 111101 |
Color Harmonies of #EC4A9D
Complementary color
Monochromatic Colors of #EC4A9D
Black with #EC4A9D
Text Example
Text Example
White with #EC4A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A9D; }
p { color: rgb(236,74,157); }
H1.HeaderClassName
{
color: #EC4A9D;
}
.AnyTagClassName
{
color: #EC4A9D;
}
</style>
background-color css
<style>
a { background-color: #EC4A9D; }
a { background-color: rgb(236,74,157); }
div.DivClassName
{
background-color: #EC4A9D;
}
.BgClassName
{
background-color: #EC4A9D;
}
</style>
border-color css
<style>
span { border-color: #EC4A9D; }
span { border-color: rgb(236,74,157); }
td.TdClassName
{
border-color: #EC4A9D;
}
.TagClassName
{
border-color: #EC4A9D;
}
</style>