Shades of Spicy Pink #E912AF
Tints of Spicy Pink #E912AF
RGB
CMYK
RGB Variations
Color information
#E912AF (or 0xE912AF) is known color: Spicy Pink. HEX triplet: E9, 12 and AF. RGB value is (233,18,175). Sum of RGB (Red+Green+Blue) = 233+18+175=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E912AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E912AF is #16ED50. Grayscale: #636363. Windows color (decimal): -1502545 or 11473641. OLE color: 11473641.
HSL color Cylindrical-coordinate representation of color #E912AF: hue angle of 316.19º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E912AF is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 175 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.09 |
| HSL | 316.19º | 0.86% | 0.49% | - |
| HSV(B) | 316.19º | 0.92% | 0.91% | - |
| XYZ | 41.56 | 20.85 | 42.39 | - |
| YUV | 100.18 | 170.23 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 175 | 0 | 0.92 | 0.25 | 0.09 | 316.19 | 0.86 | 0.49 |
| Hex | E9 | 12 | AF | 0 | 5C | 19 | 9 | 13C | 56 | 31 |
| Octal | 351 | 22 | 257 | 0 | 134 | 31 | 11 | 474 | 126 | 61 |
| Binary | 11101001 | 10010 | 10101111 | 0 | 1011100 | 11001 | 1001 | 100111100 | 1010110 | 110001 |
Color Harmonies of #E912AF
Complementary color
Monochromatic Colors of #E912AF
Black with #E912AF
Text Example
Text Example
White with #E912AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E912AF; }
p { color: rgb(233,18,175); }
H1.HeaderClassName
{
color: #E912AF;
}
.AnyTagClassName
{
color: #E912AF;
}
</style>
background-color css
<style>
a { background-color: #E912AF; }
a { background-color: rgb(233,18,175); }
div.DivClassName
{
background-color: #E912AF;
}
.BgClassName
{
background-color: #E912AF;
}
</style>
border-color css
<style>
span { border-color: #E912AF; }
span { border-color: rgb(233,18,175); }
td.TdClassName
{
border-color: #E912AF;
}
.TagClassName
{
border-color: #E912AF;
}
</style>