Shades of Razzle Dazzle Rose #EF24DF
Tints of Razzle Dazzle Rose #EF24DF
RGB
CMYK
RGB Variations
Color information
#EF24DF (or 0xEF24DF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 24 and DF. RGB value is (239,36,223). Sum of RGB (Red+Green+Blue) = 239+36+223=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 36 (14.45% from 255 or 7.23% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF24DF is #10DB20. Grayscale: #757575. Windows color (decimal): -1104673 or 14623983. OLE color: 14623983.
HSL color Cylindrical-coordinate representation of color #EF24DF: hue angle of 304.73º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF24DF is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 223 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.06 |
| HSL | 304.73º | 0.86% | 0.54% | - |
| HSV(B) | 304.73º | 0.85% | 0.94% | - |
| XYZ | 49.55 | 24.94 | 72.01 | - |
| YUV | 118.02 | 187.25 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 223 | 0 | 0.85 | 0.07 | 0.06 | 304.73 | 0.86 | 0.54 |
| Hex | EF | 24 | DF | 0 | 55 | 7 | 6 | 131 | 56 | 36 |
| Octal | 357 | 44 | 337 | 0 | 125 | 7 | 6 | 461 | 126 | 66 |
| Binary | 11101111 | 100100 | 11011111 | 0 | 1010101 | 111 | 110 | 100110001 | 1010110 | 110110 |
Color Harmonies of #EF24DF
Complementary color
Monochromatic Colors of #EF24DF
Black with #EF24DF
Text Example
Text Example
White with #EF24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF24DF; }
p { color: rgb(239,36,223); }
H1.HeaderClassName
{
color: #EF24DF;
}
.AnyTagClassName
{
color: #EF24DF;
}
</style>
background-color css
<style>
a { background-color: #EF24DF; }
a { background-color: rgb(239,36,223); }
div.DivClassName
{
background-color: #EF24DF;
}
.BgClassName
{
background-color: #EF24DF;
}
</style>
border-color css
<style>
span { border-color: #EF24DF; }
span { border-color: rgb(239,36,223); }
td.TdClassName
{
border-color: #EF24DF;
}
.TagClassName
{
border-color: #EF24DF;
}
</style>