Shades of Spicy Pink #E614AC
Tints of Spicy Pink #E614AC
RGB
CMYK
RGB Variations
Color information
#E614AC (or 0xE614AC) is known color: Spicy Pink. HEX triplet: E6, 14 and AC. RGB value is (230,20,172). Sum of RGB (Red+Green+Blue) = 230+20+172=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E614AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E614AC is #19EB53. Grayscale: #636363. Windows color (decimal): -1698644 or 11277542. OLE color: 11277542.
HSL color Cylindrical-coordinate representation of color #E614AC: hue angle of 316.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E614AC is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 172 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.10 |
| HSL | 316.57º | 0.84% | 0.49% | - |
| HSV(B) | 316.57º | 0.91% | 0.9% | - |
| XYZ | 40.33 | 20.3 | 40.82 | - |
| YUV | 100.12 | 168.57 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 172 | 0 | 0.91 | 0.25 | 0.10 | 316.57 | 0.84 | 0.49 |
| Hex | E6 | 14 | AC | 0 | 5B | 19 | A | 13D | 54 | 31 |
| Octal | 346 | 24 | 254 | 0 | 133 | 31 | 12 | 475 | 124 | 61 |
| Binary | 11100110 | 10100 | 10101100 | 0 | 1011011 | 11001 | 1010 | 100111101 | 1010100 | 110001 |
Color Harmonies of #E614AC
Complementary color
Monochromatic Colors of #E614AC
Black with #E614AC
Text Example
Text Example
White with #E614AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614AC; }
p { color: rgb(230,20,172); }
H1.HeaderClassName
{
color: #E614AC;
}
.AnyTagClassName
{
color: #E614AC;
}
</style>
background-color css
<style>
a { background-color: #E614AC; }
a { background-color: rgb(230,20,172); }
div.DivClassName
{
background-color: #E614AC;
}
.BgClassName
{
background-color: #E614AC;
}
</style>
border-color css
<style>
span { border-color: #E614AC; }
span { border-color: rgb(230,20,172); }
td.TdClassName
{
border-color: #E614AC;
}
.TagClassName
{
border-color: #E614AC;
}
</style>