Shades of Razzle Dazzle Rose #ED21D0
Tints of Razzle Dazzle Rose #ED21D0
RGB
CMYK
RGB Variations
Color information
#ED21D0 (or 0xED21D0) is known color: Razzle Dazzle Rose. HEX triplet: ED, 21 and D0. RGB value is (237,33,208). Sum of RGB (Red+Green+Blue) = 237+33+208=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21D0 is #12DE2F. Grayscale: #717171. Windows color (decimal): -1236528 or 13640173. OLE color: 13640173.
HSL color Cylindrical-coordinate representation of color #ED21D0: hue angle of 308.53º 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 #ED21D0 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 208 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.07 |
| HSL | 308.53º | 0.85% | 0.53% | - |
| HSV(B) | 308.53º | 0.86% | 0.93% | - |
| XYZ | 46.85 | 23.65 | 61.77 | - |
| YUV | 113.95 | 181.09 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 208 | 0 | 0.86 | 0.12 | 0.07 | 308.53 | 0.85 | 0.53 |
| Hex | ED | 21 | D0 | 0 | 56 | C | 7 | 135 | 55 | 35 |
| Octal | 355 | 41 | 320 | 0 | 126 | 14 | 7 | 465 | 125 | 65 |
| Binary | 11101101 | 100001 | 11010000 | 0 | 1010110 | 1100 | 111 | 100110101 | 1010101 | 110101 |
Color Harmonies of #ED21D0
Complementary color
Monochromatic Colors of #ED21D0
Black with #ED21D0
Text Example
Text Example
White with #ED21D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED21D0; }
p { color: rgb(237,33,208); }
H1.HeaderClassName
{
color: #ED21D0;
}
.AnyTagClassName
{
color: #ED21D0;
}
</style>
background-color css
<style>
a { background-color: #ED21D0; }
a { background-color: rgb(237,33,208); }
div.DivClassName
{
background-color: #ED21D0;
}
.BgClassName
{
background-color: #ED21D0;
}
</style>
border-color css
<style>
span { border-color: #ED21D0; }
span { border-color: rgb(237,33,208); }
td.TdClassName
{
border-color: #ED21D0;
}
.TagClassName
{
border-color: #ED21D0;
}
</style>