Shades of Spicy Pink #EC23B5
Tints of Spicy Pink #EC23B5
RGB
CMYK
RGB Variations
Color information
#EC23B5 (or 0xEC23B5) is known color: Spicy Pink. HEX triplet: EC, 23 and B5. RGB value is (236,35,181). Sum of RGB (Red+Green+Blue) = 236+35+181=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC23B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC23B5 is #13DC4A. Grayscale: #6F6F6F. Windows color (decimal): -1301579 or 11871212. OLE color: 11871212.
HSL color Cylindrical-coordinate representation of color #EC23B5: hue angle of 316.42º 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 #EC23B5 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 181 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.07 |
| HSL | 316.42º | 0.84% | 0.53% | - |
| HSV(B) | 316.42º | 0.85% | 0.93% | - |
| XYZ | 43.53 | 22.37 | 45.74 | - |
| YUV | 111.74 | 167.09 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 181 | 0 | 0.85 | 0.23 | 0.07 | 316.42 | 0.84 | 0.53 |
| Hex | EC | 23 | B5 | 0 | 55 | 17 | 7 | 13C | 54 | 35 |
| Octal | 354 | 43 | 265 | 0 | 125 | 27 | 7 | 474 | 124 | 65 |
| Binary | 11101100 | 100011 | 10110101 | 0 | 1010101 | 10111 | 111 | 100111100 | 1010100 | 110101 |
Color Harmonies of #EC23B5
Complementary color
Monochromatic Colors of #EC23B5
Black with #EC23B5
Text Example
Text Example
White with #EC23B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC23B5; }
p { color: rgb(236,35,181); }
H1.HeaderClassName
{
color: #EC23B5;
}
.AnyTagClassName
{
color: #EC23B5;
}
</style>
background-color css
<style>
a { background-color: #EC23B5; }
a { background-color: rgb(236,35,181); }
div.DivClassName
{
background-color: #EC23B5;
}
.BgClassName
{
background-color: #EC23B5;
}
</style>
border-color css
<style>
span { border-color: #EC23B5; }
span { border-color: rgb(236,35,181); }
td.TdClassName
{
border-color: #EC23B5;
}
.TagClassName
{
border-color: #EC23B5;
}
</style>