Shades of Razzle Dazzle Rose #EC39BC
Tints of Razzle Dazzle Rose #EC39BC
RGB
CMYK
RGB Variations
Color information
#EC39BC (or 0xEC39BC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 39 and BC. RGB value is (236,57,188). Sum of RGB (Red+Green+Blue) = 236+57+188=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC39BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC39BC is #13C643. Grayscale: #7D7D7D. Windows color (decimal): -1295940 or 12335596. OLE color: 12335596.
HSL color Cylindrical-coordinate representation of color #EC39BC: hue angle of 316.09º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC39BC is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 188 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.07 |
| HSL | 316.09º | 0.82% | 0.57% | - |
| HSV(B) | 316.09º | 0.76% | 0.93% | - |
| XYZ | 45.13 | 24.39 | 49.91 | - |
| YUV | 125.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 188 | 0 | 0.76 | 0.20 | 0.07 | 316.09 | 0.82 | 0.57 |
| Hex | EC | 39 | BC | 0 | 4C | 14 | 7 | 13C | 52 | 39 |
| Octal | 354 | 71 | 274 | 0 | 114 | 24 | 7 | 474 | 122 | 71 |
| Binary | 11101100 | 111001 | 10111100 | 0 | 1001100 | 10100 | 111 | 100111100 | 1010010 | 111001 |
Color Harmonies of #EC39BC
Complementary color
Monochromatic Colors of #EC39BC
Black with #EC39BC
Text Example
Text Example
White with #EC39BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC39BC; }
p { color: rgb(236,57,188); }
H1.HeaderClassName
{
color: #EC39BC;
}
.AnyTagClassName
{
color: #EC39BC;
}
</style>
background-color css
<style>
a { background-color: #EC39BC; }
a { background-color: rgb(236,57,188); }
div.DivClassName
{
background-color: #EC39BC;
}
.BgClassName
{
background-color: #EC39BC;
}
</style>
border-color css
<style>
span { border-color: #EC39BC; }
span { border-color: rgb(236,57,188); }
td.TdClassName
{
border-color: #EC39BC;
}
.TagClassName
{
border-color: #EC39BC;
}
</style>