Shades of Spicy Pink #EF1AB2
Tints of Spicy Pink #EF1AB2
RGB
CMYK
RGB Variations
Color information
#EF1AB2 (or 0xEF1AB2) is known color: Spicy Pink. HEX triplet: EF, 1A and B2. RGB value is (239,26,178). Sum of RGB (Red+Green+Blue) = 239+26+178=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1AB2 is #10E54D. Grayscale: #6A6A6A. Windows color (decimal): -1107278 or 11672303. OLE color: 11672303.
HSL color Cylindrical-coordinate representation of color #EF1AB2: hue angle of 317.18º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1AB2 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 178 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.06 |
| HSL | 317.18º | 0.87% | 0.52% | - |
| HSV(B) | 317.18º | 0.89% | 0.94% | - |
| XYZ | 44 | 22.3 | 44.11 | - |
| YUV | 107.02 | 168.07 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 178 | 0 | 0.89 | 0.26 | 0.06 | 317.18 | 0.87 | 0.52 |
| Hex | EF | 1A | B2 | 0 | 59 | 1A | 6 | 13D | 57 | 34 |
| Octal | 357 | 32 | 262 | 0 | 131 | 32 | 6 | 475 | 127 | 64 |
| Binary | 11101111 | 11010 | 10110010 | 0 | 1011001 | 11010 | 110 | 100111101 | 1010111 | 110100 |
Color Harmonies of #EF1AB2
Complementary color
Monochromatic Colors of #EF1AB2
Black with #EF1AB2
Text Example
Text Example
White with #EF1AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AB2; }
p { color: rgb(239,26,178); }
H1.HeaderClassName
{
color: #EF1AB2;
}
.AnyTagClassName
{
color: #EF1AB2;
}
</style>
background-color css
<style>
a { background-color: #EF1AB2; }
a { background-color: rgb(239,26,178); }
div.DivClassName
{
background-color: #EF1AB2;
}
.BgClassName
{
background-color: #EF1AB2;
}
</style>
border-color css
<style>
span { border-color: #EF1AB2; }
span { border-color: rgb(239,26,178); }
td.TdClassName
{
border-color: #EF1AB2;
}
.TagClassName
{
border-color: #EF1AB2;
}
</style>