Shades of Razzle Dazzle Rose #EF24E7
Tints of Razzle Dazzle Rose #EF24E7
RGB
CMYK
RGB Variations
Color information
#EF24E7 (or 0xEF24E7) is known color: Razzle Dazzle Rose. HEX triplet: EF, 24 and E7. RGB value is (239,36,231). Sum of RGB (Red+Green+Blue) = 239+36+231=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 36 (14.45% from 255 or 7.11% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF24E7 is #10DB18. Grayscale: #767676. Windows color (decimal): -1104665 or 15148271. OLE color: 15148271.
HSL color Cylindrical-coordinate representation of color #EF24E7: hue angle of 302.36º 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 #EF24E7 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 231 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.06 |
| HSL | 302.36º | 0.86% | 0.54% | - |
| HSV(B) | 302.36º | 0.85% | 0.94% | - |
| XYZ | 50.65 | 25.38 | 77.83 | - |
| YUV | 118.93 | 191.25 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 231 | 0 | 0.85 | 0.03 | 0.06 | 302.36 | 0.86 | 0.54 |
| Hex | EF | 24 | E7 | 0 | 55 | 3 | 6 | 12E | 56 | 36 |
| Octal | 357 | 44 | 347 | 0 | 125 | 3 | 6 | 456 | 126 | 66 |
| Binary | 11101111 | 100100 | 11100111 | 0 | 1010101 | 11 | 110 | 100101110 | 1010110 | 110110 |
Color Harmonies of #EF24E7
Complementary color
Monochromatic Colors of #EF24E7
Black with #EF24E7
Text Example
Text Example
White with #EF24E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF24E7; }
p { color: rgb(239,36,231); }
H1.HeaderClassName
{
color: #EF24E7;
}
.AnyTagClassName
{
color: #EF24E7;
}
</style>
background-color css
<style>
a { background-color: #EF24E7; }
a { background-color: rgb(239,36,231); }
div.DivClassName
{
background-color: #EF24E7;
}
.BgClassName
{
background-color: #EF24E7;
}
</style>
border-color css
<style>
span { border-color: #EF24E7; }
span { border-color: rgb(239,36,231); }
td.TdClassName
{
border-color: #EF24E7;
}
.TagClassName
{
border-color: #EF24E7;
}
</style>