Shades of Razzle Dazzle Rose #EC20D0
Tints of Razzle Dazzle Rose #EC20D0
RGB
CMYK
RGB Variations
Color information
#EC20D0 (or 0xEC20D0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 20 and D0. RGB value is (236,32,208). Sum of RGB (Red+Green+Blue) = 236+32+208=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20D0 is #13DF2F. Grayscale: #707070. Windows color (decimal): -1302320 or 13639916. OLE color: 13639916.
HSL color Cylindrical-coordinate representation of color #EC20D0: hue angle of 308.24º 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 #EC20D0 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 208 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.07 |
| HSL | 308.24º | 0.84% | 0.53% | - |
| HSV(B) | 308.24º | 0.86% | 0.93% | - |
| XYZ | 46.49 | 23.42 | 61.74 | - |
| YUV | 113.06 | 181.59 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 208 | 0 | 0.86 | 0.12 | 0.07 | 308.24 | 0.84 | 0.53 |
| Hex | EC | 20 | D0 | 0 | 56 | C | 7 | 134 | 54 | 35 |
| Octal | 354 | 40 | 320 | 0 | 126 | 14 | 7 | 464 | 124 | 65 |
| Binary | 11101100 | 100000 | 11010000 | 0 | 1010110 | 1100 | 111 | 100110100 | 1010100 | 110101 |
Color Harmonies of #EC20D0
Complementary color
Monochromatic Colors of #EC20D0
Black with #EC20D0
Text Example
Text Example
White with #EC20D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20D0; }
p { color: rgb(236,32,208); }
H1.HeaderClassName
{
color: #EC20D0;
}
.AnyTagClassName
{
color: #EC20D0;
}
</style>
background-color css
<style>
a { background-color: #EC20D0; }
a { background-color: rgb(236,32,208); }
div.DivClassName
{
background-color: #EC20D0;
}
.BgClassName
{
background-color: #EC20D0;
}
</style>
border-color css
<style>
span { border-color: #EC20D0; }
span { border-color: rgb(236,32,208); }
td.TdClassName
{
border-color: #EC20D0;
}
.TagClassName
{
border-color: #EC20D0;
}
</style>