Shades of Spicy Pink #E715AF
Tints of Spicy Pink #E715AF
RGB
CMYK
RGB Variations
Color information
#E715AF (or 0xE715AF) is known color: Spicy Pink. HEX triplet: E7, 15 and AF. RGB value is (231,21,175). Sum of RGB (Red+Green+Blue) = 231+21+175=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E715AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E715AF is #18EA50. Grayscale: #646464. Windows color (decimal): -1632849 or 11474407. OLE color: 11474407.
HSL color Cylindrical-coordinate representation of color #E715AF: hue angle of 316º 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 #E715AF is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 175 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.09 |
| HSL | 316º | 0.83% | 0.49% | - |
| HSV(B) | 316º | 0.91% | 0.91% | - |
| XYZ | 40.96 | 20.62 | 42.38 | - |
| YUV | 101.35 | 169.57 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 175 | 0 | 0.91 | 0.24 | 0.09 | 316 | 0.83 | 0.49 |
| Hex | E7 | 15 | AF | 0 | 5B | 18 | 9 | 13C | 53 | 31 |
| Octal | 347 | 25 | 257 | 0 | 133 | 30 | 11 | 474 | 123 | 61 |
| Binary | 11100111 | 10101 | 10101111 | 0 | 1011011 | 11000 | 1001 | 100111100 | 1010011 | 110001 |
Color Harmonies of #E715AF
Complementary color
Monochromatic Colors of #E715AF
Black with #E715AF
Text Example
Text Example
White with #E715AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715AF; }
p { color: rgb(231,21,175); }
H1.HeaderClassName
{
color: #E715AF;
}
.AnyTagClassName
{
color: #E715AF;
}
</style>
background-color css
<style>
a { background-color: #E715AF; }
a { background-color: rgb(231,21,175); }
div.DivClassName
{
background-color: #E715AF;
}
.BgClassName
{
background-color: #E715AF;
}
</style>
border-color css
<style>
span { border-color: #E715AF; }
span { border-color: rgb(231,21,175); }
td.TdClassName
{
border-color: #E715AF;
}
.TagClassName
{
border-color: #E715AF;
}
</style>