Shades of Spicy Pink #EF1DA4
Tints of Spicy Pink #EF1DA4
RGB
CMYK
RGB Variations
Color information
#EF1DA4 (or 0xEF1DA4) is known color: Spicy Pink. HEX triplet: EF, 1D and A4. RGB value is (239,29,164). Sum of RGB (Red+Green+Blue) = 239+29+164=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1DA4 is #10E25B. Grayscale: #6A6A6A. Windows color (decimal): -1106524 or 10755567. OLE color: 10755567.
HSL color Cylindrical-coordinate representation of color #EF1DA4: hue angle of 321.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DA4 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 164 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.06 |
| HSL | 321.43º | 0.87% | 0.53% | - |
| HSV(B) | 321.43º | 0.88% | 0.94% | - |
| XYZ | 42.74 | 21.91 | 37.1 | - |
| YUV | 107.18 | 160.07 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 164 | 0 | 0.88 | 0.31 | 0.06 | 321.43 | 0.87 | 0.53 |
| Hex | EF | 1D | A4 | 0 | 58 | 1F | 6 | 141 | 57 | 35 |
| Octal | 357 | 35 | 244 | 0 | 130 | 37 | 6 | 501 | 127 | 65 |
| Binary | 11101111 | 11101 | 10100100 | 0 | 1011000 | 11111 | 110 | 101000001 | 1010111 | 110101 |
Color Harmonies of #EF1DA4
Complementary color
Monochromatic Colors of #EF1DA4
Black with #EF1DA4
Text Example
Text Example
White with #EF1DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DA4; }
p { color: rgb(239,29,164); }
H1.HeaderClassName
{
color: #EF1DA4;
}
.AnyTagClassName
{
color: #EF1DA4;
}
</style>
background-color css
<style>
a { background-color: #EF1DA4; }
a { background-color: rgb(239,29,164); }
div.DivClassName
{
background-color: #EF1DA4;
}
.BgClassName
{
background-color: #EF1DA4;
}
</style>
border-color css
<style>
span { border-color: #EF1DA4; }
span { border-color: rgb(239,29,164); }
td.TdClassName
{
border-color: #EF1DA4;
}
.TagClassName
{
border-color: #EF1DA4;
}
</style>