Shades of Sweet Pink #ED8D87
Tints of Sweet Pink #ED8D87
RGB
CMYK
RGB Variations
Color information
#ED8D87 (or 0xED8D87) is known color: Sweet Pink. HEX triplet: ED, 8D and 87. RGB value is (237,141,135). Sum of RGB (Red+Green+Blue) = 237+141+135=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D87 is #127278. Grayscale: #A9A9A9. Windows color (decimal): -1208953 or 8883693. OLE color: 8883693.
HSL color Cylindrical-coordinate representation of color #ED8D87: hue angle of 3.53º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8D87 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 135 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.07 |
| HSL | 3.53º | 0.74% | 0.73% | - |
| HSV(B) | 3.53º | 0.43% | 0.93% | - |
| XYZ | 48.82 | 38.8 | 27.84 | - |
| YUV | 169.02 | 108.8 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 135 | 0 | 0.41 | 0.43 | 0.07 | 3.53 | 0.74 | 0.73 |
| Hex | ED | 8D | 87 | 0 | 29 | 2B | 7 | 4 | 4A | 49 |
| Octal | 355 | 215 | 207 | 0 | 51 | 53 | 7 | 4 | 112 | 111 |
| Binary | 11101101 | 10001101 | 10000111 | 0 | 101001 | 101011 | 111 | 100 | 1001010 | 1001001 |
Color Harmonies of #ED8D87
Complementary color
Monochromatic Colors of #ED8D87
Black with #ED8D87
Text Example
Text Example
White with #ED8D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D87; }
p { color: rgb(237,141,135); }
H1.HeaderClassName
{
color: #ED8D87;
}
.AnyTagClassName
{
color: #ED8D87;
}
</style>
background-color css
<style>
a { background-color: #ED8D87; }
a { background-color: rgb(237,141,135); }
div.DivClassName
{
background-color: #ED8D87;
}
.BgClassName
{
background-color: #ED8D87;
}
</style>
border-color css
<style>
span { border-color: #ED8D87; }
span { border-color: rgb(237,141,135); }
td.TdClassName
{
border-color: #ED8D87;
}
.TagClassName
{
border-color: #ED8D87;
}
</style>