Shades of Spicy Pink #EC27B5
Tints of Spicy Pink #EC27B5
RGB
CMYK
RGB Variations
Color information
#EC27B5 (or 0xEC27B5) is known color: Spicy Pink. HEX triplet: EC, 27 and B5. RGB value is (236,39,181). Sum of RGB (Red+Green+Blue) = 236+39+181=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27B5 is #13D84A. Grayscale: #717171. Windows color (decimal): -1300555 or 11872236. OLE color: 11872236.
HSL color Cylindrical-coordinate representation of color #EC27B5: hue angle of 316.75º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC27B5 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 181 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.07 |
| HSL | 316.75º | 0.84% | 0.54% | - |
| HSV(B) | 316.75º | 0.83% | 0.93% | - |
| XYZ | 43.66 | 22.62 | 45.78 | - |
| YUV | 114.09 | 165.77 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 181 | 0 | 0.83 | 0.23 | 0.07 | 316.75 | 0.84 | 0.54 |
| Hex | EC | 27 | B5 | 0 | 53 | 17 | 7 | 13D | 54 | 36 |
| Octal | 354 | 47 | 265 | 0 | 123 | 27 | 7 | 475 | 124 | 66 |
| Binary | 11101100 | 100111 | 10110101 | 0 | 1010011 | 10111 | 111 | 100111101 | 1010100 | 110110 |
Color Harmonies of #EC27B5
Complementary color
Monochromatic Colors of #EC27B5
Black with #EC27B5
Text Example
Text Example
White with #EC27B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27B5; }
p { color: rgb(236,39,181); }
H1.HeaderClassName
{
color: #EC27B5;
}
.AnyTagClassName
{
color: #EC27B5;
}
</style>
background-color css
<style>
a { background-color: #EC27B5; }
a { background-color: rgb(236,39,181); }
div.DivClassName
{
background-color: #EC27B5;
}
.BgClassName
{
background-color: #EC27B5;
}
</style>
border-color css
<style>
span { border-color: #EC27B5; }
span { border-color: rgb(236,39,181); }
td.TdClassName
{
border-color: #EC27B5;
}
.TagClassName
{
border-color: #EC27B5;
}
</style>