Shades of Spicy Pink #ED15AC
Tints of Spicy Pink #ED15AC
RGB
CMYK
RGB Variations
Color information
#ED15AC (or 0xED15AC) is known color: Spicy Pink. HEX triplet: ED, 15 and AC. RGB value is (237,21,172). Sum of RGB (Red+Green+Blue) = 237+21+172=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED15AC is #12EA53. Grayscale: #666666. Windows color (decimal): -1239636 or 11277805. OLE color: 11277805.
HSL color Cylindrical-coordinate representation of color #ED15AC: hue angle of 318.06º 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 #ED15AC is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 172 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.07 |
| HSL | 318.06º | 0.86% | 0.51% | - |
| HSV(B) | 318.06º | 0.91% | 0.93% | - |
| XYZ | 42.64 | 21.52 | 40.94 | - |
| YUV | 102.8 | 167.06 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 172 | 0 | 0.91 | 0.27 | 0.07 | 318.06 | 0.86 | 0.51 |
| Hex | ED | 15 | AC | 0 | 5B | 1B | 7 | 13E | 56 | 33 |
| Octal | 355 | 25 | 254 | 0 | 133 | 33 | 7 | 476 | 126 | 63 |
| Binary | 11101101 | 10101 | 10101100 | 0 | 1011011 | 11011 | 111 | 100111110 | 1010110 | 110011 |
Color Harmonies of #ED15AC
Complementary color
Monochromatic Colors of #ED15AC
Black with #ED15AC
Text Example
Text Example
White with #ED15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15AC; }
p { color: rgb(237,21,172); }
H1.HeaderClassName
{
color: #ED15AC;
}
.AnyTagClassName
{
color: #ED15AC;
}
</style>
background-color css
<style>
a { background-color: #ED15AC; }
a { background-color: rgb(237,21,172); }
div.DivClassName
{
background-color: #ED15AC;
}
.BgClassName
{
background-color: #ED15AC;
}
</style>
border-color css
<style>
span { border-color: #ED15AC; }
span { border-color: rgb(237,21,172); }
td.TdClassName
{
border-color: #ED15AC;
}
.TagClassName
{
border-color: #ED15AC;
}
</style>