Shades of Spicy Pink #EC15B2
Tints of Spicy Pink #EC15B2
RGB
CMYK
RGB Variations
Color information
#EC15B2 (or 0xEC15B2) is known color: Spicy Pink. HEX triplet: EC, 15 and B2. RGB value is (236,21,178). Sum of RGB (Red+Green+Blue) = 236+21+178=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC15B2 is #13EA4D. Grayscale: #666666. Windows color (decimal): -1305166 or 11671020. OLE color: 11671020.
HSL color Cylindrical-coordinate representation of color #EC15B2: hue angle of 316.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15B2 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 178 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.07 |
| HSL | 316.19º | 0.85% | 0.5% | - |
| HSV(B) | 316.19º | 0.91% | 0.93% | - |
| XYZ | 42.9 | 21.58 | 44.02 | - |
| YUV | 103.18 | 170.23 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 178 | 0 | 0.91 | 0.25 | 0.07 | 316.19 | 0.85 | 0.5 |
| Hex | EC | 15 | B2 | 0 | 5B | 19 | 7 | 13C | 55 | 32 |
| Octal | 354 | 25 | 262 | 0 | 133 | 31 | 7 | 474 | 125 | 62 |
| Binary | 11101100 | 10101 | 10110010 | 0 | 1011011 | 11001 | 111 | 100111100 | 1010101 | 110010 |
Color Harmonies of #EC15B2
Complementary color
Monochromatic Colors of #EC15B2
Black with #EC15B2
Text Example
Text Example
White with #EC15B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15B2; }
p { color: rgb(236,21,178); }
H1.HeaderClassName
{
color: #EC15B2;
}
.AnyTagClassName
{
color: #EC15B2;
}
</style>
background-color css
<style>
a { background-color: #EC15B2; }
a { background-color: rgb(236,21,178); }
div.DivClassName
{
background-color: #EC15B2;
}
.BgClassName
{
background-color: #EC15B2;
}
</style>
border-color css
<style>
span { border-color: #EC15B2; }
span { border-color: rgb(236,21,178); }
td.TdClassName
{
border-color: #EC15B2;
}
.TagClassName
{
border-color: #EC15B2;
}
</style>