Shades of Spicy Pink #EC2AB6
Tints of Spicy Pink #EC2AB6
RGB
CMYK
RGB Variations
Color information
#EC2AB6 (or 0xEC2AB6) is known color: Spicy Pink. HEX triplet: EC, 2A and B6. RGB value is (236,42,182). Sum of RGB (Red+Green+Blue) = 236+42+182=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2AB6 is #13D549. Grayscale: #737373. Windows color (decimal): -1299786 or 11938540. OLE color: 11938540.
HSL color Cylindrical-coordinate representation of color #EC2AB6: hue angle of 316.7º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2AB6 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 182 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.07 |
| HSL | 316.7º | 0.84% | 0.55% | - |
| HSV(B) | 316.7º | 0.82% | 0.93% | - |
| XYZ | 43.86 | 22.87 | 46.36 | - |
| YUV | 115.97 | 165.27 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 182 | 0 | 0.82 | 0.23 | 0.07 | 316.7 | 0.84 | 0.55 |
| Hex | EC | 2A | B6 | 0 | 52 | 17 | 7 | 13D | 54 | 37 |
| Octal | 354 | 52 | 266 | 0 | 122 | 27 | 7 | 475 | 124 | 67 |
| Binary | 11101100 | 101010 | 10110110 | 0 | 1010010 | 10111 | 111 | 100111101 | 1010100 | 110111 |
Color Harmonies of #EC2AB6
Complementary color
Monochromatic Colors of #EC2AB6
Black with #EC2AB6
Text Example
Text Example
White with #EC2AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2AB6; }
p { color: rgb(236,42,182); }
H1.HeaderClassName
{
color: #EC2AB6;
}
.AnyTagClassName
{
color: #EC2AB6;
}
</style>
background-color css
<style>
a { background-color: #EC2AB6; }
a { background-color: rgb(236,42,182); }
div.DivClassName
{
background-color: #EC2AB6;
}
.BgClassName
{
background-color: #EC2AB6;
}
</style>
border-color css
<style>
span { border-color: #EC2AB6; }
span { border-color: rgb(236,42,182); }
td.TdClassName
{
border-color: #EC2AB6;
}
.TagClassName
{
border-color: #EC2AB6;
}
</style>