Shades of Razzle Dazzle Rose #EC20D1
Tints of Razzle Dazzle Rose #EC20D1
RGB
CMYK
RGB Variations
Color information
#EC20D1 (or 0xEC20D1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 20 and D1. RGB value is (236,32,209). Sum of RGB (Red+Green+Blue) = 236+32+209=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20D1 is #13DF2E. Grayscale: #707070. Windows color (decimal): -1302319 or 13705452. OLE color: 13705452.
HSL color Cylindrical-coordinate representation of color #EC20D1: hue angle of 307.94º 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 #EC20D1 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 209 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.07 |
| HSL | 307.94º | 0.84% | 0.53% | - |
| HSV(B) | 307.94º | 0.86% | 0.93% | - |
| XYZ | 46.62 | 23.47 | 62.39 | - |
| YUV | 113.17 | 182.09 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 209 | 0 | 0.86 | 0.11 | 0.07 | 307.94 | 0.84 | 0.53 |
| Hex | EC | 20 | D1 | 0 | 56 | B | 7 | 134 | 54 | 35 |
| Octal | 354 | 40 | 321 | 0 | 126 | 13 | 7 | 464 | 124 | 65 |
| Binary | 11101100 | 100000 | 11010001 | 0 | 1010110 | 1011 | 111 | 100110100 | 1010100 | 110101 |
Color Harmonies of #EC20D1
Complementary color
Monochromatic Colors of #EC20D1
Black with #EC20D1
Text Example
Text Example
White with #EC20D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20D1; }
p { color: rgb(236,32,209); }
H1.HeaderClassName
{
color: #EC20D1;
}
.AnyTagClassName
{
color: #EC20D1;
}
</style>
background-color css
<style>
a { background-color: #EC20D1; }
a { background-color: rgb(236,32,209); }
div.DivClassName
{
background-color: #EC20D1;
}
.BgClassName
{
background-color: #EC20D1;
}
</style>
border-color css
<style>
span { border-color: #EC20D1; }
span { border-color: rgb(236,32,209); }
td.TdClassName
{
border-color: #EC20D1;
}
.TagClassName
{
border-color: #EC20D1;
}
</style>