Shades of Razzle Dazzle Rose #EC4BC0
Tints of Razzle Dazzle Rose #EC4BC0
RGB
CMYK
RGB Variations
Color information
#EC4BC0 (or 0xEC4BC0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4B and C0. RGB value is (236,75,192). Sum of RGB (Red+Green+Blue) = 236+75+192=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BC0 is #13B43F. Grayscale: #888888. Windows color (decimal): -1291328 or 12602348. OLE color: 12602348.
HSL color Cylindrical-coordinate representation of color #EC4BC0: hue angle of 316.4º 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 #EC4BC0 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 192 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.07 |
| HSL | 316.4º | 0.81% | 0.61% | - |
| HSV(B) | 316.4º | 0.68% | 0.93% | - |
| XYZ | 46.62 | 26.67 | 52.56 | - |
| YUV | 136.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 192 | 0 | 0.68 | 0.19 | 0.07 | 316.4 | 0.81 | 0.61 |
| Hex | EC | 4B | C0 | 0 | 44 | 13 | 7 | 13C | 51 | 3D |
| Octal | 354 | 113 | 300 | 0 | 104 | 23 | 7 | 474 | 121 | 75 |
| Binary | 11101100 | 1001011 | 11000000 | 0 | 1000100 | 10011 | 111 | 100111100 | 1010001 | 111101 |
Color Harmonies of #EC4BC0
Complementary color
Monochromatic Colors of #EC4BC0
Black with #EC4BC0
Text Example
Text Example
White with #EC4BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BC0; }
p { color: rgb(236,75,192); }
H1.HeaderClassName
{
color: #EC4BC0;
}
.AnyTagClassName
{
color: #EC4BC0;
}
</style>
background-color css
<style>
a { background-color: #EC4BC0; }
a { background-color: rgb(236,75,192); }
div.DivClassName
{
background-color: #EC4BC0;
}
.BgClassName
{
background-color: #EC4BC0;
}
</style>
border-color css
<style>
span { border-color: #EC4BC0; }
span { border-color: rgb(236,75,192); }
td.TdClassName
{
border-color: #EC4BC0;
}
.TagClassName
{
border-color: #EC4BC0;
}
</style>