Shades of Razzle Dazzle Rose #EC4DBD
Tints of Razzle Dazzle Rose #EC4DBD
RGB
CMYK
RGB Variations
Color information
#EC4DBD (or 0xEC4DBD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4D and BD. RGB value is (236,77,189). Sum of RGB (Red+Green+Blue) = 236+77+189=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DBD is #13B242. Grayscale: #898989. Windows color (decimal): -1290819 or 12406252. OLE color: 12406252.
HSL color Cylindrical-coordinate representation of color #EC4DBD: hue angle of 317.74º 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 #EC4DBD is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 189 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.07 |
| HSL | 317.74º | 0.81% | 0.61% | - |
| HSV(B) | 317.74º | 0.67% | 0.93% | - |
| XYZ | 46.43 | 26.81 | 50.87 | - |
| YUV | 137.31 | 157.18 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 189 | 0 | 0.67 | 0.20 | 0.07 | 317.74 | 0.81 | 0.61 |
| Hex | EC | 4D | BD | 0 | 43 | 14 | 7 | 13E | 51 | 3D |
| Octal | 354 | 115 | 275 | 0 | 103 | 24 | 7 | 476 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10111101 | 0 | 1000011 | 10100 | 111 | 100111110 | 1010001 | 111101 |
Color Harmonies of #EC4DBD
Complementary color
Monochromatic Colors of #EC4DBD
Black with #EC4DBD
Text Example
Text Example
White with #EC4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DBD; }
p { color: rgb(236,77,189); }
H1.HeaderClassName
{
color: #EC4DBD;
}
.AnyTagClassName
{
color: #EC4DBD;
}
</style>
background-color css
<style>
a { background-color: #EC4DBD; }
a { background-color: rgb(236,77,189); }
div.DivClassName
{
background-color: #EC4DBD;
}
.BgClassName
{
background-color: #EC4DBD;
}
</style>
border-color css
<style>
span { border-color: #EC4DBD; }
span { border-color: rgb(236,77,189); }
td.TdClassName
{
border-color: #EC4DBD;
}
.TagClassName
{
border-color: #EC4DBD;
}
</style>