Shades of Spicy Pink #EF2AB4
Tints of Spicy Pink #EF2AB4
RGB
CMYK
RGB Variations
Color information
#EF2AB4 (or 0xEF2AB4) is known color: Spicy Pink. HEX triplet: EF, 2A and B4. RGB value is (239,42,180). Sum of RGB (Red+Green+Blue) = 239+42+180=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2AB4 is #10D54B. Grayscale: #747474. Windows color (decimal): -1103180 or 11807471. OLE color: 11807471.
HSL color Cylindrical-coordinate representation of color #EF2AB4: hue angle of 317.97º 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 #EF2AB4 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 180 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.06 |
| HSL | 317.97º | 0.86% | 0.55% | - |
| HSV(B) | 317.97º | 0.82% | 0.94% | - |
| XYZ | 44.66 | 23.3 | 45.32 | - |
| YUV | 116.64 | 163.77 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 180 | 0 | 0.82 | 0.25 | 0.06 | 317.97 | 0.86 | 0.55 |
| Hex | EF | 2A | B4 | 0 | 52 | 19 | 6 | 13E | 56 | 37 |
| Octal | 357 | 52 | 264 | 0 | 122 | 31 | 6 | 476 | 126 | 67 |
| Binary | 11101111 | 101010 | 10110100 | 0 | 1010010 | 11001 | 110 | 100111110 | 1010110 | 110111 |
Color Harmonies of #EF2AB4
Complementary color
Monochromatic Colors of #EF2AB4
Black with #EF2AB4
Text Example
Text Example
White with #EF2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2AB4; }
p { color: rgb(239,42,180); }
H1.HeaderClassName
{
color: #EF2AB4;
}
.AnyTagClassName
{
color: #EF2AB4;
}
</style>
background-color css
<style>
a { background-color: #EF2AB4; }
a { background-color: rgb(239,42,180); }
div.DivClassName
{
background-color: #EF2AB4;
}
.BgClassName
{
background-color: #EF2AB4;
}
</style>
border-color css
<style>
span { border-color: #EF2AB4; }
span { border-color: rgb(239,42,180); }
td.TdClassName
{
border-color: #EF2AB4;
}
.TagClassName
{
border-color: #EF2AB4;
}
</style>