Shades of Spicy Pink #E618AB
Tints of Spicy Pink #E618AB
RGB
CMYK
RGB Variations
Color information
#E618AB (or 0xE618AB) is known color: Spicy Pink. HEX triplet: E6, 18 and AB. RGB value is (230,24,171). Sum of RGB (Red+Green+Blue) = 230+24+171=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E618AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E618AB is #19E754. Grayscale: #656565. Windows color (decimal): -1697621 or 11213030. OLE color: 11213030.
HSL color Cylindrical-coordinate representation of color #E618AB: hue angle of 317.18º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618AB is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 171 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.10 |
| HSL | 317.18º | 0.81% | 0.5% | - |
| HSV(B) | 317.18º | 0.9% | 0.9% | - |
| XYZ | 40.31 | 20.42 | 40.34 | - |
| YUV | 102.35 | 166.75 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 171 | 0 | 0.90 | 0.26 | 0.10 | 317.18 | 0.81 | 0.5 |
| Hex | E6 | 18 | AB | 0 | 5A | 1A | A | 13D | 51 | 32 |
| Octal | 346 | 30 | 253 | 0 | 132 | 32 | 12 | 475 | 121 | 62 |
| Binary | 11100110 | 11000 | 10101011 | 0 | 1011010 | 11010 | 1010 | 100111101 | 1010001 | 110010 |
Color Harmonies of #E618AB
Complementary color
Monochromatic Colors of #E618AB
Black with #E618AB
Text Example
Text Example
White with #E618AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618AB; }
p { color: rgb(230,24,171); }
H1.HeaderClassName
{
color: #E618AB;
}
.AnyTagClassName
{
color: #E618AB;
}
</style>
background-color css
<style>
a { background-color: #E618AB; }
a { background-color: rgb(230,24,171); }
div.DivClassName
{
background-color: #E618AB;
}
.BgClassName
{
background-color: #E618AB;
}
</style>
border-color css
<style>
span { border-color: #E618AB; }
span { border-color: rgb(230,24,171); }
td.TdClassName
{
border-color: #E618AB;
}
.TagClassName
{
border-color: #E618AB;
}
</style>