Shades of Spicy Pink #EF1AAD
Tints of Spicy Pink #EF1AAD
RGB
CMYK
RGB Variations
Color information
#EF1AAD (or 0xEF1AAD) is known color: Spicy Pink. HEX triplet: EF, 1A and AD. RGB value is (239,26,173). Sum of RGB (Red+Green+Blue) = 239+26+173=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1AAD is #10E552. Grayscale: #6A6A6A. Windows color (decimal): -1107283 or 11344623. OLE color: 11344623.
HSL color Cylindrical-coordinate representation of color #EF1AAD: hue angle of 318.59º 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 #EF1AAD is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 173 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.06 |
| HSL | 318.59º | 0.87% | 0.52% | - |
| HSV(B) | 318.59º | 0.89% | 0.94% | - |
| XYZ | 43.51 | 22.11 | 41.51 | - |
| YUV | 106.45 | 165.57 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 173 | 0 | 0.89 | 0.28 | 0.06 | 318.59 | 0.87 | 0.52 |
| Hex | EF | 1A | AD | 0 | 59 | 1C | 6 | 13F | 57 | 34 |
| Octal | 357 | 32 | 255 | 0 | 131 | 34 | 6 | 477 | 127 | 64 |
| Binary | 11101111 | 11010 | 10101101 | 0 | 1011001 | 11100 | 110 | 100111111 | 1010111 | 110100 |
Color Harmonies of #EF1AAD
Complementary color
Monochromatic Colors of #EF1AAD
Black with #EF1AAD
Text Example
Text Example
White with #EF1AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AAD; }
p { color: rgb(239,26,173); }
H1.HeaderClassName
{
color: #EF1AAD;
}
.AnyTagClassName
{
color: #EF1AAD;
}
</style>
background-color css
<style>
a { background-color: #EF1AAD; }
a { background-color: rgb(239,26,173); }
div.DivClassName
{
background-color: #EF1AAD;
}
.BgClassName
{
background-color: #EF1AAD;
}
</style>
border-color css
<style>
span { border-color: #EF1AAD; }
span { border-color: rgb(239,26,173); }
td.TdClassName
{
border-color: #EF1AAD;
}
.TagClassName
{
border-color: #EF1AAD;
}
</style>