Shades of Razzle Dazzle Rose #EF24CE
Tints of Razzle Dazzle Rose #EF24CE
RGB
CMYK
RGB Variations
Color information
#EF24CE (or 0xEF24CE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 24 and CE. RGB value is (239,36,206). Sum of RGB (Red+Green+Blue) = 239+36+206=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF24CE is #10DB31. Grayscale: #737373. Windows color (decimal): -1104690 or 13509871. OLE color: 13509871.
HSL color Cylindrical-coordinate representation of color #EF24CE: hue angle of 309.75º 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 #EF24CE is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 206 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.06 |
| HSL | 309.75º | 0.86% | 0.54% | - |
| HSV(B) | 309.75º | 0.85% | 0.94% | - |
| XYZ | 47.37 | 24.07 | 60.54 | - |
| YUV | 116.08 | 178.75 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 206 | 0 | 0.85 | 0.14 | 0.06 | 309.75 | 0.86 | 0.54 |
| Hex | EF | 24 | CE | 0 | 55 | E | 6 | 136 | 56 | 36 |
| Octal | 357 | 44 | 316 | 0 | 125 | 16 | 6 | 466 | 126 | 66 |
| Binary | 11101111 | 100100 | 11001110 | 0 | 1010101 | 1110 | 110 | 100110110 | 1010110 | 110110 |
Color Harmonies of #EF24CE
Complementary color
Monochromatic Colors of #EF24CE
Black with #EF24CE
Text Example
Text Example
White with #EF24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF24CE; }
p { color: rgb(239,36,206); }
H1.HeaderClassName
{
color: #EF24CE;
}
.AnyTagClassName
{
color: #EF24CE;
}
</style>
background-color css
<style>
a { background-color: #EF24CE; }
a { background-color: rgb(239,36,206); }
div.DivClassName
{
background-color: #EF24CE;
}
.BgClassName
{
background-color: #EF24CE;
}
</style>
border-color css
<style>
span { border-color: #EF24CE; }
span { border-color: rgb(239,36,206); }
td.TdClassName
{
border-color: #EF24CE;
}
.TagClassName
{
border-color: #EF24CE;
}
</style>