Shades of Razzle Dazzle Rose #ED20DC
Tints of Razzle Dazzle Rose #ED20DC
RGB
CMYK
RGB Variations
Color information
#ED20DC (or 0xED20DC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and DC. RGB value is (237,32,220). Sum of RGB (Red+Green+Blue) = 237+32+220=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20DC is #12DF23. Grayscale: #727272. Windows color (decimal): -1236772 or 14426349. OLE color: 14426349.
HSL color Cylindrical-coordinate representation of color #ED20DC: hue angle of 304.98º degrees, saturation: 0.85, 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 #ED20DC is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 220 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.07 |
| HSL | 304.98º | 0.85% | 0.53% | - |
| HSV(B) | 304.98º | 0.86% | 0.93% | - |
| XYZ | 48.36 | 24.2 | 69.83 | - |
| YUV | 114.73 | 187.42 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 220 | 0 | 0.86 | 0.07 | 0.07 | 304.98 | 0.85 | 0.53 |
| Hex | ED | 20 | DC | 0 | 56 | 7 | 7 | 131 | 55 | 35 |
| Octal | 355 | 40 | 334 | 0 | 126 | 7 | 7 | 461 | 125 | 65 |
| Binary | 11101101 | 100000 | 11011100 | 0 | 1010110 | 111 | 111 | 100110001 | 1010101 | 110101 |
Color Harmonies of #ED20DC
Complementary color
Monochromatic Colors of #ED20DC
Black with #ED20DC
Text Example
Text Example
White with #ED20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20DC; }
p { color: rgb(237,32,220); }
H1.HeaderClassName
{
color: #ED20DC;
}
.AnyTagClassName
{
color: #ED20DC;
}
</style>
background-color css
<style>
a { background-color: #ED20DC; }
a { background-color: rgb(237,32,220); }
div.DivClassName
{
background-color: #ED20DC;
}
.BgClassName
{
background-color: #ED20DC;
}
</style>
border-color css
<style>
span { border-color: #ED20DC; }
span { border-color: rgb(237,32,220); }
td.TdClassName
{
border-color: #ED20DC;
}
.TagClassName
{
border-color: #ED20DC;
}
</style>