Shades of Razzle Dazzle Rose #EF24D3
Tints of Razzle Dazzle Rose #EF24D3
RGB
CMYK
RGB Variations
Color information
#EF24D3 (or 0xEF24D3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 24 and D3. RGB value is (239,36,211). Sum of RGB (Red+Green+Blue) = 239+36+211=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 36 (14.45% from 255 or 7.41% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF24D3 is #10DB2C. Grayscale: #747474. Windows color (decimal): -1104685 or 13837551. OLE color: 13837551.
HSL color Cylindrical-coordinate representation of color #EF24D3: hue angle of 308.28º 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 #EF24D3 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 211 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.06 |
| HSL | 308.28º | 0.86% | 0.54% | - |
| HSV(B) | 308.28º | 0.85% | 0.94% | - |
| XYZ | 47.99 | 24.32 | 63.79 | - |
| YUV | 116.65 | 181.25 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 211 | 0 | 0.85 | 0.12 | 0.06 | 308.28 | 0.86 | 0.54 |
| Hex | EF | 24 | D3 | 0 | 55 | C | 6 | 134 | 56 | 36 |
| Octal | 357 | 44 | 323 | 0 | 125 | 14 | 6 | 464 | 126 | 66 |
| Binary | 11101111 | 100100 | 11010011 | 0 | 1010101 | 1100 | 110 | 100110100 | 1010110 | 110110 |
Color Harmonies of #EF24D3
Complementary color
Monochromatic Colors of #EF24D3
Black with #EF24D3
Text Example
Text Example
White with #EF24D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF24D3; }
p { color: rgb(239,36,211); }
H1.HeaderClassName
{
color: #EF24D3;
}
.AnyTagClassName
{
color: #EF24D3;
}
</style>
background-color css
<style>
a { background-color: #EF24D3; }
a { background-color: rgb(239,36,211); }
div.DivClassName
{
background-color: #EF24D3;
}
.BgClassName
{
background-color: #EF24D3;
}
</style>
border-color css
<style>
span { border-color: #EF24D3; }
span { border-color: rgb(239,36,211); }
td.TdClassName
{
border-color: #EF24D3;
}
.TagClassName
{
border-color: #EF24D3;
}
</style>