Shades of Razzle Dazzle Rose #EC37B6
Tints of Razzle Dazzle Rose #EC37B6
RGB
CMYK
RGB Variations
Color information
#EC37B6 (or 0xEC37B6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 37 and B6. RGB value is (236,55,182). Sum of RGB (Red+Green+Blue) = 236+55+182=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC37B6 is #13C849. Grayscale: #7B7B7B. Windows color (decimal): -1296458 or 11941868. OLE color: 11941868.
HSL color Cylindrical-coordinate representation of color #EC37B6: hue angle of 317.9º 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 #EC37B6 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 182 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.07 |
| HSL | 317.9º | 0.83% | 0.57% | - |
| HSV(B) | 317.9º | 0.77% | 0.93% | - |
| XYZ | 44.4 | 23.94 | 46.54 | - |
| YUV | 123.6 | 160.97 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 182 | 0 | 0.77 | 0.23 | 0.07 | 317.9 | 0.83 | 0.57 |
| Hex | EC | 37 | B6 | 0 | 4D | 17 | 7 | 13E | 53 | 39 |
| Octal | 354 | 67 | 266 | 0 | 115 | 27 | 7 | 476 | 123 | 71 |
| Binary | 11101100 | 110111 | 10110110 | 0 | 1001101 | 10111 | 111 | 100111110 | 1010011 | 111001 |
Color Harmonies of #EC37B6
Complementary color
Monochromatic Colors of #EC37B6
Black with #EC37B6
Text Example
Text Example
White with #EC37B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37B6; }
p { color: rgb(236,55,182); }
H1.HeaderClassName
{
color: #EC37B6;
}
.AnyTagClassName
{
color: #EC37B6;
}
</style>
background-color css
<style>
a { background-color: #EC37B6; }
a { background-color: rgb(236,55,182); }
div.DivClassName
{
background-color: #EC37B6;
}
.BgClassName
{
background-color: #EC37B6;
}
</style>
border-color css
<style>
span { border-color: #EC37B6; }
span { border-color: rgb(236,55,182); }
td.TdClassName
{
border-color: #EC37B6;
}
.TagClassName
{
border-color: #EC37B6;
}
</style>