Shades of Spicy Pink #E620AD
Tints of Spicy Pink #E620AD
RGB
CMYK
RGB Variations
Color information
#E620AD (or 0xE620AD) is known color: Spicy Pink. HEX triplet: E6, 20 and AD. RGB value is (230,32,173). Sum of RGB (Red+Green+Blue) = 230+32+173=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E620AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E620AD is #19DF52. Grayscale: #6A6A6A. Windows color (decimal): -1695571 or 11346150. OLE color: 11346150.
HSL color Cylindrical-coordinate representation of color #E620AD: hue angle of 317.27º 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 #E620AD is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 173 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.10 |
| HSL | 317.27º | 0.8% | 0.51% | - |
| HSV(B) | 317.27º | 0.86% | 0.9% | - |
| XYZ | 40.69 | 20.87 | 41.42 | - |
| YUV | 107.28 | 165.1 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 173 | 0 | 0.86 | 0.25 | 0.10 | 317.27 | 0.8 | 0.51 |
| Hex | E6 | 20 | AD | 0 | 56 | 19 | A | 13D | 50 | 33 |
| Octal | 346 | 40 | 255 | 0 | 126 | 31 | 12 | 475 | 120 | 63 |
| Binary | 11100110 | 100000 | 10101101 | 0 | 1010110 | 11001 | 1010 | 100111101 | 1010000 | 110011 |
Color Harmonies of #E620AD
Complementary color
Monochromatic Colors of #E620AD
Black with #E620AD
Text Example
Text Example
White with #E620AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620AD; }
p { color: rgb(230,32,173); }
H1.HeaderClassName
{
color: #E620AD;
}
.AnyTagClassName
{
color: #E620AD;
}
</style>
background-color css
<style>
a { background-color: #E620AD; }
a { background-color: rgb(230,32,173); }
div.DivClassName
{
background-color: #E620AD;
}
.BgClassName
{
background-color: #E620AD;
}
</style>
border-color css
<style>
span { border-color: #E620AD; }
span { border-color: rgb(230,32,173); }
td.TdClassName
{
border-color: #E620AD;
}
.TagClassName
{
border-color: #E620AD;
}
</style>