Shades of Sweet Pink #EDA09A
Tints of Sweet Pink #EDA09A
RGB
CMYK
RGB Variations
Color information
#EDA09A (or 0xEDA09A) is known color: Sweet Pink. HEX triplet: ED, A0 and 9A. RGB value is (237,160,154). Sum of RGB (Red+Green+Blue) = 237+160+154=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA09A is #125F65. Grayscale: #B6B6B6. Windows color (decimal): -1204070 or 10133741. OLE color: 10133741.
HSL color Cylindrical-coordinate representation of color #EDA09A: hue angle of 4.34º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA09A is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 154 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.07 |
| HSL | 4.34º | 0.7% | 0.77% | - |
| HSV(B) | 4.34º | 0.35% | 0.93% | - |
| XYZ | 53.33 | 45.48 | 36.54 | - |
| YUV | 182.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 154 | 0 | 0.32 | 0.35 | 0.07 | 4.34 | 0.7 | 0.77 |
| Hex | ED | A0 | 9A | 0 | 20 | 23 | 7 | 4 | 46 | 4D |
| Octal | 355 | 240 | 232 | 0 | 40 | 43 | 7 | 4 | 106 | 115 |
| Binary | 11101101 | 10100000 | 10011010 | 0 | 100000 | 100011 | 111 | 100 | 1000110 | 1001101 |
Color Harmonies of #EDA09A
Complementary color
Monochromatic Colors of #EDA09A
Black with #EDA09A
Text Example
Text Example
White with #EDA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA09A; }
p { color: rgb(237,160,154); }
H1.HeaderClassName
{
color: #EDA09A;
}
.AnyTagClassName
{
color: #EDA09A;
}
</style>
background-color css
<style>
a { background-color: #EDA09A; }
a { background-color: rgb(237,160,154); }
div.DivClassName
{
background-color: #EDA09A;
}
.BgClassName
{
background-color: #EDA09A;
}
</style>
border-color css
<style>
span { border-color: #EDA09A; }
span { border-color: rgb(237,160,154); }
td.TdClassName
{
border-color: #EDA09A;
}
.TagClassName
{
border-color: #EDA09A;
}
</style>