Shades of Spicy Pink #E618AD
Tints of Spicy Pink #E618AD
RGB
CMYK
RGB Variations
Color information
#E618AD (or 0xE618AD) is known color: Spicy Pink. HEX triplet: E6, 18 and AD. RGB value is (230,24,173). Sum of RGB (Red+Green+Blue) = 230+24+173=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E618AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E618AD is #19E752. Grayscale: #666666. Windows color (decimal): -1697619 or 11344102. OLE color: 11344102.
HSL color Cylindrical-coordinate representation of color #E618AD: hue angle of 316.6º 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 #E618AD is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 173 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.10 |
| HSL | 316.6º | 0.81% | 0.5% | - |
| HSV(B) | 316.6º | 0.9% | 0.9% | - |
| XYZ | 40.5 | 20.49 | 41.36 | - |
| YUV | 102.58 | 167.75 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 173 | 0 | 0.90 | 0.25 | 0.10 | 316.6 | 0.81 | 0.5 |
| Hex | E6 | 18 | AD | 0 | 5A | 19 | A | 13D | 51 | 32 |
| Octal | 346 | 30 | 255 | 0 | 132 | 31 | 12 | 475 | 121 | 62 |
| Binary | 11100110 | 11000 | 10101101 | 0 | 1011010 | 11001 | 1010 | 100111101 | 1010001 | 110010 |
Color Harmonies of #E618AD
Complementary color
Monochromatic Colors of #E618AD
Black with #E618AD
Text Example
Text Example
White with #E618AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618AD; }
p { color: rgb(230,24,173); }
H1.HeaderClassName
{
color: #E618AD;
}
.AnyTagClassName
{
color: #E618AD;
}
</style>
background-color css
<style>
a { background-color: #E618AD; }
a { background-color: rgb(230,24,173); }
div.DivClassName
{
background-color: #E618AD;
}
.BgClassName
{
background-color: #E618AD;
}
</style>
border-color css
<style>
span { border-color: #E618AD; }
span { border-color: rgb(230,24,173); }
td.TdClassName
{
border-color: #E618AD;
}
.TagClassName
{
border-color: #E618AD;
}
</style>