Shades of Spicy Pink #E61CA3
Tints of Spicy Pink #E61CA3
RGB
CMYK
RGB Variations
Color information
#E61CA3 (or 0xE61CA3) is known color: Spicy Pink. HEX triplet: E6, 1C and A3. RGB value is (230,28,163). Sum of RGB (Red+Green+Blue) = 230+28+163=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61CA3 is #19E35C. Grayscale: #676767. Windows color (decimal): -1696605 or 10689766. OLE color: 10689766.
HSL color Cylindrical-coordinate representation of color #E61CA3: hue angle of 319.9º 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 #E61CA3 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 163 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.10 |
| HSL | 319.9º | 0.8% | 0.51% | - |
| HSV(B) | 319.9º | 0.88% | 0.9% | - |
| XYZ | 39.66 | 20.3 | 36.48 | - |
| YUV | 103.79 | 161.42 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 163 | 0 | 0.88 | 0.29 | 0.10 | 319.9 | 0.8 | 0.51 |
| Hex | E6 | 1C | A3 | 0 | 58 | 1D | A | 140 | 50 | 33 |
| Octal | 346 | 34 | 243 | 0 | 130 | 35 | 12 | 500 | 120 | 63 |
| Binary | 11100110 | 11100 | 10100011 | 0 | 1011000 | 11101 | 1010 | 101000000 | 1010000 | 110011 |
Color Harmonies of #E61CA3
Complementary color
Monochromatic Colors of #E61CA3
Black with #E61CA3
Text Example
Text Example
White with #E61CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CA3; }
p { color: rgb(230,28,163); }
H1.HeaderClassName
{
color: #E61CA3;
}
.AnyTagClassName
{
color: #E61CA3;
}
</style>
background-color css
<style>
a { background-color: #E61CA3; }
a { background-color: rgb(230,28,163); }
div.DivClassName
{
background-color: #E61CA3;
}
.BgClassName
{
background-color: #E61CA3;
}
</style>
border-color css
<style>
span { border-color: #E61CA3; }
span { border-color: rgb(230,28,163); }
td.TdClassName
{
border-color: #E61CA3;
}
.TagClassName
{
border-color: #E61CA3;
}
</style>