Shades of Sweet Pink #ED8C85
Tints of Sweet Pink #ED8C85
RGB
CMYK
RGB Variations
Color information
#ED8C85 (or 0xED8C85) is known color: Sweet Pink. HEX triplet: ED, 8C and 85. RGB value is (237,140,133). Sum of RGB (Red+Green+Blue) = 237+140+133=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C85 is #12737A. Grayscale: #A8A8A8. Windows color (decimal): -1209211 or 8752365. OLE color: 8752365.
HSL color Cylindrical-coordinate representation of color #ED8C85: hue angle of 4.04º 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 #ED8C85 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 133 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.07 |
| HSL | 4.04º | 0.74% | 0.73% | - |
| HSV(B) | 4.04º | 0.44% | 0.93% | - |
| XYZ | 48.54 | 38.45 | 27.05 | - |
| YUV | 168.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 133 | 0 | 0.41 | 0.44 | 0.07 | 4.04 | 0.74 | 0.73 |
| Hex | ED | 8C | 85 | 0 | 29 | 2C | 7 | 4 | 4A | 49 |
| Octal | 355 | 214 | 205 | 0 | 51 | 54 | 7 | 4 | 112 | 111 |
| Binary | 11101101 | 10001100 | 10000101 | 0 | 101001 | 101100 | 111 | 100 | 1001010 | 1001001 |
Color Harmonies of #ED8C85
Complementary color
Monochromatic Colors of #ED8C85
Black with #ED8C85
Text Example
Text Example
White with #ED8C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C85; }
p { color: rgb(237,140,133); }
H1.HeaderClassName
{
color: #ED8C85;
}
.AnyTagClassName
{
color: #ED8C85;
}
</style>
background-color css
<style>
a { background-color: #ED8C85; }
a { background-color: rgb(237,140,133); }
div.DivClassName
{
background-color: #ED8C85;
}
.BgClassName
{
background-color: #ED8C85;
}
</style>
border-color css
<style>
span { border-color: #ED8C85; }
span { border-color: rgb(237,140,133); }
td.TdClassName
{
border-color: #ED8C85;
}
.TagClassName
{
border-color: #ED8C85;
}
</style>