Shades of Razzle Dazzle Rose #ED24DF
Tints of Razzle Dazzle Rose #ED24DF
RGB
CMYK
RGB Variations
Color information
#ED24DF (or 0xED24DF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 24 and DF. RGB value is (237,36,223). Sum of RGB (Red+Green+Blue) = 237+36+223=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 36 (14.45% from 255 or 7.26% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24DF is #12DB20. Grayscale: #747474. Windows color (decimal): -1235745 or 14623981. OLE color: 14623981.
HSL color Cylindrical-coordinate representation of color #ED24DF: hue angle of 304.18º 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 #ED24DF is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 223 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.07 |
| HSL | 304.18º | 0.85% | 0.54% | - |
| HSV(B) | 304.18º | 0.85% | 0.93% | - |
| XYZ | 48.88 | 24.59 | 71.98 | - |
| YUV | 117.42 | 187.59 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 223 | 0 | 0.85 | 0.06 | 0.07 | 304.18 | 0.85 | 0.54 |
| Hex | ED | 24 | DF | 0 | 55 | 6 | 7 | 130 | 55 | 36 |
| Octal | 355 | 44 | 337 | 0 | 125 | 6 | 7 | 460 | 125 | 66 |
| Binary | 11101101 | 100100 | 11011111 | 0 | 1010101 | 110 | 111 | 100110000 | 1010101 | 110110 |
Color Harmonies of #ED24DF
Complementary color
Monochromatic Colors of #ED24DF
Black with #ED24DF
Text Example
Text Example
White with #ED24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED24DF; }
p { color: rgb(237,36,223); }
H1.HeaderClassName
{
color: #ED24DF;
}
.AnyTagClassName
{
color: #ED24DF;
}
</style>
background-color css
<style>
a { background-color: #ED24DF; }
a { background-color: rgb(237,36,223); }
div.DivClassName
{
background-color: #ED24DF;
}
.BgClassName
{
background-color: #ED24DF;
}
</style>
border-color css
<style>
span { border-color: #ED24DF; }
span { border-color: rgb(237,36,223); }
td.TdClassName
{
border-color: #ED24DF;
}
.TagClassName
{
border-color: #ED24DF;
}
</style>