Shades of Sweet Pink #ED988B
Tints of Sweet Pink #ED988B
RGB
CMYK
RGB Variations
Color information
#ED988B (or 0xED988B) is known color: Sweet Pink. HEX triplet: ED, 98 and 8B. RGB value is (237,152,139). Sum of RGB (Red+Green+Blue) = 237+152+139=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED988B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED988B is #126774. Grayscale: #B0B0B0. Windows color (decimal): -1206133 or 9148653. OLE color: 9148653.
HSL color Cylindrical-coordinate representation of color #ED988B: hue angle of 7.96º 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 #ED988B is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 139 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.07 |
| HSL | 7.96º | 0.73% | 0.74% | - |
| HSV(B) | 7.96º | 0.41% | 0.93% | - |
| XYZ | 50.81 | 42.33 | 29.92 | - |
| YUV | 175.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 139 | 0 | 0.36 | 0.41 | 0.07 | 7.96 | 0.73 | 0.74 |
| Hex | ED | 98 | 8B | 0 | 24 | 29 | 7 | 8 | 49 | 4A |
| Octal | 355 | 230 | 213 | 0 | 44 | 51 | 7 | 10 | 111 | 112 |
| Binary | 11101101 | 10011000 | 10001011 | 0 | 100100 | 101001 | 111 | 1000 | 1001001 | 1001010 |
Color Harmonies of #ED988B
Complementary color
Monochromatic Colors of #ED988B
Black with #ED988B
Text Example
Text Example
White with #ED988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED988B; }
p { color: rgb(237,152,139); }
H1.HeaderClassName
{
color: #ED988B;
}
.AnyTagClassName
{
color: #ED988B;
}
</style>
background-color css
<style>
a { background-color: #ED988B; }
a { background-color: rgb(237,152,139); }
div.DivClassName
{
background-color: #ED988B;
}
.BgClassName
{
background-color: #ED988B;
}
</style>
border-color css
<style>
span { border-color: #ED988B; }
span { border-color: rgb(237,152,139); }
td.TdClassName
{
border-color: #ED988B;
}
.TagClassName
{
border-color: #ED988B;
}
</style>