Shades of Sweet Pink #ED8F83
Tints of Sweet Pink #ED8F83
RGB
CMYK
RGB Variations
Color information
#ED8F83 (or 0xED8F83) is known color: Sweet Pink. HEX triplet: ED, 8F and 83. RGB value is (237,143,131). Sum of RGB (Red+Green+Blue) = 237+143+131=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F83 is #12707C. Grayscale: #A9A9A9. Windows color (decimal): -1208445 or 8622061. OLE color: 8622061.
HSL color Cylindrical-coordinate representation of color #ED8F83: hue angle of 6.79º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8F83 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 131 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.07 |
| HSL | 6.79º | 0.75% | 0.72% | - |
| HSV(B) | 6.79º | 0.45% | 0.93% | - |
| XYZ | 48.84 | 39.29 | 26.48 | - |
| YUV | 169.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 131 | 0 | 0.40 | 0.45 | 0.07 | 6.79 | 0.75 | 0.72 |
| Hex | ED | 8F | 83 | 0 | 28 | 2D | 7 | 7 | 4B | 48 |
| Octal | 355 | 217 | 203 | 0 | 50 | 55 | 7 | 7 | 113 | 110 |
| Binary | 11101101 | 10001111 | 10000011 | 0 | 101000 | 101101 | 111 | 111 | 1001011 | 1001000 |
Color Harmonies of #ED8F83
Complementary color
Monochromatic Colors of #ED8F83
Black with #ED8F83
Text Example
Text Example
White with #ED8F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F83; }
p { color: rgb(237,143,131); }
H1.HeaderClassName
{
color: #ED8F83;
}
.AnyTagClassName
{
color: #ED8F83;
}
</style>
background-color css
<style>
a { background-color: #ED8F83; }
a { background-color: rgb(237,143,131); }
div.DivClassName
{
background-color: #ED8F83;
}
.BgClassName
{
background-color: #ED8F83;
}
</style>
border-color css
<style>
span { border-color: #ED8F83; }
span { border-color: rgb(237,143,131); }
td.TdClassName
{
border-color: #ED8F83;
}
.TagClassName
{
border-color: #ED8F83;
}
</style>