Shades of Spicy Pink #EC2BB8
Tints of Spicy Pink #EC2BB8
RGB
CMYK
RGB Variations
Color information
#EC2BB8 (or 0xEC2BB8) is known color: Spicy Pink. HEX triplet: EC, 2B and B8. RGB value is (236,43,184). Sum of RGB (Red+Green+Blue) = 236+43+184=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BB8 is #13D447. Grayscale: #747474. Windows color (decimal): -1299528 or 12069868. OLE color: 12069868.
HSL color Cylindrical-coordinate representation of color #EC2BB8: hue angle of 316.17º 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 #EC2BB8 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 184 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.07 |
| HSL | 316.17º | 0.84% | 0.55% | - |
| HSV(B) | 316.17º | 0.82% | 0.93% | - |
| XYZ | 44.11 | 23.02 | 47.47 | - |
| YUV | 116.78 | 165.94 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 184 | 0 | 0.82 | 0.22 | 0.07 | 316.17 | 0.84 | 0.55 |
| Hex | EC | 2B | B8 | 0 | 52 | 16 | 7 | 13C | 54 | 37 |
| Octal | 354 | 53 | 270 | 0 | 122 | 26 | 7 | 474 | 124 | 67 |
| Binary | 11101100 | 101011 | 10111000 | 0 | 1010010 | 10110 | 111 | 100111100 | 1010100 | 110111 |
Color Harmonies of #EC2BB8
Complementary color
Monochromatic Colors of #EC2BB8
Black with #EC2BB8
Text Example
Text Example
White with #EC2BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BB8; }
p { color: rgb(236,43,184); }
H1.HeaderClassName
{
color: #EC2BB8;
}
.AnyTagClassName
{
color: #EC2BB8;
}
</style>
background-color css
<style>
a { background-color: #EC2BB8; }
a { background-color: rgb(236,43,184); }
div.DivClassName
{
background-color: #EC2BB8;
}
.BgClassName
{
background-color: #EC2BB8;
}
</style>
border-color css
<style>
span { border-color: #EC2BB8; }
span { border-color: rgb(236,43,184); }
td.TdClassName
{
border-color: #EC2BB8;
}
.TagClassName
{
border-color: #EC2BB8;
}
</style>