Shades of Spicy Pink #EB17A8
Tints of Spicy Pink #EB17A8
RGB
CMYK
RGB Variations
Color information
#EB17A8 (or 0xEB17A8) is known color: Spicy Pink. HEX triplet: EB, 17 and A8. RGB value is (235,23,168). Sum of RGB (Red+Green+Blue) = 235+23+168=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB17A8 is #14E857. Grayscale: #666666. Windows color (decimal): -1370200 or 11016171. OLE color: 11016171.
HSL color Cylindrical-coordinate representation of color #EB17A8: hue angle of 318.96º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB17A8 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 168 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.08 |
| HSL | 318.96º | 0.84% | 0.51% | - |
| HSV(B) | 318.96º | 0.9% | 0.92% | - |
| XYZ | 41.64 | 21.1 | 38.92 | - |
| YUV | 102.92 | 164.74 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 168 | 0 | 0.90 | 0.29 | 0.08 | 318.96 | 0.84 | 0.51 |
| Hex | EB | 17 | A8 | 0 | 5A | 1D | 8 | 13F | 54 | 33 |
| Octal | 353 | 27 | 250 | 0 | 132 | 35 | 10 | 477 | 124 | 63 |
| Binary | 11101011 | 10111 | 10101000 | 0 | 1011010 | 11101 | 1000 | 100111111 | 1010100 | 110011 |
Color Harmonies of #EB17A8
Complementary color
Monochromatic Colors of #EB17A8
Black with #EB17A8
Text Example
Text Example
White with #EB17A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17A8; }
p { color: rgb(235,23,168); }
H1.HeaderClassName
{
color: #EB17A8;
}
.AnyTagClassName
{
color: #EB17A8;
}
</style>
background-color css
<style>
a { background-color: #EB17A8; }
a { background-color: rgb(235,23,168); }
div.DivClassName
{
background-color: #EB17A8;
}
.BgClassName
{
background-color: #EB17A8;
}
</style>
border-color css
<style>
span { border-color: #EB17A8; }
span { border-color: rgb(235,23,168); }
td.TdClassName
{
border-color: #EB17A8;
}
.TagClassName
{
border-color: #EB17A8;
}
</style>