Shades of Razzle Dazzle Rose #EC21D9
Tints of Razzle Dazzle Rose #EC21D9
RGB
CMYK
RGB Variations
Color information
#EC21D9 (or 0xEC21D9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 21 and D9. RGB value is (236,33,217). Sum of RGB (Red+Green+Blue) = 236+33+217=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 33 (13.28% from 255 or 6.79% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21D9 is #13DE26. Grayscale: #727272. Windows color (decimal): -1302055 or 14229996. OLE color: 14229996.
HSL color Cylindrical-coordinate representation of color #EC21D9: hue angle of 305.62º 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 #EC21D9 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 217 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.07 |
| HSL | 305.62º | 0.84% | 0.53% | - |
| HSV(B) | 305.62º | 0.86% | 0.93% | - |
| XYZ | 47.66 | 23.93 | 67.75 | - |
| YUV | 114.67 | 185.75 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 217 | 0 | 0.86 | 0.08 | 0.07 | 305.62 | 0.84 | 0.53 |
| Hex | EC | 21 | D9 | 0 | 56 | 8 | 7 | 132 | 54 | 35 |
| Octal | 354 | 41 | 331 | 0 | 126 | 10 | 7 | 462 | 124 | 65 |
| Binary | 11101100 | 100001 | 11011001 | 0 | 1010110 | 1000 | 111 | 100110010 | 1010100 | 110101 |
Color Harmonies of #EC21D9
Complementary color
Monochromatic Colors of #EC21D9
Black with #EC21D9
Text Example
Text Example
White with #EC21D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21D9; }
p { color: rgb(236,33,217); }
H1.HeaderClassName
{
color: #EC21D9;
}
.AnyTagClassName
{
color: #EC21D9;
}
</style>
background-color css
<style>
a { background-color: #EC21D9; }
a { background-color: rgb(236,33,217); }
div.DivClassName
{
background-color: #EC21D9;
}
.BgClassName
{
background-color: #EC21D9;
}
</style>
border-color css
<style>
span { border-color: #EC21D9; }
span { border-color: rgb(236,33,217); }
td.TdClassName
{
border-color: #EC21D9;
}
.TagClassName
{
border-color: #EC21D9;
}
</style>