Shades of Spicy Pink #EE14AA
Tints of Spicy Pink #EE14AA
RGB
CMYK
RGB Variations
Color information
#EE14AA (or 0xEE14AA) is known color: Spicy Pink. HEX triplet: EE, 14 and AA. RGB value is (238,20,170). Sum of RGB (Red+Green+Blue) = 238+20+170=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE14AA is #11EB55. Grayscale: #656565. Windows color (decimal): -1174358 or 11146478. OLE color: 11146478.
HSL color Cylindrical-coordinate representation of color #EE14AA: hue angle of 318.72º 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 #EE14AA is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 170 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.07 |
| HSL | 318.72º | 0.87% | 0.51% | - |
| HSV(B) | 318.72º | 0.92% | 0.93% | - |
| XYZ | 42.77 | 21.58 | 39.94 | - |
| YUV | 102.28 | 166.22 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 170 | 0 | 0.92 | 0.29 | 0.07 | 318.72 | 0.87 | 0.51 |
| Hex | EE | 14 | AA | 0 | 5C | 1D | 7 | 13F | 57 | 33 |
| Octal | 356 | 24 | 252 | 0 | 134 | 35 | 7 | 477 | 127 | 63 |
| Binary | 11101110 | 10100 | 10101010 | 0 | 1011100 | 11101 | 111 | 100111111 | 1010111 | 110011 |
Color Harmonies of #EE14AA
Complementary color
Monochromatic Colors of #EE14AA
Black with #EE14AA
Text Example
Text Example
White with #EE14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14AA; }
p { color: rgb(238,20,170); }
H1.HeaderClassName
{
color: #EE14AA;
}
.AnyTagClassName
{
color: #EE14AA;
}
</style>
background-color css
<style>
a { background-color: #EE14AA; }
a { background-color: rgb(238,20,170); }
div.DivClassName
{
background-color: #EE14AA;
}
.BgClassName
{
background-color: #EE14AA;
}
</style>
border-color css
<style>
span { border-color: #EE14AA; }
span { border-color: rgb(238,20,170); }
td.TdClassName
{
border-color: #EE14AA;
}
.TagClassName
{
border-color: #EE14AA;
}
</style>