Shades of Spicy Pink #E61FAB
Tints of Spicy Pink #E61FAB
RGB
CMYK
RGB Variations
Color information
#E61FAB (or 0xE61FAB) is known color: Spicy Pink. HEX triplet: E6, 1F and AB. RGB value is (230,31,171). Sum of RGB (Red+Green+Blue) = 230+31+171=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61FAB is #19E054. Grayscale: #6A6A6A. Windows color (decimal): -1695829 or 11214822. OLE color: 11214822.
HSL color Cylindrical-coordinate representation of color #E61FAB: hue angle of 317.79º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FAB is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 171 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.10 |
| HSL | 317.79º | 0.8% | 0.51% | - |
| HSV(B) | 317.79º | 0.87% | 0.9% | - |
| XYZ | 40.47 | 20.74 | 40.4 | - |
| YUV | 106.46 | 164.43 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 171 | 0 | 0.87 | 0.26 | 0.10 | 317.79 | 0.8 | 0.51 |
| Hex | E6 | 1F | AB | 0 | 57 | 1A | A | 13E | 50 | 33 |
| Octal | 346 | 37 | 253 | 0 | 127 | 32 | 12 | 476 | 120 | 63 |
| Binary | 11100110 | 11111 | 10101011 | 0 | 1010111 | 11010 | 1010 | 100111110 | 1010000 | 110011 |
Color Harmonies of #E61FAB
Complementary color
Monochromatic Colors of #E61FAB
Black with #E61FAB
Text Example
Text Example
White with #E61FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61FAB; }
p { color: rgb(230,31,171); }
H1.HeaderClassName
{
color: #E61FAB;
}
.AnyTagClassName
{
color: #E61FAB;
}
</style>
background-color css
<style>
a { background-color: #E61FAB; }
a { background-color: rgb(230,31,171); }
div.DivClassName
{
background-color: #E61FAB;
}
.BgClassName
{
background-color: #E61FAB;
}
</style>
border-color css
<style>
span { border-color: #E61FAB; }
span { border-color: rgb(230,31,171); }
td.TdClassName
{
border-color: #E61FAB;
}
.TagClassName
{
border-color: #E61FAB;
}
</style>