Shades of Razzle Dazzle Rose #EC4CBD
Tints of Razzle Dazzle Rose #EC4CBD
RGB
CMYK
RGB Variations
Color information
#EC4CBD (or 0xEC4CBD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4C and BD. RGB value is (236,76,189). Sum of RGB (Red+Green+Blue) = 236+76+189=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CBD is #13B342. Grayscale: #888888. Windows color (decimal): -1291075 or 12405996. OLE color: 12405996.
HSL color Cylindrical-coordinate representation of color #EC4CBD: hue angle of 317.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 #EC4CBD is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 189 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.07 |
| HSL | 317.63º | 0.81% | 0.61% | - |
| HSV(B) | 317.63º | 0.68% | 0.93% | - |
| XYZ | 46.36 | 26.68 | 50.85 | - |
| YUV | 136.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 189 | 0 | 0.68 | 0.20 | 0.07 | 317.63 | 0.81 | 0.61 |
| Hex | EC | 4C | BD | 0 | 44 | 14 | 7 | 13E | 51 | 3D |
| Octal | 354 | 114 | 275 | 0 | 104 | 24 | 7 | 476 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10111101 | 0 | 1000100 | 10100 | 111 | 100111110 | 1010001 | 111101 |
Color Harmonies of #EC4CBD
Complementary color
Monochromatic Colors of #EC4CBD
Black with #EC4CBD
Text Example
Text Example
White with #EC4CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CBD; }
p { color: rgb(236,76,189); }
H1.HeaderClassName
{
color: #EC4CBD;
}
.AnyTagClassName
{
color: #EC4CBD;
}
</style>
background-color css
<style>
a { background-color: #EC4CBD; }
a { background-color: rgb(236,76,189); }
div.DivClassName
{
background-color: #EC4CBD;
}
.BgClassName
{
background-color: #EC4CBD;
}
</style>
border-color css
<style>
span { border-color: #EC4CBD; }
span { border-color: rgb(236,76,189); }
td.TdClassName
{
border-color: #EC4CBD;
}
.TagClassName
{
border-color: #EC4CBD;
}
</style>