Shades of Sweet Pink #ED8C8B
Tints of Sweet Pink #ED8C8B
RGB
CMYK
RGB Variations
Color information
#ED8C8B (or 0xED8C8B) is known color: Sweet Pink. HEX triplet: ED, 8C and 8B. RGB value is (237,140,139). Sum of RGB (Red+Green+Blue) = 237+140+139=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C8B is #127374. Grayscale: #A8A8A8. Windows color (decimal): -1209205 or 9145581. OLE color: 9145581.
HSL color Cylindrical-coordinate representation of color #ED8C8B: hue angle of 0.61º 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 #ED8C8B is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 139 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.07 |
| HSL | 0.61º | 0.73% | 0.74% | - |
| HSV(B) | 0.61º | 0.41% | 0.93% | - |
| XYZ | 48.96 | 38.62 | 29.3 | - |
| YUV | 168.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 139 | 0 | 0.41 | 0.41 | 0.07 | 0.61 | 0.73 | 0.74 |
| Hex | ED | 8C | 8B | 0 | 29 | 29 | 7 | 1 | 49 | 4A |
| Octal | 355 | 214 | 213 | 0 | 51 | 51 | 7 | 1 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10001011 | 0 | 101001 | 101001 | 111 | 1 | 1001001 | 1001010 |
Color Harmonies of #ED8C8B
Complementary color
Monochromatic Colors of #ED8C8B
Black with #ED8C8B
Text Example
Text Example
White with #ED8C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C8B; }
p { color: rgb(237,140,139); }
H1.HeaderClassName
{
color: #ED8C8B;
}
.AnyTagClassName
{
color: #ED8C8B;
}
</style>
background-color css
<style>
a { background-color: #ED8C8B; }
a { background-color: rgb(237,140,139); }
div.DivClassName
{
background-color: #ED8C8B;
}
.BgClassName
{
background-color: #ED8C8B;
}
</style>
border-color css
<style>
span { border-color: #ED8C8B; }
span { border-color: rgb(237,140,139); }
td.TdClassName
{
border-color: #ED8C8B;
}
.TagClassName
{
border-color: #ED8C8B;
}
</style>