Shades of Spicy Pink #E620AF
Tints of Spicy Pink #E620AF
RGB
CMYK
RGB Variations
Color information
#E620AF (or 0xE620AF) is known color: Spicy Pink. HEX triplet: E6, 20 and AF. RGB value is (230,32,175). Sum of RGB (Red+Green+Blue) = 230+32+175=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E620AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E620AF is #19DF50. Grayscale: #6B6B6B. Windows color (decimal): -1695569 or 11477222. OLE color: 11477222.
HSL color Cylindrical-coordinate representation of color #E620AF: hue angle of 316.67º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620AF is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 175 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.10 |
| HSL | 316.67º | 0.8% | 0.51% | - |
| HSV(B) | 316.67º | 0.86% | 0.9% | - |
| XYZ | 40.89 | 20.95 | 42.45 | - |
| YUV | 107.5 | 166.1 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 175 | 0 | 0.86 | 0.24 | 0.10 | 316.67 | 0.8 | 0.51 |
| Hex | E6 | 20 | AF | 0 | 56 | 18 | A | 13D | 50 | 33 |
| Octal | 346 | 40 | 257 | 0 | 126 | 30 | 12 | 475 | 120 | 63 |
| Binary | 11100110 | 100000 | 10101111 | 0 | 1010110 | 11000 | 1010 | 100111101 | 1010000 | 110011 |
Color Harmonies of #E620AF
Complementary color
Monochromatic Colors of #E620AF
Black with #E620AF
Text Example
Text Example
White with #E620AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620AF; }
p { color: rgb(230,32,175); }
H1.HeaderClassName
{
color: #E620AF;
}
.AnyTagClassName
{
color: #E620AF;
}
</style>
background-color css
<style>
a { background-color: #E620AF; }
a { background-color: rgb(230,32,175); }
div.DivClassName
{
background-color: #E620AF;
}
.BgClassName
{
background-color: #E620AF;
}
</style>
border-color css
<style>
span { border-color: #E620AF; }
span { border-color: rgb(230,32,175); }
td.TdClassName
{
border-color: #E620AF;
}
.TagClassName
{
border-color: #E620AF;
}
</style>