Shades of Razzle Dazzle Rose #ED20DF
Tints of Razzle Dazzle Rose #ED20DF
RGB
CMYK
RGB Variations
Color information
#ED20DF (or 0xED20DF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and DF. RGB value is (237,32,223). Sum of RGB (Red+Green+Blue) = 237+32+223=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20DF is #12DF20. Grayscale: #727272. Windows color (decimal): -1236769 or 14622957. OLE color: 14622957.
HSL color Cylindrical-coordinate representation of color #ED20DF: hue angle of 304.1º 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 #ED20DF is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 223 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.07 |
| HSL | 304.1º | 0.85% | 0.53% | - |
| HSV(B) | 304.1º | 0.86% | 0.93% | - |
| XYZ | 48.76 | 24.37 | 71.95 | - |
| YUV | 115.07 | 188.92 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 223 | 0 | 0.86 | 0.06 | 0.07 | 304.1 | 0.85 | 0.53 |
| Hex | ED | 20 | DF | 0 | 56 | 6 | 7 | 130 | 55 | 35 |
| Octal | 355 | 40 | 337 | 0 | 126 | 6 | 7 | 460 | 125 | 65 |
| Binary | 11101101 | 100000 | 11011111 | 0 | 1010110 | 110 | 111 | 100110000 | 1010101 | 110101 |
Color Harmonies of #ED20DF
Complementary color
Monochromatic Colors of #ED20DF
Black with #ED20DF
Text Example
Text Example
White with #ED20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20DF; }
p { color: rgb(237,32,223); }
H1.HeaderClassName
{
color: #ED20DF;
}
.AnyTagClassName
{
color: #ED20DF;
}
</style>
background-color css
<style>
a { background-color: #ED20DF; }
a { background-color: rgb(237,32,223); }
div.DivClassName
{
background-color: #ED20DF;
}
.BgClassName
{
background-color: #ED20DF;
}
</style>
border-color css
<style>
span { border-color: #ED20DF; }
span { border-color: rgb(237,32,223); }
td.TdClassName
{
border-color: #ED20DF;
}
.TagClassName
{
border-color: #ED20DF;
}
</style>