Shades of Sweet Pink #ED8D84
Tints of Sweet Pink #ED8D84
RGB
CMYK
RGB Variations
Color information
#ED8D84 (or 0xED8D84) is known color: Sweet Pink. HEX triplet: ED, 8D and 84. RGB value is (237,141,132). Sum of RGB (Red+Green+Blue) = 237+141+132=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D84 is #12727B. Grayscale: #A8A8A8. Windows color (decimal): -1208956 or 8687085. OLE color: 8687085.
HSL color Cylindrical-coordinate representation of color #ED8D84: hue angle of 5.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8D84 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 132 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.07 |
| HSL | 5.14º | 0.74% | 0.72% | - |
| HSV(B) | 5.14º | 0.44% | 0.93% | - |
| XYZ | 48.61 | 38.72 | 26.74 | - |
| YUV | 168.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 132 | 0 | 0.41 | 0.44 | 0.07 | 5.14 | 0.74 | 0.72 |
| Hex | ED | 8D | 84 | 0 | 29 | 2C | 7 | 5 | 4A | 48 |
| Octal | 355 | 215 | 204 | 0 | 51 | 54 | 7 | 5 | 112 | 110 |
| Binary | 11101101 | 10001101 | 10000100 | 0 | 101001 | 101100 | 111 | 101 | 1001010 | 1001000 |
Color Harmonies of #ED8D84
Complementary color
Monochromatic Colors of #ED8D84
Black with #ED8D84
Text Example
Text Example
White with #ED8D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D84; }
p { color: rgb(237,141,132); }
H1.HeaderClassName
{
color: #ED8D84;
}
.AnyTagClassName
{
color: #ED8D84;
}
</style>
background-color css
<style>
a { background-color: #ED8D84; }
a { background-color: rgb(237,141,132); }
div.DivClassName
{
background-color: #ED8D84;
}
.BgClassName
{
background-color: #ED8D84;
}
</style>
border-color css
<style>
span { border-color: #ED8D84; }
span { border-color: rgb(237,141,132); }
td.TdClassName
{
border-color: #ED8D84;
}
.TagClassName
{
border-color: #ED8D84;
}
</style>