Shades of Spicy Pink #E613AF
Tints of Spicy Pink #E613AF
RGB
CMYK
RGB Variations
Color information
#E613AF (or 0xE613AF) is known color: Spicy Pink. HEX triplet: E6, 13 and AF. RGB value is (230,19,175). Sum of RGB (Red+Green+Blue) = 230+19+175=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E613AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E613AF is #19EC50. Grayscale: #636363. Windows color (decimal): -1698897 or 11473894. OLE color: 11473894.
HSL color Cylindrical-coordinate representation of color #E613AF: hue angle of 315.64º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613AF is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 175 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.10 |
| HSL | 315.64º | 0.85% | 0.49% | - |
| HSV(B) | 315.64º | 0.92% | 0.9% | - |
| XYZ | 40.6 | 20.38 | 42.35 | - |
| YUV | 99.87 | 170.4 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 175 | 0 | 0.92 | 0.24 | 0.10 | 315.64 | 0.85 | 0.49 |
| Hex | E6 | 13 | AF | 0 | 5C | 18 | A | 13C | 55 | 31 |
| Octal | 346 | 23 | 257 | 0 | 134 | 30 | 12 | 474 | 125 | 61 |
| Binary | 11100110 | 10011 | 10101111 | 0 | 1011100 | 11000 | 1010 | 100111100 | 1010101 | 110001 |
Color Harmonies of #E613AF
Complementary color
Monochromatic Colors of #E613AF
Black with #E613AF
Text Example
Text Example
White with #E613AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613AF; }
p { color: rgb(230,19,175); }
H1.HeaderClassName
{
color: #E613AF;
}
.AnyTagClassName
{
color: #E613AF;
}
</style>
background-color css
<style>
a { background-color: #E613AF; }
a { background-color: rgb(230,19,175); }
div.DivClassName
{
background-color: #E613AF;
}
.BgClassName
{
background-color: #E613AF;
}
</style>
border-color css
<style>
span { border-color: #E613AF; }
span { border-color: rgb(230,19,175); }
td.TdClassName
{
border-color: #E613AF;
}
.TagClassName
{
border-color: #E613AF;
}
</style>