Shades of Spicy Pink #EF24B2
Tints of Spicy Pink #EF24B2
RGB
CMYK
RGB Variations
Color information
#EF24B2 (or 0xEF24B2) is known color: Spicy Pink. HEX triplet: EF, 24 and B2. RGB value is (239,36,178). Sum of RGB (Red+Green+Blue) = 239+36+178=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF24B2 is #10DB4D. Grayscale: #707070. Windows color (decimal): -1104718 or 11674863. OLE color: 11674863.
HSL color Cylindrical-coordinate representation of color #EF24B2: hue angle of 318.03º 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 #EF24B2 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 178 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.06 |
| HSL | 318.03º | 0.86% | 0.54% | - |
| HSV(B) | 318.03º | 0.85% | 0.94% | - |
| XYZ | 44.26 | 22.83 | 44.19 | - |
| YUV | 112.89 | 164.75 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 178 | 0 | 0.85 | 0.26 | 0.06 | 318.03 | 0.86 | 0.54 |
| Hex | EF | 24 | B2 | 0 | 55 | 1A | 6 | 13E | 56 | 36 |
| Octal | 357 | 44 | 262 | 0 | 125 | 32 | 6 | 476 | 126 | 66 |
| Binary | 11101111 | 100100 | 10110010 | 0 | 1010101 | 11010 | 110 | 100111110 | 1010110 | 110110 |
Color Harmonies of #EF24B2
Complementary color
Monochromatic Colors of #EF24B2
Black with #EF24B2
Text Example
Text Example
White with #EF24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF24B2; }
p { color: rgb(239,36,178); }
H1.HeaderClassName
{
color: #EF24B2;
}
.AnyTagClassName
{
color: #EF24B2;
}
</style>
background-color css
<style>
a { background-color: #EF24B2; }
a { background-color: rgb(239,36,178); }
div.DivClassName
{
background-color: #EF24B2;
}
.BgClassName
{
background-color: #EF24B2;
}
</style>
border-color css
<style>
span { border-color: #EF24B2; }
span { border-color: rgb(239,36,178); }
td.TdClassName
{
border-color: #EF24B2;
}
.TagClassName
{
border-color: #EF24B2;
}
</style>