Shades of Razzle Dazzle Rose #ED21D7
Tints of Razzle Dazzle Rose #ED21D7
RGB
CMYK
RGB Variations
Color information
#ED21D7 (or 0xED21D7) is known color: Razzle Dazzle Rose. HEX triplet: ED, 21 and D7. RGB value is (237,33,215). Sum of RGB (Red+Green+Blue) = 237+33+215=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 33 (13.28% from 255 or 6.80% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21D7 is #12DE28. Grayscale: #727272. Windows color (decimal): -1236521 or 14098925. OLE color: 14098925.
HSL color Cylindrical-coordinate representation of color #ED21D7: hue angle of 306.47º 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 #ED21D7 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 215 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.07 |
| HSL | 306.47º | 0.85% | 0.53% | - |
| HSV(B) | 306.47º | 0.86% | 0.93% | - |
| XYZ | 47.73 | 24 | 66.41 | - |
| YUV | 114.74 | 184.59 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 215 | 0 | 0.86 | 0.09 | 0.07 | 306.47 | 0.85 | 0.53 |
| Hex | ED | 21 | D7 | 0 | 56 | 9 | 7 | 132 | 55 | 35 |
| Octal | 355 | 41 | 327 | 0 | 126 | 11 | 7 | 462 | 125 | 65 |
| Binary | 11101101 | 100001 | 11010111 | 0 | 1010110 | 1001 | 111 | 100110010 | 1010101 | 110101 |
Color Harmonies of #ED21D7
Complementary color
Monochromatic Colors of #ED21D7
Black with #ED21D7
Text Example
Text Example
White with #ED21D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED21D7; }
p { color: rgb(237,33,215); }
H1.HeaderClassName
{
color: #ED21D7;
}
.AnyTagClassName
{
color: #ED21D7;
}
</style>
background-color css
<style>
a { background-color: #ED21D7; }
a { background-color: rgb(237,33,215); }
div.DivClassName
{
background-color: #ED21D7;
}
.BgClassName
{
background-color: #ED21D7;
}
</style>
border-color css
<style>
span { border-color: #ED21D7; }
span { border-color: rgb(237,33,215); }
td.TdClassName
{
border-color: #ED21D7;
}
.TagClassName
{
border-color: #ED21D7;
}
</style>