Shades of Spicy Pink #EC2FB6
Tints of Spicy Pink #EC2FB6
RGB
CMYK
RGB Variations
Color information
#EC2FB6 (or 0xEC2FB6) is known color: Spicy Pink. HEX triplet: EC, 2F and B6. RGB value is (236,47,182). Sum of RGB (Red+Green+Blue) = 236+47+182=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FB6 is #13D049. Grayscale: #767676. Windows color (decimal): -1298506 or 11939820. OLE color: 11939820.
HSL color Cylindrical-coordinate representation of color #EC2FB6: hue angle of 317.14º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FB6 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 182 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.07 |
| HSL | 317.14º | 0.83% | 0.55% | - |
| HSV(B) | 317.14º | 0.8% | 0.93% | - |
| XYZ | 44.05 | 23.24 | 46.42 | - |
| YUV | 118.9 | 163.62 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 182 | 0 | 0.80 | 0.23 | 0.07 | 317.14 | 0.83 | 0.55 |
| Hex | EC | 2F | B6 | 0 | 50 | 17 | 7 | 13D | 53 | 37 |
| Octal | 354 | 57 | 266 | 0 | 120 | 27 | 7 | 475 | 123 | 67 |
| Binary | 11101100 | 101111 | 10110110 | 0 | 1010000 | 10111 | 111 | 100111101 | 1010011 | 110111 |
Color Harmonies of #EC2FB6
Complementary color
Monochromatic Colors of #EC2FB6
Black with #EC2FB6
Text Example
Text Example
White with #EC2FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FB6; }
p { color: rgb(236,47,182); }
H1.HeaderClassName
{
color: #EC2FB6;
}
.AnyTagClassName
{
color: #EC2FB6;
}
</style>
background-color css
<style>
a { background-color: #EC2FB6; }
a { background-color: rgb(236,47,182); }
div.DivClassName
{
background-color: #EC2FB6;
}
.BgClassName
{
background-color: #EC2FB6;
}
</style>
border-color css
<style>
span { border-color: #EC2FB6; }
span { border-color: rgb(236,47,182); }
td.TdClassName
{
border-color: #EC2FB6;
}
.TagClassName
{
border-color: #EC2FB6;
}
</style>