Shades of Spicy Pink #EF27BB
Tints of Spicy Pink #EF27BB
RGB
CMYK
RGB Variations
Color information
#EF27BB (or 0xEF27BB) is known color: Spicy Pink. HEX triplet: EF, 27 and BB. RGB value is (239,39,187). Sum of RGB (Red+Green+Blue) = 239+39+187=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27BB is #10D844. Grayscale: #737373. Windows color (decimal): -1103941 or 12265455. OLE color: 12265455.
HSL color Cylindrical-coordinate representation of color #EF27BB: hue angle of 315.6º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF27BB is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 187 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.06 |
| HSL | 315.6º | 0.86% | 0.55% | - |
| HSV(B) | 315.6º | 0.84% | 0.94% | - |
| XYZ | 45.29 | 23.39 | 49.14 | - |
| YUV | 115.67 | 168.26 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 187 | 0 | 0.84 | 0.22 | 0.06 | 315.6 | 0.86 | 0.55 |
| Hex | EF | 27 | BB | 0 | 54 | 16 | 6 | 13C | 56 | 37 |
| Octal | 357 | 47 | 273 | 0 | 124 | 26 | 6 | 474 | 126 | 67 |
| Binary | 11101111 | 100111 | 10111011 | 0 | 1010100 | 10110 | 110 | 100111100 | 1010110 | 110111 |
Color Harmonies of #EF27BB
Complementary color
Monochromatic Colors of #EF27BB
Black with #EF27BB
Text Example
Text Example
White with #EF27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF27BB; }
p { color: rgb(239,39,187); }
H1.HeaderClassName
{
color: #EF27BB;
}
.AnyTagClassName
{
color: #EF27BB;
}
</style>
background-color css
<style>
a { background-color: #EF27BB; }
a { background-color: rgb(239,39,187); }
div.DivClassName
{
background-color: #EF27BB;
}
.BgClassName
{
background-color: #EF27BB;
}
</style>
border-color css
<style>
span { border-color: #EF27BB; }
span { border-color: rgb(239,39,187); }
td.TdClassName
{
border-color: #EF27BB;
}
.TagClassName
{
border-color: #EF27BB;
}
</style>