Shades of Razzle Dazzle Rose #EF24D0
Tints of Razzle Dazzle Rose #EF24D0
RGB
CMYK
RGB Variations
Color information
#EF24D0 (or 0xEF24D0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 24 and D0. RGB value is (239,36,208). Sum of RGB (Red+Green+Blue) = 239+36+208=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF24D0 is #10DB2F. Grayscale: #737373. Windows color (decimal): -1104688 or 13640943. OLE color: 13640943.
HSL color Cylindrical-coordinate representation of color #EF24D0: hue angle of 309.16º 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 #EF24D0 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 208 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.06 |
| HSL | 309.16º | 0.86% | 0.54% | - |
| HSV(B) | 309.16º | 0.85% | 0.94% | - |
| XYZ | 47.61 | 24.17 | 61.83 | - |
| YUV | 116.31 | 179.75 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 208 | 0 | 0.85 | 0.13 | 0.06 | 309.16 | 0.86 | 0.54 |
| Hex | EF | 24 | D0 | 0 | 55 | D | 6 | 135 | 56 | 36 |
| Octal | 357 | 44 | 320 | 0 | 125 | 15 | 6 | 465 | 126 | 66 |
| Binary | 11101111 | 100100 | 11010000 | 0 | 1010101 | 1101 | 110 | 100110101 | 1010110 | 110110 |
Color Harmonies of #EF24D0
Complementary color
Monochromatic Colors of #EF24D0
Black with #EF24D0
Text Example
Text Example
White with #EF24D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF24D0; }
p { color: rgb(239,36,208); }
H1.HeaderClassName
{
color: #EF24D0;
}
.AnyTagClassName
{
color: #EF24D0;
}
</style>
background-color css
<style>
a { background-color: #EF24D0; }
a { background-color: rgb(239,36,208); }
div.DivClassName
{
background-color: #EF24D0;
}
.BgClassName
{
background-color: #EF24D0;
}
</style>
border-color css
<style>
span { border-color: #EF24D0; }
span { border-color: rgb(239,36,208); }
td.TdClassName
{
border-color: #EF24D0;
}
.TagClassName
{
border-color: #EF24D0;
}
</style>