Shades of Spicy Pink #EF22B8
Tints of Spicy Pink #EF22B8
RGB
CMYK
RGB Variations
Color information
#EF22B8 (or 0xEF22B8) is known color: Spicy Pink. HEX triplet: EF, 22 and B8. RGB value is (239,34,184). Sum of RGB (Red+Green+Blue) = 239+34+184=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 34 (13.67% from 255 or 7.44% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF22B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF22B8 is #10DD47. Grayscale: #707070. Windows color (decimal): -1105224 or 12067567. OLE color: 12067567.
HSL color Cylindrical-coordinate representation of color #EF22B8: hue angle of 316.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF22B8 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 184 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.06 |
| HSL | 316.1º | 0.86% | 0.54% | - |
| HSV(B) | 316.1º | 0.86% | 0.94% | - |
| XYZ | 44.82 | 22.96 | 47.42 | - |
| YUV | 112.4 | 168.42 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 184 | 0 | 0.86 | 0.23 | 0.06 | 316.1 | 0.86 | 0.54 |
| Hex | EF | 22 | B8 | 0 | 56 | 17 | 6 | 13C | 56 | 36 |
| Octal | 357 | 42 | 270 | 0 | 126 | 27 | 6 | 474 | 126 | 66 |
| Binary | 11101111 | 100010 | 10111000 | 0 | 1010110 | 10111 | 110 | 100111100 | 1010110 | 110110 |
Color Harmonies of #EF22B8
Complementary color
Monochromatic Colors of #EF22B8
Black with #EF22B8
Text Example
Text Example
White with #EF22B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF22B8; }
p { color: rgb(239,34,184); }
H1.HeaderClassName
{
color: #EF22B8;
}
.AnyTagClassName
{
color: #EF22B8;
}
</style>
background-color css
<style>
a { background-color: #EF22B8; }
a { background-color: rgb(239,34,184); }
div.DivClassName
{
background-color: #EF22B8;
}
.BgClassName
{
background-color: #EF22B8;
}
</style>
border-color css
<style>
span { border-color: #EF22B8; }
span { border-color: rgb(239,34,184); }
td.TdClassName
{
border-color: #EF22B8;
}
.TagClassName
{
border-color: #EF22B8;
}
</style>