Shades of Spicy Pink #EF1DAA
Tints of Spicy Pink #EF1DAA
RGB
CMYK
RGB Variations
Color information
#EF1DAA (or 0xEF1DAA) is known color: Spicy Pink. HEX triplet: EF, 1D and AA. RGB value is (239,29,170). Sum of RGB (Red+Green+Blue) = 239+29+170=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1DAA is #10E255. Grayscale: #6B6B6B. Windows color (decimal): -1106518 or 11148783. OLE color: 11148783.
HSL color Cylindrical-coordinate representation of color #EF1DAA: hue angle of 319.71º 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 #EF1DAA is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 170 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.06 |
| HSL | 319.71º | 0.87% | 0.53% | - |
| HSV(B) | 319.71º | 0.88% | 0.94% | - |
| XYZ | 43.29 | 22.13 | 40.02 | - |
| YUV | 107.86 | 163.07 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 170 | 0 | 0.88 | 0.29 | 0.06 | 319.71 | 0.87 | 0.53 |
| Hex | EF | 1D | AA | 0 | 58 | 1D | 6 | 140 | 57 | 35 |
| Octal | 357 | 35 | 252 | 0 | 130 | 35 | 6 | 500 | 127 | 65 |
| Binary | 11101111 | 11101 | 10101010 | 0 | 1011000 | 11101 | 110 | 101000000 | 1010111 | 110101 |
Color Harmonies of #EF1DAA
Complementary color
Monochromatic Colors of #EF1DAA
Black with #EF1DAA
Text Example
Text Example
White with #EF1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DAA; }
p { color: rgb(239,29,170); }
H1.HeaderClassName
{
color: #EF1DAA;
}
.AnyTagClassName
{
color: #EF1DAA;
}
</style>
background-color css
<style>
a { background-color: #EF1DAA; }
a { background-color: rgb(239,29,170); }
div.DivClassName
{
background-color: #EF1DAA;
}
.BgClassName
{
background-color: #EF1DAA;
}
</style>
border-color css
<style>
span { border-color: #EF1DAA; }
span { border-color: rgb(239,29,170); }
td.TdClassName
{
border-color: #EF1DAA;
}
.TagClassName
{
border-color: #EF1DAA;
}
</style>