Shades of Spicy Pink #EF1DB4
Tints of Spicy Pink #EF1DB4
RGB
CMYK
RGB Variations
Color information
#EF1DB4 (or 0xEF1DB4) is known color: Spicy Pink. HEX triplet: EF, 1D and B4. RGB value is (239,29,180). Sum of RGB (Red+Green+Blue) = 239+29+180=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DB4 is #10E24B. Grayscale: #6C6C6C. Windows color (decimal): -1106508 or 11804143. OLE color: 11804143.
HSL color Cylindrical-coordinate representation of color #EF1DB4: hue angle of 316.86º 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 #EF1DB4 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 180 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.06 |
| HSL | 316.86º | 0.87% | 0.53% | - |
| HSV(B) | 316.86º | 0.88% | 0.94% | - |
| XYZ | 44.27 | 22.52 | 45.19 | - |
| YUV | 109 | 168.07 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 180 | 0 | 0.88 | 0.25 | 0.06 | 316.86 | 0.87 | 0.53 |
| Hex | EF | 1D | B4 | 0 | 58 | 19 | 6 | 13D | 57 | 35 |
| Octal | 357 | 35 | 264 | 0 | 130 | 31 | 6 | 475 | 127 | 65 |
| Binary | 11101111 | 11101 | 10110100 | 0 | 1011000 | 11001 | 110 | 100111101 | 1010111 | 110101 |
Color Harmonies of #EF1DB4
Complementary color
Monochromatic Colors of #EF1DB4
Black with #EF1DB4
Text Example
Text Example
White with #EF1DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DB4; }
p { color: rgb(239,29,180); }
H1.HeaderClassName
{
color: #EF1DB4;
}
.AnyTagClassName
{
color: #EF1DB4;
}
</style>
background-color css
<style>
a { background-color: #EF1DB4; }
a { background-color: rgb(239,29,180); }
div.DivClassName
{
background-color: #EF1DB4;
}
.BgClassName
{
background-color: #EF1DB4;
}
</style>
border-color css
<style>
span { border-color: #EF1DB4; }
span { border-color: rgb(239,29,180); }
td.TdClassName
{
border-color: #EF1DB4;
}
.TagClassName
{
border-color: #EF1DB4;
}
</style>