Shades of Spicy Pink #E317AD
Tints of Spicy Pink #E317AD
RGB
CMYK
RGB Variations
Color information
#E317AD (or 0xE317AD) is known color: Spicy Pink. HEX triplet: E3, 17 and AD. RGB value is (227,23,173). Sum of RGB (Red+Green+Blue) = 227+23+173=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E317AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E317AD is #1CE852. Grayscale: #646464. Windows color (decimal): -1894483 or 11343843. OLE color: 11343843.
HSL color Cylindrical-coordinate representation of color #E317AD: hue angle of 315.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E317AD is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 23 | 173 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.11 |
| HSL | 315.88º | 0.82% | 0.49% | - |
| HSV(B) | 315.88º | 0.9% | 0.89% | - |
| XYZ | 39.53 | 19.96 | 41.3 | - |
| YUV | 101.1 | 168.59 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 23 | 173 | 0 | 0.90 | 0.24 | 0.11 | 315.88 | 0.82 | 0.49 |
| Hex | E3 | 17 | AD | 0 | 5A | 18 | B | 13C | 52 | 31 |
| Octal | 343 | 27 | 255 | 0 | 132 | 30 | 13 | 474 | 122 | 61 |
| Binary | 11100011 | 10111 | 10101101 | 0 | 1011010 | 11000 | 1011 | 100111100 | 1010010 | 110001 |
Color Harmonies of #E317AD
Complementary color
Monochromatic Colors of #E317AD
Black with #E317AD
Text Example
Text Example
White with #E317AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E317AD; }
p { color: rgb(227,23,173); }
H1.HeaderClassName
{
color: #E317AD;
}
.AnyTagClassName
{
color: #E317AD;
}
</style>
background-color css
<style>
a { background-color: #E317AD; }
a { background-color: rgb(227,23,173); }
div.DivClassName
{
background-color: #E317AD;
}
.BgClassName
{
background-color: #E317AD;
}
</style>
border-color css
<style>
span { border-color: #E317AD; }
span { border-color: rgb(227,23,173); }
td.TdClassName
{
border-color: #E317AD;
}
.TagClassName
{
border-color: #E317AD;
}
</style>