Shades of Razzle Dazzle Rose #EC21D0
Tints of Razzle Dazzle Rose #EC21D0
RGB
CMYK
RGB Variations
Color information
#EC21D0 (or 0xEC21D0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 21 and D0. RGB value is (236,33,208). Sum of RGB (Red+Green+Blue) = 236+33+208=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21D0 is #13DE2F. Grayscale: #717171. Windows color (decimal): -1302064 or 13640172. OLE color: 13640172.
HSL color Cylindrical-coordinate representation of color #EC21D0: hue angle of 308.28º 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 #EC21D0 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 208 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.07 |
| HSL | 308.28º | 0.84% | 0.53% | - |
| HSV(B) | 308.28º | 0.86% | 0.93% | - |
| XYZ | 46.52 | 23.47 | 61.75 | - |
| YUV | 113.65 | 181.25 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 208 | 0 | 0.86 | 0.12 | 0.07 | 308.28 | 0.84 | 0.53 |
| Hex | EC | 21 | D0 | 0 | 56 | C | 7 | 134 | 54 | 35 |
| Octal | 354 | 41 | 320 | 0 | 126 | 14 | 7 | 464 | 124 | 65 |
| Binary | 11101100 | 100001 | 11010000 | 0 | 1010110 | 1100 | 111 | 100110100 | 1010100 | 110101 |
Color Harmonies of #EC21D0
Complementary color
Monochromatic Colors of #EC21D0
Black with #EC21D0
Text Example
Text Example
White with #EC21D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21D0; }
p { color: rgb(236,33,208); }
H1.HeaderClassName
{
color: #EC21D0;
}
.AnyTagClassName
{
color: #EC21D0;
}
</style>
background-color css
<style>
a { background-color: #EC21D0; }
a { background-color: rgb(236,33,208); }
div.DivClassName
{
background-color: #EC21D0;
}
.BgClassName
{
background-color: #EC21D0;
}
</style>
border-color css
<style>
span { border-color: #EC21D0; }
span { border-color: rgb(236,33,208); }
td.TdClassName
{
border-color: #EC21D0;
}
.TagClassName
{
border-color: #EC21D0;
}
</style>