Shades of Razzle Dazzle Rose #EC39DD
Tints of Razzle Dazzle Rose #EC39DD
RGB
CMYK
RGB Variations
Color information
#EC39DD (or 0xEC39DD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 39 and DD. RGB value is (236,57,221). Sum of RGB (Red+Green+Blue) = 236+57+221=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 57 (22.66% from 255 or 11.09% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC39DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC39DD is #13C622. Grayscale: #808080. Windows color (decimal): -1295907 or 14498284. OLE color: 14498284.
HSL color Cylindrical-coordinate representation of color #EC39DD: hue angle of 305.03º 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 #EC39DD is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 221 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.07 |
| HSL | 305.03º | 0.82% | 0.57% | - |
| HSV(B) | 305.03º | 0.76% | 0.93% | - |
| XYZ | 49.11 | 25.98 | 70.83 | - |
| YUV | 129.22 | 179.8 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 221 | 0 | 0.76 | 0.06 | 0.07 | 305.03 | 0.82 | 0.57 |
| Hex | EC | 39 | DD | 0 | 4C | 6 | 7 | 131 | 52 | 39 |
| Octal | 354 | 71 | 335 | 0 | 114 | 6 | 7 | 461 | 122 | 71 |
| Binary | 11101100 | 111001 | 11011101 | 0 | 1001100 | 110 | 111 | 100110001 | 1010010 | 111001 |
Color Harmonies of #EC39DD
Complementary color
Monochromatic Colors of #EC39DD
Black with #EC39DD
Text Example
Text Example
White with #EC39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC39DD; }
p { color: rgb(236,57,221); }
H1.HeaderClassName
{
color: #EC39DD;
}
.AnyTagClassName
{
color: #EC39DD;
}
</style>
background-color css
<style>
a { background-color: #EC39DD; }
a { background-color: rgb(236,57,221); }
div.DivClassName
{
background-color: #EC39DD;
}
.BgClassName
{
background-color: #EC39DD;
}
</style>
border-color css
<style>
span { border-color: #EC39DD; }
span { border-color: rgb(236,57,221); }
td.TdClassName
{
border-color: #EC39DD;
}
.TagClassName
{
border-color: #EC39DD;
}
</style>