Shades of Spicy Pink #ED27BB
Tints of Spicy Pink #ED27BB
RGB
CMYK
RGB Variations
Color information
#ED27BB (or 0xED27BB) is known color: Spicy Pink. HEX triplet: ED, 27 and BB. RGB value is (237,39,187). Sum of RGB (Red+Green+Blue) = 237+39+187=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED27BB is #12D844. Grayscale: #727272. Windows color (decimal): -1235013 or 12265453. OLE color: 12265453.
HSL color Cylindrical-coordinate representation of color #ED27BB: hue angle of 315.15º 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 #ED27BB is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 187 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.07 |
| HSL | 315.15º | 0.85% | 0.54% | - |
| HSV(B) | 315.15º | 0.84% | 0.93% | - |
| XYZ | 44.62 | 23.04 | 49.11 | - |
| YUV | 115.07 | 168.6 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 187 | 0 | 0.84 | 0.21 | 0.07 | 315.15 | 0.85 | 0.54 |
| Hex | ED | 27 | BB | 0 | 54 | 15 | 7 | 13B | 55 | 36 |
| Octal | 355 | 47 | 273 | 0 | 124 | 25 | 7 | 473 | 125 | 66 |
| Binary | 11101101 | 100111 | 10111011 | 0 | 1010100 | 10101 | 111 | 100111011 | 1010101 | 110110 |
Color Harmonies of #ED27BB
Complementary color
Monochromatic Colors of #ED27BB
Black with #ED27BB
Text Example
Text Example
White with #ED27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED27BB; }
p { color: rgb(237,39,187); }
H1.HeaderClassName
{
color: #ED27BB;
}
.AnyTagClassName
{
color: #ED27BB;
}
</style>
background-color css
<style>
a { background-color: #ED27BB; }
a { background-color: rgb(237,39,187); }
div.DivClassName
{
background-color: #ED27BB;
}
.BgClassName
{
background-color: #ED27BB;
}
</style>
border-color css
<style>
span { border-color: #ED27BB; }
span { border-color: rgb(237,39,187); }
td.TdClassName
{
border-color: #ED27BB;
}
.TagClassName
{
border-color: #ED27BB;
}
</style>