Shades of Spicy Pink #E61CAD
Tints of Spicy Pink #E61CAD
RGB
CMYK
RGB Variations
Color information
#E61CAD (or 0xE61CAD) is known color: Spicy Pink. HEX triplet: E6, 1C and AD. RGB value is (230,28,173). Sum of RGB (Red+Green+Blue) = 230+28+173=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61CAD is #19E352. Grayscale: #686868. Windows color (decimal): -1696595 or 11345126. OLE color: 11345126.
HSL color Cylindrical-coordinate representation of color #E61CAD: hue angle of 316.93º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CAD is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 173 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.10 |
| HSL | 316.93º | 0.8% | 0.51% | - |
| HSV(B) | 316.93º | 0.88% | 0.9% | - |
| XYZ | 40.59 | 20.67 | 41.39 | - |
| YUV | 104.93 | 166.42 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 173 | 0 | 0.88 | 0.25 | 0.10 | 316.93 | 0.8 | 0.51 |
| Hex | E6 | 1C | AD | 0 | 58 | 19 | A | 13D | 50 | 33 |
| Octal | 346 | 34 | 255 | 0 | 130 | 31 | 12 | 475 | 120 | 63 |
| Binary | 11100110 | 11100 | 10101101 | 0 | 1011000 | 11001 | 1010 | 100111101 | 1010000 | 110011 |
Color Harmonies of #E61CAD
Complementary color
Monochromatic Colors of #E61CAD
Black with #E61CAD
Text Example
Text Example
White with #E61CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CAD; }
p { color: rgb(230,28,173); }
H1.HeaderClassName
{
color: #E61CAD;
}
.AnyTagClassName
{
color: #E61CAD;
}
</style>
background-color css
<style>
a { background-color: #E61CAD; }
a { background-color: rgb(230,28,173); }
div.DivClassName
{
background-color: #E61CAD;
}
.BgClassName
{
background-color: #E61CAD;
}
</style>
border-color css
<style>
span { border-color: #E61CAD; }
span { border-color: rgb(230,28,173); }
td.TdClassName
{
border-color: #E61CAD;
}
.TagClassName
{
border-color: #E61CAD;
}
</style>