Shades of Razzle Dazzle Rose #EC37DC
Tints of Razzle Dazzle Rose #EC37DC
RGB
CMYK
RGB Variations
Color information
#EC37DC (or 0xEC37DC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 37 and DC. RGB value is (236,55,220). Sum of RGB (Red+Green+Blue) = 236+55+220=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 55 (21.88% from 255 or 10.76% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC37DC is #13C823. Grayscale: #7F7F7F. Windows color (decimal): -1296420 or 14432236. OLE color: 14432236.
HSL color Cylindrical-coordinate representation of color #EC37DC: hue angle of 305.3º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC37DC is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 220 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.07 |
| HSL | 305.3º | 0.83% | 0.57% | - |
| HSV(B) | 305.3º | 0.77% | 0.93% | - |
| XYZ | 48.88 | 25.73 | 70.1 | - |
| YUV | 127.93 | 179.97 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 220 | 0 | 0.77 | 0.07 | 0.07 | 305.3 | 0.83 | 0.57 |
| Hex | EC | 37 | DC | 0 | 4D | 7 | 7 | 131 | 53 | 39 |
| Octal | 354 | 67 | 334 | 0 | 115 | 7 | 7 | 461 | 123 | 71 |
| Binary | 11101100 | 110111 | 11011100 | 0 | 1001101 | 111 | 111 | 100110001 | 1010011 | 111001 |
Color Harmonies of #EC37DC
Complementary color
Monochromatic Colors of #EC37DC
Black with #EC37DC
Text Example
Text Example
White with #EC37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37DC; }
p { color: rgb(236,55,220); }
H1.HeaderClassName
{
color: #EC37DC;
}
.AnyTagClassName
{
color: #EC37DC;
}
</style>
background-color css
<style>
a { background-color: #EC37DC; }
a { background-color: rgb(236,55,220); }
div.DivClassName
{
background-color: #EC37DC;
}
.BgClassName
{
background-color: #EC37DC;
}
</style>
border-color css
<style>
span { border-color: #EC37DC; }
span { border-color: rgb(236,55,220); }
td.TdClassName
{
border-color: #EC37DC;
}
.TagClassName
{
border-color: #EC37DC;
}
</style>