Shades of Spicy Pink #EF18B3
Tints of Spicy Pink #EF18B3
RGB
CMYK
RGB Variations
Color information
#EF18B3 (or 0xEF18B3) is known color: Spicy Pink. HEX triplet: EF, 18 and B3. RGB value is (239,24,179). Sum of RGB (Red+Green+Blue) = 239+24+179=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18B3 is #10E74C. Grayscale: #696969. Windows color (decimal): -1107789 or 11737327. OLE color: 11737327.
HSL color Cylindrical-coordinate representation of color #EF18B3: hue angle of 316.74º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF18B3 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 179 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.06 |
| HSL | 316.74º | 0.87% | 0.52% | - |
| HSV(B) | 316.74º | 0.9% | 0.94% | - |
| XYZ | 44.06 | 22.26 | 44.62 | - |
| YUV | 105.96 | 169.23 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 179 | 0 | 0.90 | 0.25 | 0.06 | 316.74 | 0.87 | 0.52 |
| Hex | EF | 18 | B3 | 0 | 5A | 19 | 6 | 13D | 57 | 34 |
| Octal | 357 | 30 | 263 | 0 | 132 | 31 | 6 | 475 | 127 | 64 |
| Binary | 11101111 | 11000 | 10110011 | 0 | 1011010 | 11001 | 110 | 100111101 | 1010111 | 110100 |
Color Harmonies of #EF18B3
Complementary color
Monochromatic Colors of #EF18B3
Black with #EF18B3
Text Example
Text Example
White with #EF18B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18B3; }
p { color: rgb(239,24,179); }
H1.HeaderClassName
{
color: #EF18B3;
}
.AnyTagClassName
{
color: #EF18B3;
}
</style>
background-color css
<style>
a { background-color: #EF18B3; }
a { background-color: rgb(239,24,179); }
div.DivClassName
{
background-color: #EF18B3;
}
.BgClassName
{
background-color: #EF18B3;
}
</style>
border-color css
<style>
span { border-color: #EF18B3; }
span { border-color: rgb(239,24,179); }
td.TdClassName
{
border-color: #EF18B3;
}
.TagClassName
{
border-color: #EF18B3;
}
</style>