Shades of Spicy Pink #EC2BB0
Tints of Spicy Pink #EC2BB0
RGB
CMYK
RGB Variations
Color information
#EC2BB0 (or 0xEC2BB0) is known color: Spicy Pink. HEX triplet: EC, 2B and B0. RGB value is (236,43,176). Sum of RGB (Red+Green+Blue) = 236+43+176=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2BB0 is #13D44F. Grayscale: #737373. Windows color (decimal): -1299536 or 11545580. OLE color: 11545580.
HSL color Cylindrical-coordinate representation of color #EC2BB0: hue angle of 318.65º 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 #EC2BB0 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 176 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.07 |
| HSL | 318.65º | 0.84% | 0.55% | - |
| HSV(B) | 318.65º | 0.82% | 0.93% | - |
| XYZ | 43.29 | 22.7 | 43.17 | - |
| YUV | 115.87 | 161.94 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 176 | 0 | 0.82 | 0.25 | 0.07 | 318.65 | 0.84 | 0.55 |
| Hex | EC | 2B | B0 | 0 | 52 | 19 | 7 | 13F | 54 | 37 |
| Octal | 354 | 53 | 260 | 0 | 122 | 31 | 7 | 477 | 124 | 67 |
| Binary | 11101100 | 101011 | 10110000 | 0 | 1010010 | 11001 | 111 | 100111111 | 1010100 | 110111 |
Color Harmonies of #EC2BB0
Complementary color
Monochromatic Colors of #EC2BB0
Black with #EC2BB0
Text Example
Text Example
White with #EC2BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BB0; }
p { color: rgb(236,43,176); }
H1.HeaderClassName
{
color: #EC2BB0;
}
.AnyTagClassName
{
color: #EC2BB0;
}
</style>
background-color css
<style>
a { background-color: #EC2BB0; }
a { background-color: rgb(236,43,176); }
div.DivClassName
{
background-color: #EC2BB0;
}
.BgClassName
{
background-color: #EC2BB0;
}
</style>
border-color css
<style>
span { border-color: #EC2BB0; }
span { border-color: rgb(236,43,176); }
td.TdClassName
{
border-color: #EC2BB0;
}
.TagClassName
{
border-color: #EC2BB0;
}
</style>