Shades of Spicy Pink #EF1DB3
Tints of Spicy Pink #EF1DB3
RGB
CMYK
RGB Variations
Color information
#EF1DB3 (or 0xEF1DB3) is known color: Spicy Pink. HEX triplet: EF, 1D and B3. RGB value is (239,29,179). Sum of RGB (Red+Green+Blue) = 239+29+179=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DB3 is #10E24C. Grayscale: #6C6C6C. Windows color (decimal): -1106509 or 11738607. OLE color: 11738607.
HSL color Cylindrical-coordinate representation of color #EF1DB3: hue angle of 317.14º 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 #EF1DB3 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 179 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.06 |
| HSL | 317.14º | 0.87% | 0.53% | - |
| HSV(B) | 317.14º | 0.88% | 0.94% | - |
| XYZ | 44.17 | 22.48 | 44.66 | - |
| YUV | 108.89 | 167.57 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 179 | 0 | 0.88 | 0.25 | 0.06 | 317.14 | 0.87 | 0.53 |
| Hex | EF | 1D | B3 | 0 | 58 | 19 | 6 | 13D | 57 | 35 |
| Octal | 357 | 35 | 263 | 0 | 130 | 31 | 6 | 475 | 127 | 65 |
| Binary | 11101111 | 11101 | 10110011 | 0 | 1011000 | 11001 | 110 | 100111101 | 1010111 | 110101 |
Color Harmonies of #EF1DB3
Complementary color
Monochromatic Colors of #EF1DB3
Black with #EF1DB3
Text Example
Text Example
White with #EF1DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DB3; }
p { color: rgb(239,29,179); }
H1.HeaderClassName
{
color: #EF1DB3;
}
.AnyTagClassName
{
color: #EF1DB3;
}
</style>
background-color css
<style>
a { background-color: #EF1DB3; }
a { background-color: rgb(239,29,179); }
div.DivClassName
{
background-color: #EF1DB3;
}
.BgClassName
{
background-color: #EF1DB3;
}
</style>
border-color css
<style>
span { border-color: #EF1DB3; }
span { border-color: rgb(239,29,179); }
td.TdClassName
{
border-color: #EF1DB3;
}
.TagClassName
{
border-color: #EF1DB3;
}
</style>