Shades of Razzle Dazzle Rose #EC37BA
Tints of Razzle Dazzle Rose #EC37BA
RGB
CMYK
RGB Variations
Color information
#EC37BA (or 0xEC37BA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 37 and BA. RGB value is (236,55,186). Sum of RGB (Red+Green+Blue) = 236+55+186=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 55 (21.88% from 255 or 11.53% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC37BA is #13C845. Grayscale: #7B7B7B. Windows color (decimal): -1296454 or 12204012. OLE color: 12204012.
HSL color Cylindrical-coordinate representation of color #EC37BA: hue angle of 316.57º 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 #EC37BA is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 186 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.07 |
| HSL | 316.57º | 0.83% | 0.57% | - |
| HSV(B) | 316.57º | 0.77% | 0.93% | - |
| XYZ | 44.82 | 24.11 | 48.75 | - |
| YUV | 124.05 | 162.97 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 186 | 0 | 0.77 | 0.21 | 0.07 | 316.57 | 0.83 | 0.57 |
| Hex | EC | 37 | BA | 0 | 4D | 15 | 7 | 13D | 53 | 39 |
| Octal | 354 | 67 | 272 | 0 | 115 | 25 | 7 | 475 | 123 | 71 |
| Binary | 11101100 | 110111 | 10111010 | 0 | 1001101 | 10101 | 111 | 100111101 | 1010011 | 111001 |
Color Harmonies of #EC37BA
Complementary color
Monochromatic Colors of #EC37BA
Black with #EC37BA
Text Example
Text Example
White with #EC37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37BA; }
p { color: rgb(236,55,186); }
H1.HeaderClassName
{
color: #EC37BA;
}
.AnyTagClassName
{
color: #EC37BA;
}
</style>
background-color css
<style>
a { background-color: #EC37BA; }
a { background-color: rgb(236,55,186); }
div.DivClassName
{
background-color: #EC37BA;
}
.BgClassName
{
background-color: #EC37BA;
}
</style>
border-color css
<style>
span { border-color: #EC37BA; }
span { border-color: rgb(236,55,186); }
td.TdClassName
{
border-color: #EC37BA;
}
.TagClassName
{
border-color: #EC37BA;
}
</style>