Shades of Spicy Pink #EC2BB4
Tints of Spicy Pink #EC2BB4
RGB
CMYK
RGB Variations
Color information
#EC2BB4 (or 0xEC2BB4) is known color: Spicy Pink. HEX triplet: EC, 2B and B4. RGB value is (236,43,180). Sum of RGB (Red+Green+Blue) = 236+43+180=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BB4 is #13D44B. Grayscale: #737373. Windows color (decimal): -1299532 or 11807724. OLE color: 11807724.
HSL color Cylindrical-coordinate representation of color #EC2BB4: hue angle of 317.41º 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 #EC2BB4 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 180 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.07 |
| HSL | 317.41º | 0.84% | 0.55% | - |
| HSV(B) | 317.41º | 0.82% | 0.93% | - |
| XYZ | 43.69 | 22.86 | 45.29 | - |
| YUV | 116.33 | 163.94 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 180 | 0 | 0.82 | 0.24 | 0.07 | 317.41 | 0.84 | 0.55 |
| Hex | EC | 2B | B4 | 0 | 52 | 18 | 7 | 13D | 54 | 37 |
| Octal | 354 | 53 | 264 | 0 | 122 | 30 | 7 | 475 | 124 | 67 |
| Binary | 11101100 | 101011 | 10110100 | 0 | 1010010 | 11000 | 111 | 100111101 | 1010100 | 110111 |
Color Harmonies of #EC2BB4
Complementary color
Monochromatic Colors of #EC2BB4
Black with #EC2BB4
Text Example
Text Example
White with #EC2BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BB4; }
p { color: rgb(236,43,180); }
H1.HeaderClassName
{
color: #EC2BB4;
}
.AnyTagClassName
{
color: #EC2BB4;
}
</style>
background-color css
<style>
a { background-color: #EC2BB4; }
a { background-color: rgb(236,43,180); }
div.DivClassName
{
background-color: #EC2BB4;
}
.BgClassName
{
background-color: #EC2BB4;
}
</style>
border-color css
<style>
span { border-color: #EC2BB4; }
span { border-color: rgb(236,43,180); }
td.TdClassName
{
border-color: #EC2BB4;
}
.TagClassName
{
border-color: #EC2BB4;
}
</style>