Shades of Razzle Dazzle Rose #EC37CA
Tints of Razzle Dazzle Rose #EC37CA
RGB
CMYK
RGB Variations
Color information
#EC37CA (or 0xEC37CA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 37 and CA. RGB value is (236,55,202). Sum of RGB (Red+Green+Blue) = 236+55+202=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC37CA is #13C835. Grayscale: #7D7D7D. Windows color (decimal): -1296438 or 13252588. OLE color: 13252588.
HSL color Cylindrical-coordinate representation of color #EC37CA: hue angle of 311.27º 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 #EC37CA is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 202 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.07 |
| HSL | 311.27º | 0.83% | 0.57% | - |
| HSV(B) | 311.27º | 0.77% | 0.93% | - |
| XYZ | 46.62 | 24.83 | 58.21 | - |
| YUV | 125.88 | 170.97 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 202 | 0 | 0.77 | 0.14 | 0.07 | 311.27 | 0.83 | 0.57 |
| Hex | EC | 37 | CA | 0 | 4D | E | 7 | 137 | 53 | 39 |
| Octal | 354 | 67 | 312 | 0 | 115 | 16 | 7 | 467 | 123 | 71 |
| Binary | 11101100 | 110111 | 11001010 | 0 | 1001101 | 1110 | 111 | 100110111 | 1010011 | 111001 |
Color Harmonies of #EC37CA
Complementary color
Monochromatic Colors of #EC37CA
Black with #EC37CA
Text Example
Text Example
White with #EC37CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37CA; }
p { color: rgb(236,55,202); }
H1.HeaderClassName
{
color: #EC37CA;
}
.AnyTagClassName
{
color: #EC37CA;
}
</style>
background-color css
<style>
a { background-color: #EC37CA; }
a { background-color: rgb(236,55,202); }
div.DivClassName
{
background-color: #EC37CA;
}
.BgClassName
{
background-color: #EC37CA;
}
</style>
border-color css
<style>
span { border-color: #EC37CA; }
span { border-color: rgb(236,55,202); }
td.TdClassName
{
border-color: #EC37CA;
}
.TagClassName
{
border-color: #EC37CA;
}
</style>