Shades of Spicy Pink #EB14A8
Tints of Spicy Pink #EB14A8
RGB
CMYK
RGB Variations
Color information
#EB14A8 (or 0xEB14A8) is known color: Spicy Pink. HEX triplet: EB, 14 and A8. RGB value is (235,20,168). Sum of RGB (Red+Green+Blue) = 235+20+168=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB14A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB14A8 is #14EB57. Grayscale: #646464. Windows color (decimal): -1370968 or 11015403. OLE color: 11015403.
HSL color Cylindrical-coordinate representation of color #EB14A8: hue angle of 318.7º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB14A8 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 168 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.08 |
| HSL | 318.7º | 0.84% | 0.5% | - |
| HSV(B) | 318.7º | 0.91% | 0.92% | - |
| XYZ | 41.58 | 20.99 | 38.91 | - |
| YUV | 101.16 | 165.73 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 168 | 0 | 0.91 | 0.29 | 0.08 | 318.7 | 0.84 | 0.5 |
| Hex | EB | 14 | A8 | 0 | 5B | 1D | 8 | 13F | 54 | 32 |
| Octal | 353 | 24 | 250 | 0 | 133 | 35 | 10 | 477 | 124 | 62 |
| Binary | 11101011 | 10100 | 10101000 | 0 | 1011011 | 11101 | 1000 | 100111111 | 1010100 | 110010 |
Color Harmonies of #EB14A8
Complementary color
Monochromatic Colors of #EB14A8
Black with #EB14A8
Text Example
Text Example
White with #EB14A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB14A8; }
p { color: rgb(235,20,168); }
H1.HeaderClassName
{
color: #EB14A8;
}
.AnyTagClassName
{
color: #EB14A8;
}
</style>
background-color css
<style>
a { background-color: #EB14A8; }
a { background-color: rgb(235,20,168); }
div.DivClassName
{
background-color: #EB14A8;
}
.BgClassName
{
background-color: #EB14A8;
}
</style>
border-color css
<style>
span { border-color: #EB14A8; }
span { border-color: rgb(235,20,168); }
td.TdClassName
{
border-color: #EB14A8;
}
.TagClassName
{
border-color: #EB14A8;
}
</style>