Shades of Sweet Pink #ED8E89
Tints of Sweet Pink #ED8E89
RGB
CMYK
RGB Variations
Color information
#ED8E89 (or 0xED8E89) is known color: Sweet Pink. HEX triplet: ED, 8E and 89. RGB value is (237,142,137). Sum of RGB (Red+Green+Blue) = 237+142+137=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E89 is #127176. Grayscale: #A9A9A9. Windows color (decimal): -1208695 or 9015021. OLE color: 9015021.
HSL color Cylindrical-coordinate representation of color #ED8E89: hue angle of 3º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8E89 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 137 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.07 |
| HSL | 3º | 0.74% | 0.73% | - |
| HSV(B) | 3º | 0.42% | 0.93% | - |
| XYZ | 49.11 | 39.16 | 28.64 | - |
| YUV | 169.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 137 | 0 | 0.40 | 0.42 | 0.07 | 3 | 0.74 | 0.73 |
| Hex | ED | 8E | 89 | 0 | 28 | 2A | 7 | 3 | 4A | 49 |
| Octal | 355 | 216 | 211 | 0 | 50 | 52 | 7 | 3 | 112 | 111 |
| Binary | 11101101 | 10001110 | 10001001 | 0 | 101000 | 101010 | 111 | 11 | 1001010 | 1001001 |
Color Harmonies of #ED8E89
Complementary color
Monochromatic Colors of #ED8E89
Black with #ED8E89
Text Example
Text Example
White with #ED8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8E89; }
p { color: rgb(237,142,137); }
H1.HeaderClassName
{
color: #ED8E89;
}
.AnyTagClassName
{
color: #ED8E89;
}
</style>
background-color css
<style>
a { background-color: #ED8E89; }
a { background-color: rgb(237,142,137); }
div.DivClassName
{
background-color: #ED8E89;
}
.BgClassName
{
background-color: #ED8E89;
}
</style>
border-color css
<style>
span { border-color: #ED8E89; }
span { border-color: rgb(237,142,137); }
td.TdClassName
{
border-color: #ED8E89;
}
.TagClassName
{
border-color: #ED8E89;
}
</style>