Shades of Spicy Pink #EF2AB2
Tints of Spicy Pink #EF2AB2
RGB
CMYK
RGB Variations
Color information
#EF2AB2 (or 0xEF2AB2) is known color: Spicy Pink. HEX triplet: EF, 2A and B2. RGB value is (239,42,178). Sum of RGB (Red+Green+Blue) = 239+42+178=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2AB2 is #10D54D. Grayscale: #747474. Windows color (decimal): -1103182 or 11676399. OLE color: 11676399.
HSL color Cylindrical-coordinate representation of color #EF2AB2: hue angle of 318.58º 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 #EF2AB2 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 178 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.06 |
| HSL | 318.58º | 0.86% | 0.55% | - |
| HSV(B) | 318.58º | 0.82% | 0.94% | - |
| XYZ | 44.46 | 23.22 | 44.26 | - |
| YUV | 116.41 | 162.77 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 178 | 0 | 0.82 | 0.26 | 0.06 | 318.58 | 0.86 | 0.55 |
| Hex | EF | 2A | B2 | 0 | 52 | 1A | 6 | 13F | 56 | 37 |
| Octal | 357 | 52 | 262 | 0 | 122 | 32 | 6 | 477 | 126 | 67 |
| Binary | 11101111 | 101010 | 10110010 | 0 | 1010010 | 11010 | 110 | 100111111 | 1010110 | 110111 |
Color Harmonies of #EF2AB2
Complementary color
Monochromatic Colors of #EF2AB2
Black with #EF2AB2
Text Example
Text Example
White with #EF2AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2AB2; }
p { color: rgb(239,42,178); }
H1.HeaderClassName
{
color: #EF2AB2;
}
.AnyTagClassName
{
color: #EF2AB2;
}
</style>
background-color css
<style>
a { background-color: #EF2AB2; }
a { background-color: rgb(239,42,178); }
div.DivClassName
{
background-color: #EF2AB2;
}
.BgClassName
{
background-color: #EF2AB2;
}
</style>
border-color css
<style>
span { border-color: #EF2AB2; }
span { border-color: rgb(239,42,178); }
td.TdClassName
{
border-color: #EF2AB2;
}
.TagClassName
{
border-color: #EF2AB2;
}
</style>