Shades of Spicy Pink #E618AA
Tints of Spicy Pink #E618AA
RGB
CMYK
RGB Variations
Color information
#E618AA (or 0xE618AA) is known color: Spicy Pink. HEX triplet: E6, 18 and AA. RGB value is (230,24,170). Sum of RGB (Red+Green+Blue) = 230+24+170=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E618AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E618AA is #19E755. Grayscale: #656565. Windows color (decimal): -1697622 or 11147494. OLE color: 11147494.
HSL color Cylindrical-coordinate representation of color #E618AA: hue angle of 317.48º 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 #E618AA is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 170 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.10 |
| HSL | 317.48º | 0.81% | 0.5% | - |
| HSV(B) | 317.48º | 0.9% | 0.9% | - |
| XYZ | 40.22 | 20.38 | 39.84 | - |
| YUV | 102.24 | 166.25 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 170 | 0 | 0.90 | 0.26 | 0.10 | 317.48 | 0.81 | 0.5 |
| Hex | E6 | 18 | AA | 0 | 5A | 1A | A | 13D | 51 | 32 |
| Octal | 346 | 30 | 252 | 0 | 132 | 32 | 12 | 475 | 121 | 62 |
| Binary | 11100110 | 11000 | 10101010 | 0 | 1011010 | 11010 | 1010 | 100111101 | 1010001 | 110010 |
Color Harmonies of #E618AA
Complementary color
Monochromatic Colors of #E618AA
Black with #E618AA
Text Example
Text Example
White with #E618AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618AA; }
p { color: rgb(230,24,170); }
H1.HeaderClassName
{
color: #E618AA;
}
.AnyTagClassName
{
color: #E618AA;
}
</style>
background-color css
<style>
a { background-color: #E618AA; }
a { background-color: rgb(230,24,170); }
div.DivClassName
{
background-color: #E618AA;
}
.BgClassName
{
background-color: #E618AA;
}
</style>
border-color css
<style>
span { border-color: #E618AA; }
span { border-color: rgb(230,24,170); }
td.TdClassName
{
border-color: #E618AA;
}
.TagClassName
{
border-color: #E618AA;
}
</style>