Shades of Spicy Pink #EC2BB5
Tints of Spicy Pink #EC2BB5
RGB
CMYK
RGB Variations
Color information
#EC2BB5 (or 0xEC2BB5) is known color: Spicy Pink. HEX triplet: EC, 2B and B5. RGB value is (236,43,181). Sum of RGB (Red+Green+Blue) = 236+43+181=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BB5 is #13D44A. Grayscale: #747474. Windows color (decimal): -1299531 or 11873260. OLE color: 11873260.
HSL color Cylindrical-coordinate representation of color #EC2BB5: hue angle of 317.1º 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 #EC2BB5 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 181 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.07 |
| HSL | 317.1º | 0.84% | 0.55% | - |
| HSV(B) | 317.1º | 0.82% | 0.93% | - |
| XYZ | 43.8 | 22.9 | 45.83 | - |
| YUV | 116.44 | 164.44 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 181 | 0 | 0.82 | 0.23 | 0.07 | 317.1 | 0.84 | 0.55 |
| Hex | EC | 2B | B5 | 0 | 52 | 17 | 7 | 13D | 54 | 37 |
| Octal | 354 | 53 | 265 | 0 | 122 | 27 | 7 | 475 | 124 | 67 |
| Binary | 11101100 | 101011 | 10110101 | 0 | 1010010 | 10111 | 111 | 100111101 | 1010100 | 110111 |
Color Harmonies of #EC2BB5
Complementary color
Monochromatic Colors of #EC2BB5
Black with #EC2BB5
Text Example
Text Example
White with #EC2BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BB5; }
p { color: rgb(236,43,181); }
H1.HeaderClassName
{
color: #EC2BB5;
}
.AnyTagClassName
{
color: #EC2BB5;
}
</style>
background-color css
<style>
a { background-color: #EC2BB5; }
a { background-color: rgb(236,43,181); }
div.DivClassName
{
background-color: #EC2BB5;
}
.BgClassName
{
background-color: #EC2BB5;
}
</style>
border-color css
<style>
span { border-color: #EC2BB5; }
span { border-color: rgb(236,43,181); }
td.TdClassName
{
border-color: #EC2BB5;
}
.TagClassName
{
border-color: #EC2BB5;
}
</style>