Shades of Sweet Pink #EDA098
Tints of Sweet Pink #EDA098
RGB
CMYK
RGB Variations
Color information
#EDA098 (or 0xEDA098) is known color: Sweet Pink. HEX triplet: ED, A0 and 98. RGB value is (237,160,152). Sum of RGB (Red+Green+Blue) = 237+160+152=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA098 is #125F67. Grayscale: #B6B6B6. Windows color (decimal): -1204072 or 10002669. OLE color: 10002669.
HSL color Cylindrical-coordinate representation of color #EDA098: hue angle of 5.65º 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 #EDA098 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 152 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.07 |
| HSL | 5.65º | 0.7% | 0.76% | - |
| HSV(B) | 5.65º | 0.36% | 0.93% | - |
| XYZ | 53.16 | 45.41 | 35.67 | - |
| YUV | 182.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 152 | 0 | 0.32 | 0.36 | 0.07 | 5.65 | 0.7 | 0.76 |
| Hex | ED | A0 | 98 | 0 | 20 | 24 | 7 | 6 | 46 | 4C |
| Octal | 355 | 240 | 230 | 0 | 40 | 44 | 7 | 6 | 106 | 114 |
| Binary | 11101101 | 10100000 | 10011000 | 0 | 100000 | 100100 | 111 | 110 | 1000110 | 1001100 |
Color Harmonies of #EDA098
Complementary color
Monochromatic Colors of #EDA098
Black with #EDA098
Text Example
Text Example
White with #EDA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA098; }
p { color: rgb(237,160,152); }
H1.HeaderClassName
{
color: #EDA098;
}
.AnyTagClassName
{
color: #EDA098;
}
</style>
background-color css
<style>
a { background-color: #EDA098; }
a { background-color: rgb(237,160,152); }
div.DivClassName
{
background-color: #EDA098;
}
.BgClassName
{
background-color: #EDA098;
}
</style>
border-color css
<style>
span { border-color: #EDA098; }
span { border-color: rgb(237,160,152); }
td.TdClassName
{
border-color: #EDA098;
}
.TagClassName
{
border-color: #EDA098;
}
</style>