Shades of Brilliant Rose #EC4DB6
Tints of Brilliant Rose #EC4DB6
RGB
CMYK
RGB Variations
Color information
#EC4DB6 (or 0xEC4DB6) is known color: Brilliant Rose. HEX triplet: EC, 4D and B6. RGB value is (236,77,182). Sum of RGB (Red+Green+Blue) = 236+77+182=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DB6 is #13B249. Grayscale: #888888. Windows color (decimal): -1290826 or 11947500. OLE color: 11947500.
HSL color Cylindrical-coordinate representation of color #EC4DB6: hue angle of 320.38º 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 #EC4DB6 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 182 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.07 |
| HSL | 320.38º | 0.81% | 0.61% | - |
| HSV(B) | 320.38º | 0.67% | 0.93% | - |
| XYZ | 45.69 | 26.52 | 46.97 | - |
| YUV | 136.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 182 | 0 | 0.67 | 0.23 | 0.07 | 320.38 | 0.81 | 0.61 |
| Hex | EC | 4D | B6 | 0 | 43 | 17 | 7 | 140 | 51 | 3D |
| Octal | 354 | 115 | 266 | 0 | 103 | 27 | 7 | 500 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10110110 | 0 | 1000011 | 10111 | 111 | 101000000 | 1010001 | 111101 |
Color Harmonies of #EC4DB6
Complementary color
Monochromatic Colors of #EC4DB6
Black with #EC4DB6
Text Example
Text Example
White with #EC4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DB6; }
p { color: rgb(236,77,182); }
H1.HeaderClassName
{
color: #EC4DB6;
}
.AnyTagClassName
{
color: #EC4DB6;
}
</style>
background-color css
<style>
a { background-color: #EC4DB6; }
a { background-color: rgb(236,77,182); }
div.DivClassName
{
background-color: #EC4DB6;
}
.BgClassName
{
background-color: #EC4DB6;
}
</style>
border-color css
<style>
span { border-color: #EC4DB6; }
span { border-color: rgb(236,77,182); }
td.TdClassName
{
border-color: #EC4DB6;
}
.TagClassName
{
border-color: #EC4DB6;
}
</style>