Shades of Sweet Pink #ED938B
Tints of Sweet Pink #ED938B
RGB
CMYK
RGB Variations
Color information
#ED938B (or 0xED938B) is known color: Sweet Pink. HEX triplet: ED, 93 and 8B. RGB value is (237,147,139). Sum of RGB (Red+Green+Blue) = 237+147+139=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED938B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED938B is #126C74. Grayscale: #ADADAD. Windows color (decimal): -1207413 or 9147373. OLE color: 9147373.
HSL color Cylindrical-coordinate representation of color #ED938B: hue angle of 4.9º 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 #ED938B is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 139 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.07 |
| HSL | 4.9º | 0.73% | 0.74% | - |
| HSV(B) | 4.9º | 0.41% | 0.93% | - |
| XYZ | 50.02 | 40.74 | 29.65 | - |
| YUV | 173 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 139 | 0 | 0.38 | 0.41 | 0.07 | 4.9 | 0.73 | 0.74 |
| Hex | ED | 93 | 8B | 0 | 26 | 29 | 7 | 5 | 49 | 4A |
| Octal | 355 | 223 | 213 | 0 | 46 | 51 | 7 | 5 | 111 | 112 |
| Binary | 11101101 | 10010011 | 10001011 | 0 | 100110 | 101001 | 111 | 101 | 1001001 | 1001010 |
Color Harmonies of #ED938B
Complementary color
Monochromatic Colors of #ED938B
Black with #ED938B
Text Example
Text Example
White with #ED938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED938B; }
p { color: rgb(237,147,139); }
H1.HeaderClassName
{
color: #ED938B;
}
.AnyTagClassName
{
color: #ED938B;
}
</style>
background-color css
<style>
a { background-color: #ED938B; }
a { background-color: rgb(237,147,139); }
div.DivClassName
{
background-color: #ED938B;
}
.BgClassName
{
background-color: #ED938B;
}
</style>
border-color css
<style>
span { border-color: #ED938B; }
span { border-color: rgb(237,147,139); }
td.TdClassName
{
border-color: #ED938B;
}
.TagClassName
{
border-color: #ED938B;
}
</style>