Shades of Sweet Pink #ED8D8B
Tints of Sweet Pink #ED8D8B
RGB
CMYK
RGB Variations
Color information
#ED8D8B (or 0xED8D8B) is known color: Sweet Pink. HEX triplet: ED, 8D and 8B. RGB value is (237,141,139). Sum of RGB (Red+Green+Blue) = 237+141+139=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D8B is #127274. Grayscale: #A9A9A9. Windows color (decimal): -1208949 or 9145837. OLE color: 9145837.
HSL color Cylindrical-coordinate representation of color #ED8D8B: hue angle of 1.22º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8D8B is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 139 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.07 |
| HSL | 1.22º | 0.73% | 0.74% | - |
| HSV(B) | 1.22º | 0.41% | 0.93% | - |
| XYZ | 49.11 | 38.92 | 29.35 | - |
| YUV | 169.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 139 | 0 | 0.41 | 0.41 | 0.07 | 1.22 | 0.73 | 0.74 |
| Hex | ED | 8D | 8B | 0 | 29 | 29 | 7 | 1 | 49 | 4A |
| Octal | 355 | 215 | 213 | 0 | 51 | 51 | 7 | 1 | 111 | 112 |
| Binary | 11101101 | 10001101 | 10001011 | 0 | 101001 | 101001 | 111 | 1 | 1001001 | 1001010 |
Color Harmonies of #ED8D8B
Complementary color
Monochromatic Colors of #ED8D8B
Black with #ED8D8B
Text Example
Text Example
White with #ED8D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D8B; }
p { color: rgb(237,141,139); }
H1.HeaderClassName
{
color: #ED8D8B;
}
.AnyTagClassName
{
color: #ED8D8B;
}
</style>
background-color css
<style>
a { background-color: #ED8D8B; }
a { background-color: rgb(237,141,139); }
div.DivClassName
{
background-color: #ED8D8B;
}
.BgClassName
{
background-color: #ED8D8B;
}
</style>
border-color css
<style>
span { border-color: #ED8D8B; }
span { border-color: rgb(237,141,139); }
td.TdClassName
{
border-color: #ED8D8B;
}
.TagClassName
{
border-color: #ED8D8B;
}
</style>