Shades of Spicy Pink #EE14AF
Tints of Spicy Pink #EE14AF
RGB
CMYK
RGB Variations
Color information
#EE14AF (or 0xEE14AF) is known color: Spicy Pink. HEX triplet: EE, 14 and AF. RGB value is (238,20,175). Sum of RGB (Red+Green+Blue) = 238+20+175=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE14AF is #11EB50. Grayscale: #666666. Windows color (decimal): -1174353 or 11474158. OLE color: 11474158.
HSL color Cylindrical-coordinate representation of color #EE14AF: hue angle of 317.34º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE14AF is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 175 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.07 |
| HSL | 317.34º | 0.87% | 0.51% | - |
| HSV(B) | 317.34º | 0.92% | 0.93% | - |
| XYZ | 43.25 | 21.77 | 42.48 | - |
| YUV | 102.85 | 168.72 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 175 | 0 | 0.92 | 0.26 | 0.07 | 317.34 | 0.87 | 0.51 |
| Hex | EE | 14 | AF | 0 | 5C | 1A | 7 | 13D | 57 | 33 |
| Octal | 356 | 24 | 257 | 0 | 134 | 32 | 7 | 475 | 127 | 63 |
| Binary | 11101110 | 10100 | 10101111 | 0 | 1011100 | 11010 | 111 | 100111101 | 1010111 | 110011 |
Color Harmonies of #EE14AF
Complementary color
Monochromatic Colors of #EE14AF
Black with #EE14AF
Text Example
Text Example
White with #EE14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14AF; }
p { color: rgb(238,20,175); }
H1.HeaderClassName
{
color: #EE14AF;
}
.AnyTagClassName
{
color: #EE14AF;
}
</style>
background-color css
<style>
a { background-color: #EE14AF; }
a { background-color: rgb(238,20,175); }
div.DivClassName
{
background-color: #EE14AF;
}
.BgClassName
{
background-color: #EE14AF;
}
</style>
border-color css
<style>
span { border-color: #EE14AF; }
span { border-color: rgb(238,20,175); }
td.TdClassName
{
border-color: #EE14AF;
}
.TagClassName
{
border-color: #EE14AF;
}
</style>