Shades of Spicy Pink #EC21B5
Tints of Spicy Pink #EC21B5
RGB
CMYK
RGB Variations
Color information
#EC21B5 (or 0xEC21B5) is known color: Spicy Pink. HEX triplet: EC, 21 and B5. RGB value is (236,33,181). Sum of RGB (Red+Green+Blue) = 236+33+181=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21B5 is #13DE4A. Grayscale: #6E6E6E. Windows color (decimal): -1302091 or 11870700. OLE color: 11870700.
HSL color Cylindrical-coordinate representation of color #EC21B5: hue angle of 316.26º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC21B5 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 181 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.07 |
| HSL | 316.26º | 0.84% | 0.53% | - |
| HSV(B) | 316.26º | 0.86% | 0.93% | - |
| XYZ | 43.48 | 22.26 | 45.72 | - |
| YUV | 110.57 | 167.75 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 181 | 0 | 0.86 | 0.23 | 0.07 | 316.26 | 0.84 | 0.53 |
| Hex | EC | 21 | B5 | 0 | 56 | 17 | 7 | 13C | 54 | 35 |
| Octal | 354 | 41 | 265 | 0 | 126 | 27 | 7 | 474 | 124 | 65 |
| Binary | 11101100 | 100001 | 10110101 | 0 | 1010110 | 10111 | 111 | 100111100 | 1010100 | 110101 |
Color Harmonies of #EC21B5
Complementary color
Monochromatic Colors of #EC21B5
Black with #EC21B5
Text Example
Text Example
White with #EC21B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21B5; }
p { color: rgb(236,33,181); }
H1.HeaderClassName
{
color: #EC21B5;
}
.AnyTagClassName
{
color: #EC21B5;
}
</style>
background-color css
<style>
a { background-color: #EC21B5; }
a { background-color: rgb(236,33,181); }
div.DivClassName
{
background-color: #EC21B5;
}
.BgClassName
{
background-color: #EC21B5;
}
</style>
border-color css
<style>
span { border-color: #EC21B5; }
span { border-color: rgb(236,33,181); }
td.TdClassName
{
border-color: #EC21B5;
}
.TagClassName
{
border-color: #EC21B5;
}
</style>