Shades of Sweet Pink #ED8D85
Tints of Sweet Pink #ED8D85
RGB
CMYK
RGB Variations
Color information
#ED8D85 (or 0xED8D85) is known color: Sweet Pink. HEX triplet: ED, 8D and 85. RGB value is (237,141,133). Sum of RGB (Red+Green+Blue) = 237+141+133=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D85 is #12727A. Grayscale: #A8A8A8. Windows color (decimal): -1208955 or 8752621. OLE color: 8752621.
HSL color Cylindrical-coordinate representation of color #ED8D85: hue angle of 4.62º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8D85 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 133 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.07 |
| HSL | 4.62º | 0.74% | 0.73% | - |
| HSV(B) | 4.62º | 0.44% | 0.93% | - |
| XYZ | 48.68 | 38.75 | 27.1 | - |
| YUV | 168.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 133 | 0 | 0.41 | 0.44 | 0.07 | 4.62 | 0.74 | 0.73 |
| Hex | ED | 8D | 85 | 0 | 29 | 2C | 7 | 5 | 4A | 49 |
| Octal | 355 | 215 | 205 | 0 | 51 | 54 | 7 | 5 | 112 | 111 |
| Binary | 11101101 | 10001101 | 10000101 | 0 | 101001 | 101100 | 111 | 101 | 1001010 | 1001001 |
Color Harmonies of #ED8D85
Complementary color
Monochromatic Colors of #ED8D85
Black with #ED8D85
Text Example
Text Example
White with #ED8D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D85; }
p { color: rgb(237,141,133); }
H1.HeaderClassName
{
color: #ED8D85;
}
.AnyTagClassName
{
color: #ED8D85;
}
</style>
background-color css
<style>
a { background-color: #ED8D85; }
a { background-color: rgb(237,141,133); }
div.DivClassName
{
background-color: #ED8D85;
}
.BgClassName
{
background-color: #ED8D85;
}
</style>
border-color css
<style>
span { border-color: #ED8D85; }
span { border-color: rgb(237,141,133); }
td.TdClassName
{
border-color: #ED8D85;
}
.TagClassName
{
border-color: #ED8D85;
}
</style>