Shades of Spicy Pink #EF23B0
Tints of Spicy Pink #EF23B0
RGB
CMYK
RGB Variations
Color information
#EF23B0 (or 0xEF23B0) is known color: Spicy Pink. HEX triplet: EF, 23 and B0. RGB value is (239,35,176). Sum of RGB (Red+Green+Blue) = 239+35+176=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF23B0 is #10DC4F. Grayscale: #6F6F6F. Windows color (decimal): -1104976 or 11543535. OLE color: 11543535.
HSL color Cylindrical-coordinate representation of color #EF23B0: hue angle of 318.53º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF23B0 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 176 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.06 |
| HSL | 318.53º | 0.86% | 0.54% | - |
| HSV(B) | 318.53º | 0.85% | 0.94% | - |
| XYZ | 44.03 | 22.69 | 43.13 | - |
| YUV | 112.07 | 164.09 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 176 | 0 | 0.85 | 0.26 | 0.06 | 318.53 | 0.86 | 0.54 |
| Hex | EF | 23 | B0 | 0 | 55 | 1A | 6 | 13F | 56 | 36 |
| Octal | 357 | 43 | 260 | 0 | 125 | 32 | 6 | 477 | 126 | 66 |
| Binary | 11101111 | 100011 | 10110000 | 0 | 1010101 | 11010 | 110 | 100111111 | 1010110 | 110110 |
Color Harmonies of #EF23B0
Complementary color
Monochromatic Colors of #EF23B0
Black with #EF23B0
Text Example
Text Example
White with #EF23B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF23B0; }
p { color: rgb(239,35,176); }
H1.HeaderClassName
{
color: #EF23B0;
}
.AnyTagClassName
{
color: #EF23B0;
}
</style>
background-color css
<style>
a { background-color: #EF23B0; }
a { background-color: rgb(239,35,176); }
div.DivClassName
{
background-color: #EF23B0;
}
.BgClassName
{
background-color: #EF23B0;
}
</style>
border-color css
<style>
span { border-color: #EF23B0; }
span { border-color: rgb(239,35,176); }
td.TdClassName
{
border-color: #EF23B0;
}
.TagClassName
{
border-color: #EF23B0;
}
</style>