Shades of Spicy Pink #EC23B3
Tints of Spicy Pink #EC23B3
RGB
CMYK
RGB Variations
Color information
#EC23B3 (or 0xEC23B3) is known color: Spicy Pink. HEX triplet: EC, 23 and B3. RGB value is (236,35,179). Sum of RGB (Red+Green+Blue) = 236+35+179=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC23B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC23B3 is #13DC4C. Grayscale: #6F6F6F. Windows color (decimal): -1301581 or 11740140. OLE color: 11740140.
HSL color Cylindrical-coordinate representation of color #EC23B3: hue angle of 317.01º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC23B3 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 179 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.07 |
| HSL | 317.01º | 0.84% | 0.53% | - |
| HSV(B) | 317.01º | 0.85% | 0.93% | - |
| XYZ | 43.33 | 22.29 | 44.67 | - |
| YUV | 111.52 | 166.09 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 179 | 0 | 0.85 | 0.24 | 0.07 | 317.01 | 0.84 | 0.53 |
| Hex | EC | 23 | B3 | 0 | 55 | 18 | 7 | 13D | 54 | 35 |
| Octal | 354 | 43 | 263 | 0 | 125 | 30 | 7 | 475 | 124 | 65 |
| Binary | 11101100 | 100011 | 10110011 | 0 | 1010101 | 11000 | 111 | 100111101 | 1010100 | 110101 |
Color Harmonies of #EC23B3
Complementary color
Monochromatic Colors of #EC23B3
Black with #EC23B3
Text Example
Text Example
White with #EC23B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC23B3; }
p { color: rgb(236,35,179); }
H1.HeaderClassName
{
color: #EC23B3;
}
.AnyTagClassName
{
color: #EC23B3;
}
</style>
background-color css
<style>
a { background-color: #EC23B3; }
a { background-color: rgb(236,35,179); }
div.DivClassName
{
background-color: #EC23B3;
}
.BgClassName
{
background-color: #EC23B3;
}
</style>
border-color css
<style>
span { border-color: #EC23B3; }
span { border-color: rgb(236,35,179); }
td.TdClassName
{
border-color: #EC23B3;
}
.TagClassName
{
border-color: #EC23B3;
}
</style>