Shades of Spicy Pink #ED27BA
Tints of Spicy Pink #ED27BA
RGB
CMYK
RGB Variations
Color information
#ED27BA (or 0xED27BA) is known color: Spicy Pink. HEX triplet: ED, 27 and BA. RGB value is (237,39,186). Sum of RGB (Red+Green+Blue) = 237+39+186=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED27BA is #12D845. Grayscale: #727272. Windows color (decimal): -1235014 or 12199917. OLE color: 12199917.
HSL color Cylindrical-coordinate representation of color #ED27BA: hue angle of 315.45º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED27BA is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 186 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.07 |
| HSL | 315.45º | 0.85% | 0.54% | - |
| HSV(B) | 315.45º | 0.84% | 0.93% | - |
| XYZ | 44.51 | 23 | 48.55 | - |
| YUV | 114.96 | 168.1 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 186 | 0 | 0.84 | 0.22 | 0.07 | 315.45 | 0.85 | 0.54 |
| Hex | ED | 27 | BA | 0 | 54 | 16 | 7 | 13B | 55 | 36 |
| Octal | 355 | 47 | 272 | 0 | 124 | 26 | 7 | 473 | 125 | 66 |
| Binary | 11101101 | 100111 | 10111010 | 0 | 1010100 | 10110 | 111 | 100111011 | 1010101 | 110110 |
Color Harmonies of #ED27BA
Complementary color
Monochromatic Colors of #ED27BA
Black with #ED27BA
Text Example
Text Example
White with #ED27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED27BA; }
p { color: rgb(237,39,186); }
H1.HeaderClassName
{
color: #ED27BA;
}
.AnyTagClassName
{
color: #ED27BA;
}
</style>
background-color css
<style>
a { background-color: #ED27BA; }
a { background-color: rgb(237,39,186); }
div.DivClassName
{
background-color: #ED27BA;
}
.BgClassName
{
background-color: #ED27BA;
}
</style>
border-color css
<style>
span { border-color: #ED27BA; }
span { border-color: rgb(237,39,186); }
td.TdClassName
{
border-color: #ED27BA;
}
.TagClassName
{
border-color: #ED27BA;
}
</style>