Shades of Spicy Pink #E718A8
Tints of Spicy Pink #E718A8
RGB
CMYK
RGB Variations
Color information
#E718A8 (or 0xE718A8) is known color: Spicy Pink. HEX triplet: E7, 18 and A8. RGB value is (231,24,168). Sum of RGB (Red+Green+Blue) = 231+24+168=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E718A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E718A8 is #18E757. Grayscale: #656565. Windows color (decimal): -1632088 or 11016423. OLE color: 11016423.
HSL color Cylindrical-coordinate representation of color #E718A8: hue angle of 318.26º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E718A8 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 168 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.09 |
| HSL | 318.26º | 0.81% | 0.5% | - |
| HSV(B) | 318.26º | 0.9% | 0.91% | - |
| XYZ | 40.35 | 20.47 | 38.87 | - |
| YUV | 102.31 | 165.08 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 168 | 0 | 0.90 | 0.27 | 0.09 | 318.26 | 0.81 | 0.5 |
| Hex | E7 | 18 | A8 | 0 | 5A | 1B | 9 | 13E | 51 | 32 |
| Octal | 347 | 30 | 250 | 0 | 132 | 33 | 11 | 476 | 121 | 62 |
| Binary | 11100111 | 11000 | 10101000 | 0 | 1011010 | 11011 | 1001 | 100111110 | 1010001 | 110010 |
Color Harmonies of #E718A8
Complementary color
Monochromatic Colors of #E718A8
Black with #E718A8
Text Example
Text Example
White with #E718A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718A8; }
p { color: rgb(231,24,168); }
H1.HeaderClassName
{
color: #E718A8;
}
.AnyTagClassName
{
color: #E718A8;
}
</style>
background-color css
<style>
a { background-color: #E718A8; }
a { background-color: rgb(231,24,168); }
div.DivClassName
{
background-color: #E718A8;
}
.BgClassName
{
background-color: #E718A8;
}
</style>
border-color css
<style>
span { border-color: #E718A8; }
span { border-color: rgb(231,24,168); }
td.TdClassName
{
border-color: #E718A8;
}
.TagClassName
{
border-color: #E718A8;
}
</style>