Shades of Razzle Dazzle Rose #ED32D9
Tints of Razzle Dazzle Rose #ED32D9
RGB
CMYK
RGB Variations
Color information
#ED32D9 (or 0xED32D9) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and D9. RGB value is (237,50,217). Sum of RGB (Red+Green+Blue) = 237+50+217=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED32D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED32D9 is #12CD26. Grayscale: #7C7C7C. Windows color (decimal): -1232167 or 14234349. OLE color: 14234349.
HSL color Cylindrical-coordinate representation of color #ED32D9: hue angle of 306.42º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED32D9 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 217 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.07 |
| HSL | 306.42º | 0.84% | 0.56% | - |
| HSV(B) | 306.42º | 0.79% | 0.93% | - |
| XYZ | 48.59 | 25.3 | 67.97 | - |
| YUV | 124.95 | 179.95 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 217 | 0 | 0.79 | 0.08 | 0.07 | 306.42 | 0.84 | 0.56 |
| Hex | ED | 32 | D9 | 0 | 4F | 8 | 7 | 132 | 54 | 38 |
| Octal | 355 | 62 | 331 | 0 | 117 | 10 | 7 | 462 | 124 | 70 |
| Binary | 11101101 | 110010 | 11011001 | 0 | 1001111 | 1000 | 111 | 100110010 | 1010100 | 111000 |
Color Harmonies of #ED32D9
Complementary color
Monochromatic Colors of #ED32D9
Black with #ED32D9
Text Example
Text Example
White with #ED32D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32D9; }
p { color: rgb(237,50,217); }
H1.HeaderClassName
{
color: #ED32D9;
}
.AnyTagClassName
{
color: #ED32D9;
}
</style>
background-color css
<style>
a { background-color: #ED32D9; }
a { background-color: rgb(237,50,217); }
div.DivClassName
{
background-color: #ED32D9;
}
.BgClassName
{
background-color: #ED32D9;
}
</style>
border-color css
<style>
span { border-color: #ED32D9; }
span { border-color: rgb(237,50,217); }
td.TdClassName
{
border-color: #ED32D9;
}
.TagClassName
{
border-color: #ED32D9;
}
</style>