Shades of Spicy Pink #EE17A5
Tints of Spicy Pink #EE17A5
RGB
CMYK
RGB Variations
Color information
#EE17A5 (or 0xEE17A5) is known color: Spicy Pink. HEX triplet: EE, 17 and A5. RGB value is (238,23,165). Sum of RGB (Red+Green+Blue) = 238+23+165=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE17A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE17A5 is #11E85A. Grayscale: #676767. Windows color (decimal): -1173595 or 10819566. OLE color: 10819566.
HSL color Cylindrical-coordinate representation of color #EE17A5: hue angle of 320.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE17A5 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 165 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.07 |
| HSL | 320.37º | 0.86% | 0.51% | - |
| HSV(B) | 320.37º | 0.9% | 0.93% | - |
| XYZ | 42.36 | 21.51 | 37.52 | - |
| YUV | 103.47 | 162.73 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 165 | 0 | 0.90 | 0.31 | 0.07 | 320.37 | 0.86 | 0.51 |
| Hex | EE | 17 | A5 | 0 | 5A | 1F | 7 | 140 | 56 | 33 |
| Octal | 356 | 27 | 245 | 0 | 132 | 37 | 7 | 500 | 126 | 63 |
| Binary | 11101110 | 10111 | 10100101 | 0 | 1011010 | 11111 | 111 | 101000000 | 1010110 | 110011 |
Color Harmonies of #EE17A5
Complementary color
Monochromatic Colors of #EE17A5
Black with #EE17A5
Text Example
Text Example
White with #EE17A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE17A5; }
p { color: rgb(238,23,165); }
H1.HeaderClassName
{
color: #EE17A5;
}
.AnyTagClassName
{
color: #EE17A5;
}
</style>
background-color css
<style>
a { background-color: #EE17A5; }
a { background-color: rgb(238,23,165); }
div.DivClassName
{
background-color: #EE17A5;
}
.BgClassName
{
background-color: #EE17A5;
}
</style>
border-color css
<style>
span { border-color: #EE17A5; }
span { border-color: rgb(238,23,165); }
td.TdClassName
{
border-color: #EE17A5;
}
.TagClassName
{
border-color: #EE17A5;
}
</style>