Shades of Sweet Pink #ED948D
Tints of Sweet Pink #ED948D
RGB
CMYK
RGB Variations
Color information
#ED948D (or 0xED948D) is known color: Sweet Pink. HEX triplet: ED, 94 and 8D. RGB value is (237,148,141). Sum of RGB (Red+Green+Blue) = 237+148+141=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED948D is #126B72. Grayscale: #ADADAD. Windows color (decimal): -1207155 or 9278701. OLE color: 9278701.
HSL color Cylindrical-coordinate representation of color #ED948D: hue angle of 4.38º 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 #ED948D is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 141 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.07 |
| HSL | 4.38º | 0.73% | 0.74% | - |
| HSV(B) | 4.38º | 0.41% | 0.93% | - |
| XYZ | 50.32 | 41.11 | 30.48 | - |
| YUV | 173.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 141 | 0 | 0.38 | 0.41 | 0.07 | 4.38 | 0.73 | 0.74 |
| Hex | ED | 94 | 8D | 0 | 26 | 29 | 7 | 4 | 49 | 4A |
| Octal | 355 | 224 | 215 | 0 | 46 | 51 | 7 | 4 | 111 | 112 |
| Binary | 11101101 | 10010100 | 10001101 | 0 | 100110 | 101001 | 111 | 100 | 1001001 | 1001010 |
Color Harmonies of #ED948D
Complementary color
Monochromatic Colors of #ED948D
Black with #ED948D
Text Example
Text Example
White with #ED948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED948D; }
p { color: rgb(237,148,141); }
H1.HeaderClassName
{
color: #ED948D;
}
.AnyTagClassName
{
color: #ED948D;
}
</style>
background-color css
<style>
a { background-color: #ED948D; }
a { background-color: rgb(237,148,141); }
div.DivClassName
{
background-color: #ED948D;
}
.BgClassName
{
background-color: #ED948D;
}
</style>
border-color css
<style>
span { border-color: #ED948D; }
span { border-color: rgb(237,148,141); }
td.TdClassName
{
border-color: #ED948D;
}
.TagClassName
{
border-color: #ED948D;
}
</style>