Shades of Razzle Dazzle Rose #ED20CF
Tints of Razzle Dazzle Rose #ED20CF
RGB
CMYK
RGB Variations
Color information
#ED20CF (or 0xED20CF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and CF. RGB value is (237,32,207). Sum of RGB (Red+Green+Blue) = 237+32+207=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20CF is #12DF30. Grayscale: #707070. Windows color (decimal): -1236785 or 13574381. OLE color: 13574381.
HSL color Cylindrical-coordinate representation of color #ED20CF: hue angle of 308.78º 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 #ED20CF is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 207 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.07 |
| HSL | 308.78º | 0.85% | 0.53% | - |
| HSV(B) | 308.78º | 0.86% | 0.93% | - |
| XYZ | 46.7 | 23.54 | 61.11 | - |
| YUV | 113.25 | 180.92 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 207 | 0 | 0.86 | 0.13 | 0.07 | 308.78 | 0.85 | 0.53 |
| Hex | ED | 20 | CF | 0 | 56 | D | 7 | 135 | 55 | 35 |
| Octal | 355 | 40 | 317 | 0 | 126 | 15 | 7 | 465 | 125 | 65 |
| Binary | 11101101 | 100000 | 11001111 | 0 | 1010110 | 1101 | 111 | 100110101 | 1010101 | 110101 |
Color Harmonies of #ED20CF
Complementary color
Monochromatic Colors of #ED20CF
Black with #ED20CF
Text Example
Text Example
White with #ED20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20CF; }
p { color: rgb(237,32,207); }
H1.HeaderClassName
{
color: #ED20CF;
}
.AnyTagClassName
{
color: #ED20CF;
}
</style>
background-color css
<style>
a { background-color: #ED20CF; }
a { background-color: rgb(237,32,207); }
div.DivClassName
{
background-color: #ED20CF;
}
.BgClassName
{
background-color: #ED20CF;
}
</style>
border-color css
<style>
span { border-color: #ED20CF; }
span { border-color: rgb(237,32,207); }
td.TdClassName
{
border-color: #ED20CF;
}
.TagClassName
{
border-color: #ED20CF;
}
</style>