Shades of Spicy Pink #E615AC
Tints of Spicy Pink #E615AC
RGB
CMYK
RGB Variations
Color information
#E615AC (or 0xE615AC) is known color: Spicy Pink. HEX triplet: E6, 15 and AC. RGB value is (230,21,172). Sum of RGB (Red+Green+Blue) = 230+21+172=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E615AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E615AC is #19EA53. Grayscale: #646464. Windows color (decimal): -1698388 or 11277798. OLE color: 11277798.
HSL color Cylindrical-coordinate representation of color #E615AC: hue angle of 316.65º degrees, saturation: 0.83, 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 #E615AC is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 172 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.10 |
| HSL | 316.65º | 0.83% | 0.49% | - |
| HSV(B) | 316.65º | 0.91% | 0.9% | - |
| XYZ | 40.35 | 20.34 | 40.83 | - |
| YUV | 100.71 | 168.24 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 172 | 0 | 0.91 | 0.25 | 0.10 | 316.65 | 0.83 | 0.49 |
| Hex | E6 | 15 | AC | 0 | 5B | 19 | A | 13D | 53 | 31 |
| Octal | 346 | 25 | 254 | 0 | 133 | 31 | 12 | 475 | 123 | 61 |
| Binary | 11100110 | 10101 | 10101100 | 0 | 1011011 | 11001 | 1010 | 100111101 | 1010011 | 110001 |
Color Harmonies of #E615AC
Complementary color
Monochromatic Colors of #E615AC
Black with #E615AC
Text Example
Text Example
White with #E615AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615AC; }
p { color: rgb(230,21,172); }
H1.HeaderClassName
{
color: #E615AC;
}
.AnyTagClassName
{
color: #E615AC;
}
</style>
background-color css
<style>
a { background-color: #E615AC; }
a { background-color: rgb(230,21,172); }
div.DivClassName
{
background-color: #E615AC;
}
.BgClassName
{
background-color: #E615AC;
}
</style>
border-color css
<style>
span { border-color: #E615AC; }
span { border-color: rgb(230,21,172); }
td.TdClassName
{
border-color: #E615AC;
}
.TagClassName
{
border-color: #E615AC;
}
</style>