Shades of Spicy Pink #E61CAF
Tints of Spicy Pink #E61CAF
RGB
CMYK
RGB Variations
Color information
#E61CAF (or 0xE61CAF) is known color: Spicy Pink. HEX triplet: E6, 1C and AF. RGB value is (230,28,175). Sum of RGB (Red+Green+Blue) = 230+28+175=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61CAF is #19E350. Grayscale: #686868. Windows color (decimal): -1696593 or 11476198. OLE color: 11476198.
HSL color Cylindrical-coordinate representation of color #E61CAF: hue angle of 316.34º 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 #E61CAF is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 175 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.10 |
| HSL | 316.34º | 0.8% | 0.51% | - |
| HSV(B) | 316.34º | 0.88% | 0.9% | - |
| XYZ | 40.79 | 20.75 | 42.41 | - |
| YUV | 105.16 | 167.42 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 175 | 0 | 0.88 | 0.24 | 0.10 | 316.34 | 0.8 | 0.51 |
| Hex | E6 | 1C | AF | 0 | 58 | 18 | A | 13C | 50 | 33 |
| Octal | 346 | 34 | 257 | 0 | 130 | 30 | 12 | 474 | 120 | 63 |
| Binary | 11100110 | 11100 | 10101111 | 0 | 1011000 | 11000 | 1010 | 100111100 | 1010000 | 110011 |
Color Harmonies of #E61CAF
Complementary color
Monochromatic Colors of #E61CAF
Black with #E61CAF
Text Example
Text Example
White with #E61CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CAF; }
p { color: rgb(230,28,175); }
H1.HeaderClassName
{
color: #E61CAF;
}
.AnyTagClassName
{
color: #E61CAF;
}
</style>
background-color css
<style>
a { background-color: #E61CAF; }
a { background-color: rgb(230,28,175); }
div.DivClassName
{
background-color: #E61CAF;
}
.BgClassName
{
background-color: #E61CAF;
}
</style>
border-color css
<style>
span { border-color: #E61CAF; }
span { border-color: rgb(230,28,175); }
td.TdClassName
{
border-color: #E61CAF;
}
.TagClassName
{
border-color: #E61CAF;
}
</style>