Shades of Spicy Pink #EB17AB
Tints of Spicy Pink #EB17AB
RGB
CMYK
RGB Variations
Color information
#EB17AB (or 0xEB17AB) is known color: Spicy Pink. HEX triplet: EB, 17 and AB. RGB value is (235,23,171). Sum of RGB (Red+Green+Blue) = 235+23+171=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB17AB is #14E854. Grayscale: #666666. Windows color (decimal): -1370197 or 11212779. OLE color: 11212779.
HSL color Cylindrical-coordinate representation of color #EB17AB: hue angle of 318.11º 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 #EB17AB is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 171 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.08 |
| HSL | 318.11º | 0.84% | 0.51% | - |
| HSV(B) | 318.11º | 0.9% | 0.92% | - |
| XYZ | 41.92 | 21.22 | 40.41 | - |
| YUV | 103.26 | 166.24 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 171 | 0 | 0.90 | 0.27 | 0.08 | 318.11 | 0.84 | 0.51 |
| Hex | EB | 17 | AB | 0 | 5A | 1B | 8 | 13E | 54 | 33 |
| Octal | 353 | 27 | 253 | 0 | 132 | 33 | 10 | 476 | 124 | 63 |
| Binary | 11101011 | 10111 | 10101011 | 0 | 1011010 | 11011 | 1000 | 100111110 | 1010100 | 110011 |
Color Harmonies of #EB17AB
Complementary color
Monochromatic Colors of #EB17AB
Black with #EB17AB
Text Example
Text Example
White with #EB17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17AB; }
p { color: rgb(235,23,171); }
H1.HeaderClassName
{
color: #EB17AB;
}
.AnyTagClassName
{
color: #EB17AB;
}
</style>
background-color css
<style>
a { background-color: #EB17AB; }
a { background-color: rgb(235,23,171); }
div.DivClassName
{
background-color: #EB17AB;
}
.BgClassName
{
background-color: #EB17AB;
}
</style>
border-color css
<style>
span { border-color: #EB17AB; }
span { border-color: rgb(235,23,171); }
td.TdClassName
{
border-color: #EB17AB;
}
.TagClassName
{
border-color: #EB17AB;
}
</style>