Shades of Brilliant Rose #EC4DB7
Tints of Brilliant Rose #EC4DB7
RGB
CMYK
RGB Variations
Color information
#EC4DB7 (or 0xEC4DB7) is known color: Brilliant Rose. HEX triplet: EC, 4D and B7. RGB value is (236,77,183). Sum of RGB (Red+Green+Blue) = 236+77+183=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DB7 is #13B248. Grayscale: #888888. Windows color (decimal): -1290825 or 12013036. OLE color: 12013036.
HSL color Cylindrical-coordinate representation of color #EC4DB7: 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.67%. Process color model (Four color, CMYK) of #EC4DB7 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 183 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.07 |
| HSL | 320º | 0.81% | 0.61% | - |
| HSV(B) | 320º | 0.67% | 0.93% | - |
| XYZ | 45.79 | 26.56 | 47.51 | - |
| YUV | 136.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 183 | 0 | 0.67 | 0.22 | 0.07 | 320 | 0.81 | 0.61 |
| Hex | EC | 4D | B7 | 0 | 43 | 16 | 7 | 140 | 51 | 3D |
| Octal | 354 | 115 | 267 | 0 | 103 | 26 | 7 | 500 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10110111 | 0 | 1000011 | 10110 | 111 | 101000000 | 1010001 | 111101 |
Color Harmonies of #EC4DB7
Complementary color
Monochromatic Colors of #EC4DB7
Black with #EC4DB7
Text Example
Text Example
White with #EC4DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DB7; }
p { color: rgb(236,77,183); }
H1.HeaderClassName
{
color: #EC4DB7;
}
.AnyTagClassName
{
color: #EC4DB7;
}
</style>
background-color css
<style>
a { background-color: #EC4DB7; }
a { background-color: rgb(236,77,183); }
div.DivClassName
{
background-color: #EC4DB7;
}
.BgClassName
{
background-color: #EC4DB7;
}
</style>
border-color css
<style>
span { border-color: #EC4DB7; }
span { border-color: rgb(236,77,183); }
td.TdClassName
{
border-color: #EC4DB7;
}
.TagClassName
{
border-color: #EC4DB7;
}
</style>