Shades of Spicy Pink #EF2CB3
Tints of Spicy Pink #EF2CB3
RGB
CMYK
RGB Variations
Color information
#EF2CB3 (or 0xEF2CB3) is known color: Spicy Pink. HEX triplet: EF, 2C and B3. RGB value is (239,44,179). Sum of RGB (Red+Green+Blue) = 239+44+179=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CB3 is #10D34C. Grayscale: #757575. Windows color (decimal): -1102669 or 11742447. OLE color: 11742447.
HSL color Cylindrical-coordinate representation of color #EF2CB3: hue angle of 318.46º 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 #EF2CB3 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 179 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.06 |
| HSL | 318.46º | 0.86% | 0.55% | - |
| HSV(B) | 318.46º | 0.82% | 0.94% | - |
| XYZ | 44.63 | 23.41 | 44.81 | - |
| YUV | 117.7 | 162.6 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 179 | 0 | 0.82 | 0.25 | 0.06 | 318.46 | 0.86 | 0.55 |
| Hex | EF | 2C | B3 | 0 | 52 | 19 | 6 | 13E | 56 | 37 |
| Octal | 357 | 54 | 263 | 0 | 122 | 31 | 6 | 476 | 126 | 67 |
| Binary | 11101111 | 101100 | 10110011 | 0 | 1010010 | 11001 | 110 | 100111110 | 1010110 | 110111 |
Color Harmonies of #EF2CB3
Complementary color
Monochromatic Colors of #EF2CB3
Black with #EF2CB3
Text Example
Text Example
White with #EF2CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CB3; }
p { color: rgb(239,44,179); }
H1.HeaderClassName
{
color: #EF2CB3;
}
.AnyTagClassName
{
color: #EF2CB3;
}
</style>
background-color css
<style>
a { background-color: #EF2CB3; }
a { background-color: rgb(239,44,179); }
div.DivClassName
{
background-color: #EF2CB3;
}
.BgClassName
{
background-color: #EF2CB3;
}
</style>
border-color css
<style>
span { border-color: #EF2CB3; }
span { border-color: rgb(239,44,179); }
td.TdClassName
{
border-color: #EF2CB3;
}
.TagClassName
{
border-color: #EF2CB3;
}
</style>