Shades of Razzle Dazzle Rose #EF24E2
Tints of Razzle Dazzle Rose #EF24E2
RGB
CMYK
RGB Variations
Color information
#EF24E2 (or 0xEF24E2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 24 and E2. RGB value is (239,36,226). Sum of RGB (Red+Green+Blue) = 239+36+226=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 36 (14.45% from 255 or 7.19% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF24E2 is #10DB1D. Grayscale: #757575. Windows color (decimal): -1104670 or 14820591. OLE color: 14820591.
HSL color Cylindrical-coordinate representation of color #EF24E2: hue angle of 303.84º 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 #EF24E2 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 226 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.06 |
| HSL | 303.84º | 0.86% | 0.54% | - |
| HSV(B) | 303.84º | 0.85% | 0.94% | - |
| XYZ | 49.95 | 25.1 | 74.16 | - |
| YUV | 118.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 226 | 0 | 0.85 | 0.05 | 0.06 | 303.84 | 0.86 | 0.54 |
| Hex | EF | 24 | E2 | 0 | 55 | 5 | 6 | 130 | 56 | 36 |
| Octal | 357 | 44 | 342 | 0 | 125 | 5 | 6 | 460 | 126 | 66 |
| Binary | 11101111 | 100100 | 11100010 | 0 | 1010101 | 101 | 110 | 100110000 | 1010110 | 110110 |
Color Harmonies of #EF24E2
Complementary color
Monochromatic Colors of #EF24E2
Black with #EF24E2
Text Example
Text Example
White with #EF24E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF24E2; }
p { color: rgb(239,36,226); }
H1.HeaderClassName
{
color: #EF24E2;
}
.AnyTagClassName
{
color: #EF24E2;
}
</style>
background-color css
<style>
a { background-color: #EF24E2; }
a { background-color: rgb(239,36,226); }
div.DivClassName
{
background-color: #EF24E2;
}
.BgClassName
{
background-color: #EF24E2;
}
</style>
border-color css
<style>
span { border-color: #EF24E2; }
span { border-color: rgb(239,36,226); }
td.TdClassName
{
border-color: #EF24E2;
}
.TagClassName
{
border-color: #EF24E2;
}
</style>