Shades of Razzle Dazzle Rose #EC20DD
Tints of Razzle Dazzle Rose #EC20DD
RGB
CMYK
RGB Variations
Color information
#EC20DD (or 0xEC20DD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 20 and DD. RGB value is (236,32,221). Sum of RGB (Red+Green+Blue) = 236+32+221=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20DD is #13DF22. Grayscale: #717171. Windows color (decimal): -1302307 or 14491884. OLE color: 14491884.
HSL color Cylindrical-coordinate representation of color #EC20DD: hue angle of 304.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC20DD is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 221 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.07 |
| HSL | 304.41º | 0.84% | 0.53% | - |
| HSV(B) | 304.41º | 0.86% | 0.93% | - |
| XYZ | 48.16 | 24.09 | 70.52 | - |
| YUV | 114.54 | 188.09 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 221 | 0 | 0.86 | 0.06 | 0.07 | 304.41 | 0.84 | 0.53 |
| Hex | EC | 20 | DD | 0 | 56 | 6 | 7 | 130 | 54 | 35 |
| Octal | 354 | 40 | 335 | 0 | 126 | 6 | 7 | 460 | 124 | 65 |
| Binary | 11101100 | 100000 | 11011101 | 0 | 1010110 | 110 | 111 | 100110000 | 1010100 | 110101 |
Color Harmonies of #EC20DD
Complementary color
Monochromatic Colors of #EC20DD
Black with #EC20DD
Text Example
Text Example
White with #EC20DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20DD; }
p { color: rgb(236,32,221); }
H1.HeaderClassName
{
color: #EC20DD;
}
.AnyTagClassName
{
color: #EC20DD;
}
</style>
background-color css
<style>
a { background-color: #EC20DD; }
a { background-color: rgb(236,32,221); }
div.DivClassName
{
background-color: #EC20DD;
}
.BgClassName
{
background-color: #EC20DD;
}
</style>
border-color css
<style>
span { border-color: #EC20DD; }
span { border-color: rgb(236,32,221); }
td.TdClassName
{
border-color: #EC20DD;
}
.TagClassName
{
border-color: #EC20DD;
}
</style>