Shades of Razzle Dazzle Rose #EC37CC
Tints of Razzle Dazzle Rose #EC37CC
RGB
CMYK
RGB Variations
Color information
#EC37CC (or 0xEC37CC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 37 and CC. RGB value is (236,55,204). Sum of RGB (Red+Green+Blue) = 236+55+204=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC37CC is #13C833. Grayscale: #7D7D7D. Windows color (decimal): -1296436 or 13383660. OLE color: 13383660.
HSL color Cylindrical-coordinate representation of color #EC37CC: hue angle of 310.61º 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 #EC37CC is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 204 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.07 |
| HSL | 310.61º | 0.83% | 0.57% | - |
| HSV(B) | 310.61º | 0.77% | 0.93% | - |
| XYZ | 46.86 | 24.92 | 59.47 | - |
| YUV | 126.11 | 171.97 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 204 | 0 | 0.77 | 0.14 | 0.07 | 310.61 | 0.83 | 0.57 |
| Hex | EC | 37 | CC | 0 | 4D | E | 7 | 137 | 53 | 39 |
| Octal | 354 | 67 | 314 | 0 | 115 | 16 | 7 | 467 | 123 | 71 |
| Binary | 11101100 | 110111 | 11001100 | 0 | 1001101 | 1110 | 111 | 100110111 | 1010011 | 111001 |
Color Harmonies of #EC37CC
Complementary color
Monochromatic Colors of #EC37CC
Black with #EC37CC
Text Example
Text Example
White with #EC37CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37CC; }
p { color: rgb(236,55,204); }
H1.HeaderClassName
{
color: #EC37CC;
}
.AnyTagClassName
{
color: #EC37CC;
}
</style>
background-color css
<style>
a { background-color: #EC37CC; }
a { background-color: rgb(236,55,204); }
div.DivClassName
{
background-color: #EC37CC;
}
.BgClassName
{
background-color: #EC37CC;
}
</style>
border-color css
<style>
span { border-color: #EC37CC; }
span { border-color: rgb(236,55,204); }
td.TdClassName
{
border-color: #EC37CC;
}
.TagClassName
{
border-color: #EC37CC;
}
</style>