Shades of Spicy Pink #EF2CB6
Tints of Spicy Pink #EF2CB6
RGB
CMYK
RGB Variations
Color information
#EF2CB6 (or 0xEF2CB6) is known color: Spicy Pink. HEX triplet: EF, 2C and B6. RGB value is (239,44,182). Sum of RGB (Red+Green+Blue) = 239+44+182=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CB6 is #10D349. Grayscale: #757575. Windows color (decimal): -1102666 or 11939055. OLE color: 11939055.
HSL color Cylindrical-coordinate representation of color #EF2CB6: hue angle of 317.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2CB6 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 182 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.06 |
| HSL | 317.54º | 0.86% | 0.55% | - |
| HSV(B) | 317.54º | 0.82% | 0.94% | - |
| XYZ | 44.94 | 23.53 | 46.43 | - |
| YUV | 118.04 | 164.1 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 182 | 0 | 0.82 | 0.24 | 0.06 | 317.54 | 0.86 | 0.55 |
| Hex | EF | 2C | B6 | 0 | 52 | 18 | 6 | 13E | 56 | 37 |
| Octal | 357 | 54 | 266 | 0 | 122 | 30 | 6 | 476 | 126 | 67 |
| Binary | 11101111 | 101100 | 10110110 | 0 | 1010010 | 11000 | 110 | 100111110 | 1010110 | 110111 |
Color Harmonies of #EF2CB6
Complementary color
Monochromatic Colors of #EF2CB6
Black with #EF2CB6
Text Example
Text Example
White with #EF2CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CB6; }
p { color: rgb(239,44,182); }
H1.HeaderClassName
{
color: #EF2CB6;
}
.AnyTagClassName
{
color: #EF2CB6;
}
</style>
background-color css
<style>
a { background-color: #EF2CB6; }
a { background-color: rgb(239,44,182); }
div.DivClassName
{
background-color: #EF2CB6;
}
.BgClassName
{
background-color: #EF2CB6;
}
</style>
border-color css
<style>
span { border-color: #EF2CB6; }
span { border-color: rgb(239,44,182); }
td.TdClassName
{
border-color: #EF2CB6;
}
.TagClassName
{
border-color: #EF2CB6;
}
</style>