Shades of Sweet Pink #ED8F8C
Tints of Sweet Pink #ED8F8C
RGB
CMYK
RGB Variations
Color information
#ED8F8C (or 0xED8F8C) is known color: Sweet Pink. HEX triplet: ED, 8F and 8C. RGB value is (237,143,140). Sum of RGB (Red+Green+Blue) = 237+143+140=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F8C is #127073. Grayscale: #AAAAAA. Windows color (decimal): -1208436 or 9211885. OLE color: 9211885.
HSL color Cylindrical-coordinate representation of color #ED8F8C: hue angle of 1.86º 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 #ED8F8C is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 140 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.07 |
| HSL | 1.86º | 0.73% | 0.74% | - |
| HSV(B) | 1.86º | 0.41% | 0.93% | - |
| XYZ | 49.48 | 39.54 | 29.84 | - |
| YUV | 170.76 | 110.64 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 140 | 0 | 0.40 | 0.41 | 0.07 | 1.86 | 0.73 | 0.74 |
| Hex | ED | 8F | 8C | 0 | 28 | 29 | 7 | 2 | 49 | 4A |
| Octal | 355 | 217 | 214 | 0 | 50 | 51 | 7 | 2 | 111 | 112 |
| Binary | 11101101 | 10001111 | 10001100 | 0 | 101000 | 101001 | 111 | 10 | 1001001 | 1001010 |
Color Harmonies of #ED8F8C
Complementary color
Monochromatic Colors of #ED8F8C
Black with #ED8F8C
Text Example
Text Example
White with #ED8F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F8C; }
p { color: rgb(237,143,140); }
H1.HeaderClassName
{
color: #ED8F8C;
}
.AnyTagClassName
{
color: #ED8F8C;
}
</style>
background-color css
<style>
a { background-color: #ED8F8C; }
a { background-color: rgb(237,143,140); }
div.DivClassName
{
background-color: #ED8F8C;
}
.BgClassName
{
background-color: #ED8F8C;
}
</style>
border-color css
<style>
span { border-color: #ED8F8C; }
span { border-color: rgb(237,143,140); }
td.TdClassName
{
border-color: #ED8F8C;
}
.TagClassName
{
border-color: #ED8F8C;
}
</style>