Shades of Razzle Dazzle Rose #ED22D6
Tints of Razzle Dazzle Rose #ED22D6
RGB
CMYK
RGB Variations
Color information
#ED22D6 (or 0xED22D6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 22 and D6. RGB value is (237,34,214). Sum of RGB (Red+Green+Blue) = 237+34+214=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 34 (13.67% from 255 or 7.01% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED22D6 is #12DD29. Grayscale: #727272. Windows color (decimal): -1236266 or 14033645. OLE color: 14033645.
HSL color Cylindrical-coordinate representation of color #ED22D6: hue angle of 306.8º 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 #ED22D6 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 214 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.07 |
| HSL | 306.8º | 0.85% | 0.53% | - |
| HSV(B) | 306.8º | 0.86% | 0.93% | - |
| XYZ | 47.63 | 24 | 65.74 | - |
| YUV | 115.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 214 | 0 | 0.86 | 0.10 | 0.07 | 306.8 | 0.85 | 0.53 |
| Hex | ED | 22 | D6 | 0 | 56 | A | 7 | 133 | 55 | 35 |
| Octal | 355 | 42 | 326 | 0 | 126 | 12 | 7 | 463 | 125 | 65 |
| Binary | 11101101 | 100010 | 11010110 | 0 | 1010110 | 1010 | 111 | 100110011 | 1010101 | 110101 |
Color Harmonies of #ED22D6
Complementary color
Monochromatic Colors of #ED22D6
Black with #ED22D6
Text Example
Text Example
White with #ED22D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED22D6; }
p { color: rgb(237,34,214); }
H1.HeaderClassName
{
color: #ED22D6;
}
.AnyTagClassName
{
color: #ED22D6;
}
</style>
background-color css
<style>
a { background-color: #ED22D6; }
a { background-color: rgb(237,34,214); }
div.DivClassName
{
background-color: #ED22D6;
}
.BgClassName
{
background-color: #ED22D6;
}
</style>
border-color css
<style>
span { border-color: #ED22D6; }
span { border-color: rgb(237,34,214); }
td.TdClassName
{
border-color: #ED22D6;
}
.TagClassName
{
border-color: #ED22D6;
}
</style>