Shades of Sweet Pink #EDA09D
Tints of Sweet Pink #EDA09D
RGB
CMYK
RGB Variations
Color information
#EDA09D (or 0xEDA09D) is known color: Sweet Pink. HEX triplet: ED, A0 and 9D. RGB value is (237,160,157). Sum of RGB (Red+Green+Blue) = 237+160+157=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA09D is #125F62. Grayscale: #B6B6B6. Windows color (decimal): -1204067 or 10330349. OLE color: 10330349.
HSL color Cylindrical-coordinate representation of color #EDA09D: hue angle of 2.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA09D is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 157 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.07 |
| HSL | 2.25º | 0.69% | 0.77% | - |
| HSV(B) | 2.25º | 0.34% | 0.93% | - |
| XYZ | 53.58 | 45.58 | 37.87 | - |
| YUV | 182.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 157 | 0 | 0.32 | 0.34 | 0.07 | 2.25 | 0.69 | 0.77 |
| Hex | ED | A0 | 9D | 0 | 20 | 22 | 7 | 2 | 45 | 4D |
| Octal | 355 | 240 | 235 | 0 | 40 | 42 | 7 | 2 | 105 | 115 |
| Binary | 11101101 | 10100000 | 10011101 | 0 | 100000 | 100010 | 111 | 10 | 1000101 | 1001101 |
Color Harmonies of #EDA09D
Complementary color
Monochromatic Colors of #EDA09D
Black with #EDA09D
Text Example
Text Example
White with #EDA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA09D; }
p { color: rgb(237,160,157); }
H1.HeaderClassName
{
color: #EDA09D;
}
.AnyTagClassName
{
color: #EDA09D;
}
</style>
background-color css
<style>
a { background-color: #EDA09D; }
a { background-color: rgb(237,160,157); }
div.DivClassName
{
background-color: #EDA09D;
}
.BgClassName
{
background-color: #EDA09D;
}
</style>
border-color css
<style>
span { border-color: #EDA09D; }
span { border-color: rgb(237,160,157); }
td.TdClassName
{
border-color: #EDA09D;
}
.TagClassName
{
border-color: #EDA09D;
}
</style>