Shades of Razzle Dazzle Rose #ED24DC
Tints of Razzle Dazzle Rose #ED24DC
RGB
CMYK
RGB Variations
Color information
#ED24DC (or 0xED24DC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 24 and DC. RGB value is (237,36,220). Sum of RGB (Red+Green+Blue) = 237+36+220=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 36 (14.45% from 255 or 7.30% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24DC is #12DB23. Grayscale: #747474. Windows color (decimal): -1235748 or 14427373. OLE color: 14427373.
HSL color Cylindrical-coordinate representation of color #ED24DC: hue angle of 305.07º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED24DC is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 220 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.07 |
| HSL | 305.07º | 0.85% | 0.54% | - |
| HSV(B) | 305.07º | 0.85% | 0.93% | - |
| XYZ | 48.47 | 24.43 | 69.87 | - |
| YUV | 117.08 | 186.09 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 220 | 0 | 0.85 | 0.07 | 0.07 | 305.07 | 0.85 | 0.54 |
| Hex | ED | 24 | DC | 0 | 55 | 7 | 7 | 131 | 55 | 36 |
| Octal | 355 | 44 | 334 | 0 | 125 | 7 | 7 | 461 | 125 | 66 |
| Binary | 11101101 | 100100 | 11011100 | 0 | 1010101 | 111 | 111 | 100110001 | 1010101 | 110110 |
Color Harmonies of #ED24DC
Complementary color
Monochromatic Colors of #ED24DC
Black with #ED24DC
Text Example
Text Example
White with #ED24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED24DC; }
p { color: rgb(237,36,220); }
H1.HeaderClassName
{
color: #ED24DC;
}
.AnyTagClassName
{
color: #ED24DC;
}
</style>
background-color css
<style>
a { background-color: #ED24DC; }
a { background-color: rgb(237,36,220); }
div.DivClassName
{
background-color: #ED24DC;
}
.BgClassName
{
background-color: #ED24DC;
}
</style>
border-color css
<style>
span { border-color: #ED24DC; }
span { border-color: rgb(237,36,220); }
td.TdClassName
{
border-color: #ED24DC;
}
.TagClassName
{
border-color: #ED24DC;
}
</style>