Shades of Razzle Dazzle Rose #EC4EBC
Tints of Razzle Dazzle Rose #EC4EBC
RGB
CMYK
RGB Variations
Color information
#EC4EBC (or 0xEC4EBC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4E and BC. RGB value is (236,78,188). Sum of RGB (Red+Green+Blue) = 236+78+188=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4EBC is #13B143. Grayscale: #898989. Windows color (decimal): -1290564 or 12340972. OLE color: 12340972.
HSL color Cylindrical-coordinate representation of color #EC4EBC: hue angle of 318.23º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4EBC is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 188 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.07 |
| HSL | 318.23º | 0.81% | 0.62% | - |
| HSV(B) | 318.23º | 0.67% | 0.93% | - |
| XYZ | 46.39 | 26.91 | 50.33 | - |
| YUV | 137.78 | 156.35 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 188 | 0 | 0.67 | 0.20 | 0.07 | 318.23 | 0.81 | 0.62 |
| Hex | EC | 4E | BC | 0 | 43 | 14 | 7 | 13E | 51 | 3E |
| Octal | 354 | 116 | 274 | 0 | 103 | 24 | 7 | 476 | 121 | 76 |
| Binary | 11101100 | 1001110 | 10111100 | 0 | 1000011 | 10100 | 111 | 100111110 | 1010001 | 111110 |
Color Harmonies of #EC4EBC
Complementary color
Monochromatic Colors of #EC4EBC
Black with #EC4EBC
Text Example
Text Example
White with #EC4EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EBC; }
p { color: rgb(236,78,188); }
H1.HeaderClassName
{
color: #EC4EBC;
}
.AnyTagClassName
{
color: #EC4EBC;
}
</style>
background-color css
<style>
a { background-color: #EC4EBC; }
a { background-color: rgb(236,78,188); }
div.DivClassName
{
background-color: #EC4EBC;
}
.BgClassName
{
background-color: #EC4EBC;
}
</style>
border-color css
<style>
span { border-color: #EC4EBC; }
span { border-color: rgb(236,78,188); }
td.TdClassName
{
border-color: #EC4EBC;
}
.TagClassName
{
border-color: #EC4EBC;
}
</style>