Shades of Razzle Dazzle Rose #EC37BF
Tints of Razzle Dazzle Rose #EC37BF
RGB
CMYK
RGB Variations
Color information
#EC37BF (or 0xEC37BF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 37 and BF. RGB value is (236,55,191). Sum of RGB (Red+Green+Blue) = 236+55+191=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC37BF is #13C840. Grayscale: #7C7C7C. Windows color (decimal): -1296449 or 12531692. OLE color: 12531692.
HSL color Cylindrical-coordinate representation of color #EC37BF: hue angle of 314.92º 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 #EC37BF is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 191 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.07 |
| HSL | 314.92º | 0.83% | 0.57% | - |
| HSV(B) | 314.92º | 0.77% | 0.93% | - |
| XYZ | 45.36 | 24.33 | 51.59 | - |
| YUV | 124.62 | 165.47 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 191 | 0 | 0.77 | 0.19 | 0.07 | 314.92 | 0.83 | 0.57 |
| Hex | EC | 37 | BF | 0 | 4D | 13 | 7 | 13B | 53 | 39 |
| Octal | 354 | 67 | 277 | 0 | 115 | 23 | 7 | 473 | 123 | 71 |
| Binary | 11101100 | 110111 | 10111111 | 0 | 1001101 | 10011 | 111 | 100111011 | 1010011 | 111001 |
Color Harmonies of #EC37BF
Complementary color
Monochromatic Colors of #EC37BF
Black with #EC37BF
Text Example
Text Example
White with #EC37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37BF; }
p { color: rgb(236,55,191); }
H1.HeaderClassName
{
color: #EC37BF;
}
.AnyTagClassName
{
color: #EC37BF;
}
</style>
background-color css
<style>
a { background-color: #EC37BF; }
a { background-color: rgb(236,55,191); }
div.DivClassName
{
background-color: #EC37BF;
}
.BgClassName
{
background-color: #EC37BF;
}
</style>
border-color css
<style>
span { border-color: #EC37BF; }
span { border-color: rgb(236,55,191); }
td.TdClassName
{
border-color: #EC37BF;
}
.TagClassName
{
border-color: #EC37BF;
}
</style>