Shades of Razzle Dazzle Rose #ED20DA
Tints of Razzle Dazzle Rose #ED20DA
RGB
CMYK
RGB Variations
Color information
#ED20DA (or 0xED20DA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and DA. RGB value is (237,32,218). Sum of RGB (Red+Green+Blue) = 237+32+218=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20DA is #12DF25. Grayscale: #717171. Windows color (decimal): -1236774 or 14295277. OLE color: 14295277.
HSL color Cylindrical-coordinate representation of color #ED20DA: hue angle of 305.56º 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 #ED20DA is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 218 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.07 |
| HSL | 305.56º | 0.85% | 0.53% | - |
| HSV(B) | 305.56º | 0.86% | 0.93% | - |
| XYZ | 48.1 | 24.1 | 68.45 | - |
| YUV | 114.5 | 186.42 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 218 | 0 | 0.86 | 0.08 | 0.07 | 305.56 | 0.85 | 0.53 |
| Hex | ED | 20 | DA | 0 | 56 | 8 | 7 | 132 | 55 | 35 |
| Octal | 355 | 40 | 332 | 0 | 126 | 10 | 7 | 462 | 125 | 65 |
| Binary | 11101101 | 100000 | 11011010 | 0 | 1010110 | 1000 | 111 | 100110010 | 1010101 | 110101 |
Color Harmonies of #ED20DA
Complementary color
Monochromatic Colors of #ED20DA
Black with #ED20DA
Text Example
Text Example
White with #ED20DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20DA; }
p { color: rgb(237,32,218); }
H1.HeaderClassName
{
color: #ED20DA;
}
.AnyTagClassName
{
color: #ED20DA;
}
</style>
background-color css
<style>
a { background-color: #ED20DA; }
a { background-color: rgb(237,32,218); }
div.DivClassName
{
background-color: #ED20DA;
}
.BgClassName
{
background-color: #ED20DA;
}
</style>
border-color css
<style>
span { border-color: #ED20DA; }
span { border-color: rgb(237,32,218); }
td.TdClassName
{
border-color: #ED20DA;
}
.TagClassName
{
border-color: #ED20DA;
}
</style>