Shades of Spicy Pink #EC18B3
Tints of Spicy Pink #EC18B3
RGB
CMYK
RGB Variations
Color information
#EC18B3 (or 0xEC18B3) is known color: Spicy Pink. HEX triplet: EC, 18 and B3. RGB value is (236,24,179). Sum of RGB (Red+Green+Blue) = 236+24+179=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18B3 is #13E74C. Grayscale: #686868. Windows color (decimal): -1304397 or 11737324. OLE color: 11737324.
HSL color Cylindrical-coordinate representation of color #EC18B3: hue angle of 316.13º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC18B3 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 179 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.07 |
| HSL | 316.13º | 0.85% | 0.51% | - |
| HSV(B) | 316.13º | 0.9% | 0.93% | - |
| XYZ | 43.06 | 21.74 | 44.57 | - |
| YUV | 105.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 179 | 0 | 0.90 | 0.24 | 0.07 | 316.13 | 0.85 | 0.51 |
| Hex | EC | 18 | B3 | 0 | 5A | 18 | 7 | 13C | 55 | 33 |
| Octal | 354 | 30 | 263 | 0 | 132 | 30 | 7 | 474 | 125 | 63 |
| Binary | 11101100 | 11000 | 10110011 | 0 | 1011010 | 11000 | 111 | 100111100 | 1010101 | 110011 |
Color Harmonies of #EC18B3
Complementary color
Monochromatic Colors of #EC18B3
Black with #EC18B3
Text Example
Text Example
White with #EC18B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18B3; }
p { color: rgb(236,24,179); }
H1.HeaderClassName
{
color: #EC18B3;
}
.AnyTagClassName
{
color: #EC18B3;
}
</style>
background-color css
<style>
a { background-color: #EC18B3; }
a { background-color: rgb(236,24,179); }
div.DivClassName
{
background-color: #EC18B3;
}
.BgClassName
{
background-color: #EC18B3;
}
</style>
border-color css
<style>
span { border-color: #EC18B3; }
span { border-color: rgb(236,24,179); }
td.TdClassName
{
border-color: #EC18B3;
}
.TagClassName
{
border-color: #EC18B3;
}
</style>