Shades of Spicy Pink #EC1BB3
Tints of Spicy Pink #EC1BB3
RGB
CMYK
RGB Variations
Color information
#EC1BB3 (or 0xEC1BB3) is known color: Spicy Pink. HEX triplet: EC, 1B and B3. RGB value is (236,27,179). Sum of RGB (Red+Green+Blue) = 236+27+179=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BB3 is #13E44C. Grayscale: #6A6A6A. Windows color (decimal): -1303629 or 11738092. OLE color: 11738092.
HSL color Cylindrical-coordinate representation of color #EC1BB3: hue angle of 316.36º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BB3 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 179 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.07 |
| HSL | 316.36º | 0.85% | 0.52% | - |
| HSV(B) | 316.36º | 0.89% | 0.93% | - |
| XYZ | 43.12 | 21.87 | 44.6 | - |
| YUV | 106.82 | 168.74 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 179 | 0 | 0.89 | 0.24 | 0.07 | 316.36 | 0.85 | 0.52 |
| Hex | EC | 1B | B3 | 0 | 59 | 18 | 7 | 13C | 55 | 34 |
| Octal | 354 | 33 | 263 | 0 | 131 | 30 | 7 | 474 | 125 | 64 |
| Binary | 11101100 | 11011 | 10110011 | 0 | 1011001 | 11000 | 111 | 100111100 | 1010101 | 110100 |
Color Harmonies of #EC1BB3
Complementary color
Monochromatic Colors of #EC1BB3
Black with #EC1BB3
Text Example
Text Example
White with #EC1BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BB3; }
p { color: rgb(236,27,179); }
H1.HeaderClassName
{
color: #EC1BB3;
}
.AnyTagClassName
{
color: #EC1BB3;
}
</style>
background-color css
<style>
a { background-color: #EC1BB3; }
a { background-color: rgb(236,27,179); }
div.DivClassName
{
background-color: #EC1BB3;
}
.BgClassName
{
background-color: #EC1BB3;
}
</style>
border-color css
<style>
span { border-color: #EC1BB3; }
span { border-color: rgb(236,27,179); }
td.TdClassName
{
border-color: #EC1BB3;
}
.TagClassName
{
border-color: #EC1BB3;
}
</style>