Shades of Spicy Pink #EA17AB
Tints of Spicy Pink #EA17AB
RGB
CMYK
RGB Variations
Color information
#EA17AB (or 0xEA17AB) is known color: Spicy Pink. HEX triplet: EA, 17 and AB. RGB value is (234,23,171). Sum of RGB (Red+Green+Blue) = 234+23+171=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA17AB is #15E854. Grayscale: #666666. Windows color (decimal): -1435733 or 11212778. OLE color: 11212778.
HSL color Cylindrical-coordinate representation of color #EA17AB: hue angle of 317.91º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA17AB is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 171 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.08 |
| HSL | 317.91º | 0.83% | 0.5% | - |
| HSV(B) | 317.91º | 0.9% | 0.92% | - |
| XYZ | 41.59 | 21.05 | 40.4 | - |
| YUV | 102.96 | 166.4 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 171 | 0 | 0.90 | 0.27 | 0.08 | 317.91 | 0.83 | 0.5 |
| Hex | EA | 17 | AB | 0 | 5A | 1B | 8 | 13E | 53 | 32 |
| Octal | 352 | 27 | 253 | 0 | 132 | 33 | 10 | 476 | 123 | 62 |
| Binary | 11101010 | 10111 | 10101011 | 0 | 1011010 | 11011 | 1000 | 100111110 | 1010011 | 110010 |
Color Harmonies of #EA17AB
Complementary color
Monochromatic Colors of #EA17AB
Black with #EA17AB
Text Example
Text Example
White with #EA17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17AB; }
p { color: rgb(234,23,171); }
H1.HeaderClassName
{
color: #EA17AB;
}
.AnyTagClassName
{
color: #EA17AB;
}
</style>
background-color css
<style>
a { background-color: #EA17AB; }
a { background-color: rgb(234,23,171); }
div.DivClassName
{
background-color: #EA17AB;
}
.BgClassName
{
background-color: #EA17AB;
}
</style>
border-color css
<style>
span { border-color: #EA17AB; }
span { border-color: rgb(234,23,171); }
td.TdClassName
{
border-color: #EA17AB;
}
.TagClassName
{
border-color: #EA17AB;
}
</style>