Shades of Spicy Pink #E715AD
Tints of Spicy Pink #E715AD
RGB
CMYK
RGB Variations
Color information
#E715AD (or 0xE715AD) is known color: Spicy Pink. HEX triplet: E7, 15 and AD. RGB value is (231,21,173). Sum of RGB (Red+Green+Blue) = 231+21+173=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E715AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E715AD is #18EA52. Grayscale: #646464. Windows color (decimal): -1632851 or 11343335. OLE color: 11343335.
HSL color Cylindrical-coordinate representation of color #E715AD: hue angle of 316.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E715AD is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 173 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.09 |
| HSL | 316.57º | 0.83% | 0.49% | - |
| HSV(B) | 316.57º | 0.91% | 0.91% | - |
| XYZ | 40.77 | 20.54 | 41.35 | - |
| YUV | 101.12 | 168.57 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 173 | 0 | 0.91 | 0.25 | 0.09 | 316.57 | 0.83 | 0.49 |
| Hex | E7 | 15 | AD | 0 | 5B | 19 | 9 | 13D | 53 | 31 |
| Octal | 347 | 25 | 255 | 0 | 133 | 31 | 11 | 475 | 123 | 61 |
| Binary | 11100111 | 10101 | 10101101 | 0 | 1011011 | 11001 | 1001 | 100111101 | 1010011 | 110001 |
Color Harmonies of #E715AD
Complementary color
Monochromatic Colors of #E715AD
Black with #E715AD
Text Example
Text Example
White with #E715AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715AD; }
p { color: rgb(231,21,173); }
H1.HeaderClassName
{
color: #E715AD;
}
.AnyTagClassName
{
color: #E715AD;
}
</style>
background-color css
<style>
a { background-color: #E715AD; }
a { background-color: rgb(231,21,173); }
div.DivClassName
{
background-color: #E715AD;
}
.BgClassName
{
background-color: #E715AD;
}
</style>
border-color css
<style>
span { border-color: #E715AD; }
span { border-color: rgb(231,21,173); }
td.TdClassName
{
border-color: #E715AD;
}
.TagClassName
{
border-color: #E715AD;
}
</style>