Shades of Sweet Pink #ED8E84
Tints of Sweet Pink #ED8E84
RGB
CMYK
RGB Variations
Color information
#ED8E84 (or 0xED8E84) is known color: Sweet Pink. HEX triplet: ED, 8E and 84. RGB value is (237,142,132). Sum of RGB (Red+Green+Blue) = 237+142+132=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E84 is #12717B. Grayscale: #A9A9A9. Windows color (decimal): -1208700 or 8687341. OLE color: 8687341.
HSL color Cylindrical-coordinate representation of color #ED8E84: hue angle of 5.71º 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 #ED8E84 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 132 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.07 |
| HSL | 5.71º | 0.74% | 0.72% | - |
| HSV(B) | 5.71º | 0.44% | 0.93% | - |
| XYZ | 48.76 | 39.02 | 26.79 | - |
| YUV | 169.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 132 | 0 | 0.40 | 0.44 | 0.07 | 5.71 | 0.74 | 0.72 |
| Hex | ED | 8E | 84 | 0 | 28 | 2C | 7 | 6 | 4A | 48 |
| Octal | 355 | 216 | 204 | 0 | 50 | 54 | 7 | 6 | 112 | 110 |
| Binary | 11101101 | 10001110 | 10000100 | 0 | 101000 | 101100 | 111 | 110 | 1001010 | 1001000 |
Color Harmonies of #ED8E84
Complementary color
Monochromatic Colors of #ED8E84
Black with #ED8E84
Text Example
Text Example
White with #ED8E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8E84; }
p { color: rgb(237,142,132); }
H1.HeaderClassName
{
color: #ED8E84;
}
.AnyTagClassName
{
color: #ED8E84;
}
</style>
background-color css
<style>
a { background-color: #ED8E84; }
a { background-color: rgb(237,142,132); }
div.DivClassName
{
background-color: #ED8E84;
}
.BgClassName
{
background-color: #ED8E84;
}
</style>
border-color css
<style>
span { border-color: #ED8E84; }
span { border-color: rgb(237,142,132); }
td.TdClassName
{
border-color: #ED8E84;
}
.TagClassName
{
border-color: #ED8E84;
}
</style>