Shades of Spicy Pink #EA14AF
Tints of Spicy Pink #EA14AF
RGB
CMYK
RGB Variations
Color information
#EA14AF (or 0xEA14AF) is known color: Spicy Pink. HEX triplet: EA, 14 and AF. RGB value is (234,20,175). Sum of RGB (Red+Green+Blue) = 234+20+175=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA14AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA14AF is #15EB50. Grayscale: #656565. Windows color (decimal): -1436497 or 11474154. OLE color: 11474154.
HSL color Cylindrical-coordinate representation of color #EA14AF: hue angle of 316.54º 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 #EA14AF is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 175 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.08 |
| HSL | 316.54º | 0.84% | 0.5% | - |
| HSV(B) | 316.54º | 0.91% | 0.92% | - |
| XYZ | 41.92 | 21.09 | 42.42 | - |
| YUV | 101.66 | 169.4 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 175 | 0 | 0.91 | 0.25 | 0.08 | 316.54 | 0.84 | 0.5 |
| Hex | EA | 14 | AF | 0 | 5B | 19 | 8 | 13D | 54 | 32 |
| Octal | 352 | 24 | 257 | 0 | 133 | 31 | 10 | 475 | 124 | 62 |
| Binary | 11101010 | 10100 | 10101111 | 0 | 1011011 | 11001 | 1000 | 100111101 | 1010100 | 110010 |
Color Harmonies of #EA14AF
Complementary color
Monochromatic Colors of #EA14AF
Black with #EA14AF
Text Example
Text Example
White with #EA14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA14AF; }
p { color: rgb(234,20,175); }
H1.HeaderClassName
{
color: #EA14AF;
}
.AnyTagClassName
{
color: #EA14AF;
}
</style>
background-color css
<style>
a { background-color: #EA14AF; }
a { background-color: rgb(234,20,175); }
div.DivClassName
{
background-color: #EA14AF;
}
.BgClassName
{
background-color: #EA14AF;
}
</style>
border-color css
<style>
span { border-color: #EA14AF; }
span { border-color: rgb(234,20,175); }
td.TdClassName
{
border-color: #EA14AF;
}
.TagClassName
{
border-color: #EA14AF;
}
</style>