Shades of Spicy Pink #E61BA3
Tints of Spicy Pink #E61BA3
RGB
CMYK
RGB Variations
Color information
#E61BA3 (or 0xE61BA3) is known color: Spicy Pink. HEX triplet: E6, 1B and A3. RGB value is (230,27,163). Sum of RGB (Red+Green+Blue) = 230+27+163=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61BA3 is #19E45C. Grayscale: #666666. Windows color (decimal): -1696861 or 10689510. OLE color: 10689510.
HSL color Cylindrical-coordinate representation of color #E61BA3: hue angle of 319.8º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61BA3 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 163 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.10 |
| HSL | 319.8º | 0.8% | 0.5% | - |
| HSV(B) | 319.8º | 0.88% | 0.9% | - |
| XYZ | 39.64 | 20.25 | 36.47 | - |
| YUV | 103.2 | 161.75 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 163 | 0 | 0.88 | 0.29 | 0.10 | 319.8 | 0.8 | 0.5 |
| Hex | E6 | 1B | A3 | 0 | 58 | 1D | A | 140 | 50 | 32 |
| Octal | 346 | 33 | 243 | 0 | 130 | 35 | 12 | 500 | 120 | 62 |
| Binary | 11100110 | 11011 | 10100011 | 0 | 1011000 | 11101 | 1010 | 101000000 | 1010000 | 110010 |
Color Harmonies of #E61BA3
Complementary color
Monochromatic Colors of #E61BA3
Black with #E61BA3
Text Example
Text Example
White with #E61BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BA3; }
p { color: rgb(230,27,163); }
H1.HeaderClassName
{
color: #E61BA3;
}
.AnyTagClassName
{
color: #E61BA3;
}
</style>
background-color css
<style>
a { background-color: #E61BA3; }
a { background-color: rgb(230,27,163); }
div.DivClassName
{
background-color: #E61BA3;
}
.BgClassName
{
background-color: #E61BA3;
}
</style>
border-color css
<style>
span { border-color: #E61BA3; }
span { border-color: rgb(230,27,163); }
td.TdClassName
{
border-color: #E61BA3;
}
.TagClassName
{
border-color: #E61BA3;
}
</style>