Shades of Sweet Pink #ED8C86
Tints of Sweet Pink #ED8C86
RGB
CMYK
RGB Variations
Color information
#ED8C86 (or 0xED8C86) is known color: Sweet Pink. HEX triplet: ED, 8C and 86. RGB value is (237,140,134). Sum of RGB (Red+Green+Blue) = 237+140+134=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C86 is #127379. Grayscale: #A8A8A8. Windows color (decimal): -1209210 or 8817901. OLE color: 8817901.
HSL color Cylindrical-coordinate representation of color #ED8C86: hue angle of 3.5º 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 #ED8C86 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 134 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.07 |
| HSL | 3.5º | 0.74% | 0.73% | - |
| HSV(B) | 3.5º | 0.43% | 0.93% | - |
| XYZ | 48.61 | 38.48 | 27.42 | - |
| YUV | 168.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 134 | 0 | 0.41 | 0.43 | 0.07 | 3.5 | 0.74 | 0.73 |
| Hex | ED | 8C | 86 | 0 | 29 | 2B | 7 | 3 | 4A | 49 |
| Octal | 355 | 214 | 206 | 0 | 51 | 53 | 7 | 3 | 112 | 111 |
| Binary | 11101101 | 10001100 | 10000110 | 0 | 101001 | 101011 | 111 | 11 | 1001010 | 1001001 |
Color Harmonies of #ED8C86
Complementary color
Monochromatic Colors of #ED8C86
Black with #ED8C86
Text Example
Text Example
White with #ED8C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C86; }
p { color: rgb(237,140,134); }
H1.HeaderClassName
{
color: #ED8C86;
}
.AnyTagClassName
{
color: #ED8C86;
}
</style>
background-color css
<style>
a { background-color: #ED8C86; }
a { background-color: rgb(237,140,134); }
div.DivClassName
{
background-color: #ED8C86;
}
.BgClassName
{
background-color: #ED8C86;
}
</style>
border-color css
<style>
span { border-color: #ED8C86; }
span { border-color: rgb(237,140,134); }
td.TdClassName
{
border-color: #ED8C86;
}
.TagClassName
{
border-color: #ED8C86;
}
</style>