Shades of Spicy Pink #EC2BB2
Tints of Spicy Pink #EC2BB2
RGB
CMYK
RGB Variations
Color information
#EC2BB2 (or 0xEC2BB2) is known color: Spicy Pink. HEX triplet: EC, 2B and B2. RGB value is (236,43,178). Sum of RGB (Red+Green+Blue) = 236+43+178=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2BB2 is #13D44D. Grayscale: #737373. Windows color (decimal): -1299534 or 11676652. OLE color: 11676652.
HSL color Cylindrical-coordinate representation of color #EC2BB2: hue angle of 318.03º 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 #EC2BB2 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 178 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.07 |
| HSL | 318.03º | 0.84% | 0.55% | - |
| HSV(B) | 318.03º | 0.82% | 0.93% | - |
| XYZ | 43.49 | 22.77 | 44.22 | - |
| YUV | 116.1 | 162.94 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 178 | 0 | 0.82 | 0.25 | 0.07 | 318.03 | 0.84 | 0.55 |
| Hex | EC | 2B | B2 | 0 | 52 | 19 | 7 | 13E | 54 | 37 |
| Octal | 354 | 53 | 262 | 0 | 122 | 31 | 7 | 476 | 124 | 67 |
| Binary | 11101100 | 101011 | 10110010 | 0 | 1010010 | 11001 | 111 | 100111110 | 1010100 | 110111 |
Color Harmonies of #EC2BB2
Complementary color
Monochromatic Colors of #EC2BB2
Black with #EC2BB2
Text Example
Text Example
White with #EC2BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BB2; }
p { color: rgb(236,43,178); }
H1.HeaderClassName
{
color: #EC2BB2;
}
.AnyTagClassName
{
color: #EC2BB2;
}
</style>
background-color css
<style>
a { background-color: #EC2BB2; }
a { background-color: rgb(236,43,178); }
div.DivClassName
{
background-color: #EC2BB2;
}
.BgClassName
{
background-color: #EC2BB2;
}
</style>
border-color css
<style>
span { border-color: #EC2BB2; }
span { border-color: rgb(236,43,178); }
td.TdClassName
{
border-color: #EC2BB2;
}
.TagClassName
{
border-color: #EC2BB2;
}
</style>