Shades of Spicy Pink #ED15A8
Tints of Spicy Pink #ED15A8
RGB
CMYK
RGB Variations
Color information
#ED15A8 (or 0xED15A8) is known color: Spicy Pink. HEX triplet: ED, 15 and A8. RGB value is (237,21,168). Sum of RGB (Red+Green+Blue) = 237+21+168=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED15A8 is #12EA57. Grayscale: #656565. Windows color (decimal): -1239640 or 11015661. OLE color: 11015661.
HSL color Cylindrical-coordinate representation of color #ED15A8: hue angle of 319.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED15A8 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 168 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.07 |
| HSL | 319.17º | 0.86% | 0.51% | - |
| HSV(B) | 319.17º | 0.91% | 0.93% | - |
| XYZ | 42.26 | 21.37 | 38.94 | - |
| YUV | 102.34 | 165.06 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 168 | 0 | 0.91 | 0.29 | 0.07 | 319.17 | 0.86 | 0.51 |
| Hex | ED | 15 | A8 | 0 | 5B | 1D | 7 | 13F | 56 | 33 |
| Octal | 355 | 25 | 250 | 0 | 133 | 35 | 7 | 477 | 126 | 63 |
| Binary | 11101101 | 10101 | 10101000 | 0 | 1011011 | 11101 | 111 | 100111111 | 1010110 | 110011 |
Color Harmonies of #ED15A8
Complementary color
Monochromatic Colors of #ED15A8
Black with #ED15A8
Text Example
Text Example
White with #ED15A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15A8; }
p { color: rgb(237,21,168); }
H1.HeaderClassName
{
color: #ED15A8;
}
.AnyTagClassName
{
color: #ED15A8;
}
</style>
background-color css
<style>
a { background-color: #ED15A8; }
a { background-color: rgb(237,21,168); }
div.DivClassName
{
background-color: #ED15A8;
}
.BgClassName
{
background-color: #ED15A8;
}
</style>
border-color css
<style>
span { border-color: #ED15A8; }
span { border-color: rgb(237,21,168); }
td.TdClassName
{
border-color: #ED15A8;
}
.TagClassName
{
border-color: #ED15A8;
}
</style>