Shades of Razzle Dazzle Rose #EC39DC
Tints of Razzle Dazzle Rose #EC39DC
RGB
CMYK
RGB Variations
Color information
#EC39DC (or 0xEC39DC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 39 and DC. RGB value is (236,57,220). Sum of RGB (Red+Green+Blue) = 236+57+220=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 57 (22.66% from 255 or 11.11% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC39DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC39DC is #13C623. Grayscale: #808080. Windows color (decimal): -1295908 or 14432748. OLE color: 14432748.
HSL color Cylindrical-coordinate representation of color #EC39DC: hue angle of 305.36º 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 #EC39DC is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 220 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.07 |
| HSL | 305.36º | 0.82% | 0.57% | - |
| HSV(B) | 305.36º | 0.76% | 0.93% | - |
| XYZ | 48.97 | 25.93 | 70.13 | - |
| YUV | 129.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 220 | 0 | 0.76 | 0.07 | 0.07 | 305.36 | 0.82 | 0.57 |
| Hex | EC | 39 | DC | 0 | 4C | 7 | 7 | 131 | 52 | 39 |
| Octal | 354 | 71 | 334 | 0 | 114 | 7 | 7 | 461 | 122 | 71 |
| Binary | 11101100 | 111001 | 11011100 | 0 | 1001100 | 111 | 111 | 100110001 | 1010010 | 111001 |
Color Harmonies of #EC39DC
Complementary color
Monochromatic Colors of #EC39DC
Black with #EC39DC
Text Example
Text Example
White with #EC39DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC39DC; }
p { color: rgb(236,57,220); }
H1.HeaderClassName
{
color: #EC39DC;
}
.AnyTagClassName
{
color: #EC39DC;
}
</style>
background-color css
<style>
a { background-color: #EC39DC; }
a { background-color: rgb(236,57,220); }
div.DivClassName
{
background-color: #EC39DC;
}
.BgClassName
{
background-color: #EC39DC;
}
</style>
border-color css
<style>
span { border-color: #EC39DC; }
span { border-color: rgb(236,57,220); }
td.TdClassName
{
border-color: #EC39DC;
}
.TagClassName
{
border-color: #EC39DC;
}
</style>