Shades of Razzle Dazzle Rose #EC20D4
Tints of Razzle Dazzle Rose #EC20D4
RGB
CMYK
RGB Variations
Color information
#EC20D4 (or 0xEC20D4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 20 and D4. RGB value is (236,32,212). Sum of RGB (Red+Green+Blue) = 236+32+212=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20D4 is #13DF2B. Grayscale: #717171. Windows color (decimal): -1302316 or 13902060. OLE color: 13902060.
HSL color Cylindrical-coordinate representation of color #EC20D4: hue angle of 307.06º 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 #EC20D4 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 212 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.07 |
| HSL | 307.06º | 0.84% | 0.53% | - |
| HSV(B) | 307.06º | 0.86% | 0.93% | - |
| XYZ | 46.99 | 23.62 | 64.37 | - |
| YUV | 113.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 212 | 0 | 0.86 | 0.10 | 0.07 | 307.06 | 0.84 | 0.53 |
| Hex | EC | 20 | D4 | 0 | 56 | A | 7 | 133 | 54 | 35 |
| Octal | 354 | 40 | 324 | 0 | 126 | 12 | 7 | 463 | 124 | 65 |
| Binary | 11101100 | 100000 | 11010100 | 0 | 1010110 | 1010 | 111 | 100110011 | 1010100 | 110101 |
Color Harmonies of #EC20D4
Complementary color
Monochromatic Colors of #EC20D4
Black with #EC20D4
Text Example
Text Example
White with #EC20D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20D4; }
p { color: rgb(236,32,212); }
H1.HeaderClassName
{
color: #EC20D4;
}
.AnyTagClassName
{
color: #EC20D4;
}
</style>
background-color css
<style>
a { background-color: #EC20D4; }
a { background-color: rgb(236,32,212); }
div.DivClassName
{
background-color: #EC20D4;
}
.BgClassName
{
background-color: #EC20D4;
}
</style>
border-color css
<style>
span { border-color: #EC20D4; }
span { border-color: rgb(236,32,212); }
td.TdClassName
{
border-color: #EC20D4;
}
.TagClassName
{
border-color: #EC20D4;
}
</style>