Shades of Razzle Dazzle Rose #EF24E6
Tints of Razzle Dazzle Rose #EF24E6
RGB
CMYK
RGB Variations
Color information
#EF24E6 (or 0xEF24E6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 24 and E6. RGB value is (239,36,230). Sum of RGB (Red+Green+Blue) = 239+36+230=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF24E6 is #10DB19. Grayscale: #767676. Windows color (decimal): -1104666 or 15082735. OLE color: 15082735.
HSL color Cylindrical-coordinate representation of color #EF24E6: hue angle of 302.66º 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 #EF24E6 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 230 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.06 |
| HSL | 302.66º | 0.86% | 0.54% | - |
| HSV(B) | 302.66º | 0.85% | 0.94% | - |
| XYZ | 50.51 | 25.33 | 77.09 | - |
| YUV | 118.81 | 190.75 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 230 | 0 | 0.85 | 0.04 | 0.06 | 302.66 | 0.86 | 0.54 |
| Hex | EF | 24 | E6 | 0 | 55 | 4 | 6 | 12F | 56 | 36 |
| Octal | 357 | 44 | 346 | 0 | 125 | 4 | 6 | 457 | 126 | 66 |
| Binary | 11101111 | 100100 | 11100110 | 0 | 1010101 | 100 | 110 | 100101111 | 1010110 | 110110 |
Color Harmonies of #EF24E6
Complementary color
Monochromatic Colors of #EF24E6
Black with #EF24E6
Text Example
Text Example
White with #EF24E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF24E6; }
p { color: rgb(239,36,230); }
H1.HeaderClassName
{
color: #EF24E6;
}
.AnyTagClassName
{
color: #EF24E6;
}
</style>
background-color css
<style>
a { background-color: #EF24E6; }
a { background-color: rgb(239,36,230); }
div.DivClassName
{
background-color: #EF24E6;
}
.BgClassName
{
background-color: #EF24E6;
}
</style>
border-color css
<style>
span { border-color: #EF24E6; }
span { border-color: rgb(239,36,230); }
td.TdClassName
{
border-color: #EF24E6;
}
.TagClassName
{
border-color: #EF24E6;
}
</style>