Shades of Sweet Pink #EDA097
Tints of Sweet Pink #EDA097
RGB
CMYK
RGB Variations
Color information
#EDA097 (or 0xEDA097) is known color: Sweet Pink. HEX triplet: ED, A0 and 97. RGB value is (237,160,151). Sum of RGB (Red+Green+Blue) = 237+160+151=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA097 is #125F68. Grayscale: #B6B6B6. Windows color (decimal): -1204073 or 9937133. OLE color: 9937133.
HSL color Cylindrical-coordinate representation of color #EDA097: hue angle of 6.28º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDA097 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 160 | 151 | - |
CMYK | 0 | 0.32 | 0.36 | 0.07 |
HSL | 6.28º | 0.7% | 0.76% | - |
HSV(B) | 6.28º | 0.36% | 0.93% | - |
XYZ | 53.08 | 45.38 | 35.24 | - |
YUV | 182 | 110.51 | 167.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 160 | 151 | 0 | 0.32 | 0.36 | 0.07 | 6.28 | 0.7 | 0.76 |
Hex | ED | A0 | 97 | 0 | 20 | 24 | 7 | 6 | 46 | 4C |
Octal | 355 | 240 | 227 | 0 | 40 | 44 | 7 | 6 | 106 | 114 |
Binary | 11101101 | 10100000 | 10010111 | 0 | 100000 | 100100 | 111 | 110 | 1000110 | 1001100 |
Color Harmonies of #EDA097
Complementary color
Monochromatic Colors of #EDA097
Black with #EDA097
Text Example
Text Example
White with #EDA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA097; }
p { color: rgb(237,160,151); }
H1.HeaderClassName
{
color: #EDA097;
}
.AnyTagClassName
{
color: #EDA097;
}
</style>
background-color css
<style>
a { background-color: #EDA097; }
a { background-color: rgb(237,160,151); }
div.DivClassName
{
background-color: #EDA097;
}
.BgClassName
{
background-color: #EDA097;
}
</style>
border-color css
<style>
span { border-color: #EDA097; }
span { border-color: rgb(237,160,151); }
td.TdClassName
{
border-color: #EDA097;
}
.TagClassName
{
border-color: #EDA097;
}
</style>