Shades of Brilliant Rose #EC4C9D
Tints of Brilliant Rose #EC4C9D
RGB
CMYK
RGB Variations
Color information
#EC4C9D (or 0xEC4C9D) is known color: Brilliant Rose. HEX triplet: EC, 4C and 9D. RGB value is (236,76,157). Sum of RGB (Red+Green+Blue) = 236+76+157=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C9D is #13B362. Grayscale: #848484. Windows color (decimal): -1291107 or 10308844. OLE color: 10308844.
HSL color Cylindrical-coordinate representation of color #EC4C9D: hue angle of 329.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4C9D is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 157 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.07 |
| HSL | 329.63º | 0.81% | 0.61% | - |
| HSV(B) | 329.63º | 0.68% | 0.93% | - |
| XYZ | 43.26 | 25.44 | 34.53 | - |
| YUV | 133.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 157 | 0 | 0.68 | 0.33 | 0.07 | 329.63 | 0.81 | 0.61 |
| Hex | EC | 4C | 9D | 0 | 44 | 21 | 7 | 14A | 51 | 3D |
| Octal | 354 | 114 | 235 | 0 | 104 | 41 | 7 | 512 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10011101 | 0 | 1000100 | 100001 | 111 | 101001010 | 1010001 | 111101 |
Color Harmonies of #EC4C9D
Complementary color
Monochromatic Colors of #EC4C9D
Black with #EC4C9D
Text Example
Text Example
White with #EC4C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C9D; }
p { color: rgb(236,76,157); }
H1.HeaderClassName
{
color: #EC4C9D;
}
.AnyTagClassName
{
color: #EC4C9D;
}
</style>
background-color css
<style>
a { background-color: #EC4C9D; }
a { background-color: rgb(236,76,157); }
div.DivClassName
{
background-color: #EC4C9D;
}
.BgClassName
{
background-color: #EC4C9D;
}
</style>
border-color css
<style>
span { border-color: #EC4C9D; }
span { border-color: rgb(236,76,157); }
td.TdClassName
{
border-color: #EC4C9D;
}
.TagClassName
{
border-color: #EC4C9D;
}
</style>