Shades of Spicy Pink #EC18B2
Tints of Spicy Pink #EC18B2
RGB
CMYK
RGB Variations
Color information
#EC18B2 (or 0xEC18B2) is known color: Spicy Pink. HEX triplet: EC, 18 and B2. RGB value is (236,24,178). Sum of RGB (Red+Green+Blue) = 236+24+178=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18B2 is #13E74D. Grayscale: #686868. Windows color (decimal): -1304398 or 11671788. OLE color: 11671788.
HSL color Cylindrical-coordinate representation of color #EC18B2: hue angle of 316.42º 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 #EC18B2 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 178 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.07 |
| HSL | 316.42º | 0.85% | 0.51% | - |
| HSV(B) | 316.42º | 0.9% | 0.93% | - |
| XYZ | 42.95 | 21.7 | 44.04 | - |
| YUV | 104.94 | 169.24 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 178 | 0 | 0.90 | 0.25 | 0.07 | 316.42 | 0.85 | 0.51 |
| Hex | EC | 18 | B2 | 0 | 5A | 19 | 7 | 13C | 55 | 33 |
| Octal | 354 | 30 | 262 | 0 | 132 | 31 | 7 | 474 | 125 | 63 |
| Binary | 11101100 | 11000 | 10110010 | 0 | 1011010 | 11001 | 111 | 100111100 | 1010101 | 110011 |
Color Harmonies of #EC18B2
Complementary color
Monochromatic Colors of #EC18B2
Black with #EC18B2
Text Example
Text Example
White with #EC18B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18B2; }
p { color: rgb(236,24,178); }
H1.HeaderClassName
{
color: #EC18B2;
}
.AnyTagClassName
{
color: #EC18B2;
}
</style>
background-color css
<style>
a { background-color: #EC18B2; }
a { background-color: rgb(236,24,178); }
div.DivClassName
{
background-color: #EC18B2;
}
.BgClassName
{
background-color: #EC18B2;
}
</style>
border-color css
<style>
span { border-color: #EC18B2; }
span { border-color: rgb(236,24,178); }
td.TdClassName
{
border-color: #EC18B2;
}
.TagClassName
{
border-color: #EC18B2;
}
</style>