Shades of Razzle Dazzle Rose #EC21DF
Tints of Razzle Dazzle Rose #EC21DF
RGB
CMYK
RGB Variations
Color information
#EC21DF (or 0xEC21DF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 21 and DF. RGB value is (236,33,223). Sum of RGB (Red+Green+Blue) = 236+33+223=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21DF is #13DE20. Grayscale: #727272. Windows color (decimal): -1302049 or 14623212. OLE color: 14623212.
HSL color Cylindrical-coordinate representation of color #EC21DF: hue angle of 303.84º 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 #EC21DF is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 223 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.07 |
| HSL | 303.84º | 0.84% | 0.53% | - |
| HSV(B) | 303.84º | 0.86% | 0.93% | - |
| XYZ | 48.46 | 24.25 | 71.94 | - |
| YUV | 115.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 223 | 0 | 0.86 | 0.06 | 0.07 | 303.84 | 0.84 | 0.53 |
| Hex | EC | 21 | DF | 0 | 56 | 6 | 7 | 130 | 54 | 35 |
| Octal | 354 | 41 | 337 | 0 | 126 | 6 | 7 | 460 | 124 | 65 |
| Binary | 11101100 | 100001 | 11011111 | 0 | 1010110 | 110 | 111 | 100110000 | 1010100 | 110101 |
Color Harmonies of #EC21DF
Complementary color
Monochromatic Colors of #EC21DF
Black with #EC21DF
Text Example
Text Example
White with #EC21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21DF; }
p { color: rgb(236,33,223); }
H1.HeaderClassName
{
color: #EC21DF;
}
.AnyTagClassName
{
color: #EC21DF;
}
</style>
background-color css
<style>
a { background-color: #EC21DF; }
a { background-color: rgb(236,33,223); }
div.DivClassName
{
background-color: #EC21DF;
}
.BgClassName
{
background-color: #EC21DF;
}
</style>
border-color css
<style>
span { border-color: #EC21DF; }
span { border-color: rgb(236,33,223); }
td.TdClassName
{
border-color: #EC21DF;
}
.TagClassName
{
border-color: #EC21DF;
}
</style>