Shades of Spicy Pink #EC1EAF
Tints of Spicy Pink #EC1EAF
RGB
CMYK
RGB Variations
Color information
#EC1EAF (or 0xEC1EAF) is known color: Spicy Pink. HEX triplet: EC, 1E and AF. RGB value is (236,30,175). Sum of RGB (Red+Green+Blue) = 236+30+175=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1EAF is #13E150. Grayscale: #6B6B6B. Windows color (decimal): -1302865 or 11476716. OLE color: 11476716.
HSL color Cylindrical-coordinate representation of color #EC1EAF: hue angle of 317.77º 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 #EC1EAF is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 175 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.07 |
| HSL | 317.77º | 0.84% | 0.52% | - |
| HSV(B) | 317.77º | 0.87% | 0.93% | - |
| XYZ | 42.79 | 21.86 | 42.52 | - |
| YUV | 108.12 | 165.75 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 175 | 0 | 0.87 | 0.26 | 0.07 | 317.77 | 0.84 | 0.52 |
| Hex | EC | 1E | AF | 0 | 57 | 1A | 7 | 13E | 54 | 34 |
| Octal | 354 | 36 | 257 | 0 | 127 | 32 | 7 | 476 | 124 | 64 |
| Binary | 11101100 | 11110 | 10101111 | 0 | 1010111 | 11010 | 111 | 100111110 | 1010100 | 110100 |
Color Harmonies of #EC1EAF
Complementary color
Monochromatic Colors of #EC1EAF
Black with #EC1EAF
Text Example
Text Example
White with #EC1EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EAF; }
p { color: rgb(236,30,175); }
H1.HeaderClassName
{
color: #EC1EAF;
}
.AnyTagClassName
{
color: #EC1EAF;
}
</style>
background-color css
<style>
a { background-color: #EC1EAF; }
a { background-color: rgb(236,30,175); }
div.DivClassName
{
background-color: #EC1EAF;
}
.BgClassName
{
background-color: #EC1EAF;
}
</style>
border-color css
<style>
span { border-color: #EC1EAF; }
span { border-color: rgb(236,30,175); }
td.TdClassName
{
border-color: #EC1EAF;
}
.TagClassName
{
border-color: #EC1EAF;
}
</style>