Shades of Spicy Pink #EF1DB5
Tints of Spicy Pink #EF1DB5
RGB
CMYK
RGB Variations
Color information
#EF1DB5 (or 0xEF1DB5) is known color: Spicy Pink. HEX triplet: EF, 1D and B5. RGB value is (239,29,181). Sum of RGB (Red+Green+Blue) = 239+29+181=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DB5 is #10E24A. Grayscale: #6C6C6C. Windows color (decimal): -1106507 or 11869679. OLE color: 11869679.
HSL color Cylindrical-coordinate representation of color #EF1DB5: hue angle of 316.57º 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 #EF1DB5 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 181 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.06 |
| HSL | 316.57º | 0.87% | 0.53% | - |
| HSV(B) | 316.57º | 0.88% | 0.94% | - |
| XYZ | 44.38 | 22.57 | 45.73 | - |
| YUV | 109.12 | 168.57 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 181 | 0 | 0.88 | 0.24 | 0.06 | 316.57 | 0.87 | 0.53 |
| Hex | EF | 1D | B5 | 0 | 58 | 18 | 6 | 13D | 57 | 35 |
| Octal | 357 | 35 | 265 | 0 | 130 | 30 | 6 | 475 | 127 | 65 |
| Binary | 11101111 | 11101 | 10110101 | 0 | 1011000 | 11000 | 110 | 100111101 | 1010111 | 110101 |
Color Harmonies of #EF1DB5
Complementary color
Monochromatic Colors of #EF1DB5
Black with #EF1DB5
Text Example
Text Example
White with #EF1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DB5; }
p { color: rgb(239,29,181); }
H1.HeaderClassName
{
color: #EF1DB5;
}
.AnyTagClassName
{
color: #EF1DB5;
}
</style>
background-color css
<style>
a { background-color: #EF1DB5; }
a { background-color: rgb(239,29,181); }
div.DivClassName
{
background-color: #EF1DB5;
}
.BgClassName
{
background-color: #EF1DB5;
}
</style>
border-color css
<style>
span { border-color: #EF1DB5; }
span { border-color: rgb(239,29,181); }
td.TdClassName
{
border-color: #EF1DB5;
}
.TagClassName
{
border-color: #EF1DB5;
}
</style>