Shades of Spicy Pink #EC1FAC
Tints of Spicy Pink #EC1FAC
RGB
CMYK
RGB Variations
Color information
#EC1FAC (or 0xEC1FAC) is known color: Spicy Pink. HEX triplet: EC, 1F and AC. RGB value is (236,31,172). Sum of RGB (Red+Green+Blue) = 236+31+172=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1FAC is #13E053. Grayscale: #6C6C6C. Windows color (decimal): -1302612 or 11280364. OLE color: 11280364.
HSL color Cylindrical-coordinate representation of color #EC1FAC: hue angle of 318.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1FAC is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 31 | 172 | - |
CMYK | 0 | 0.87 | 0.27 | 0.07 |
HSL | 318.73º | 0.84% | 0.52% | - |
HSV(B) | 318.73º | 0.87% | 0.93% | - |
XYZ | 42.53 | 21.79 | 40.99 | - |
YUV | 108.37 | 163.92 | 219.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 31 | 172 | 0 | 0.87 | 0.27 | 0.07 | 318.73 | 0.84 | 0.52 |
Hex | EC | 1F | AC | 0 | 57 | 1B | 7 | 13F | 54 | 34 |
Octal | 354 | 37 | 254 | 0 | 127 | 33 | 7 | 477 | 124 | 64 |
Binary | 11101100 | 11111 | 10101100 | 0 | 1010111 | 11011 | 111 | 100111111 | 1010100 | 110100 |
Color Harmonies of #EC1FAC
Complementary color
Monochromatic Colors of #EC1FAC
Black with #EC1FAC
Text Example
Text Example
White with #EC1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FAC; }
p { color: rgb(236,31,172); }
H1.HeaderClassName
{
color: #EC1FAC;
}
.AnyTagClassName
{
color: #EC1FAC;
}
</style>
background-color css
<style>
a { background-color: #EC1FAC; }
a { background-color: rgb(236,31,172); }
div.DivClassName
{
background-color: #EC1FAC;
}
.BgClassName
{
background-color: #EC1FAC;
}
</style>
border-color css
<style>
span { border-color: #EC1FAC; }
span { border-color: rgb(236,31,172); }
td.TdClassName
{
border-color: #EC1FAC;
}
.TagClassName
{
border-color: #EC1FAC;
}
</style>