Shades of Wewak #ED898D
Tints of Wewak #ED898D
RGB
CMYK
RGB Variations
Color information
#ED898D (or 0xED898D) is known color: Wewak. HEX triplet: ED, 89 and 8D. RGB value is (237,137,141). Sum of RGB (Red+Green+Blue) = 237+137+141=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED898D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED898D is #127672. Grayscale: #A7A7A7. Windows color (decimal): -1209971 or 9275885. OLE color: 9275885.
HSL color Cylindrical-coordinate representation of color #ED898D: hue angle of 357.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED898D is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 141 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.07 |
| HSL | 357.6º | 0.74% | 0.73% | - |
| HSV(B) | 357.6º | 0.42% | 0.93% | - |
| XYZ | 48.68 | 37.82 | 29.93 | - |
| YUV | 167.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 141 | 0 | 0.42 | 0.41 | 0.07 | 357.6 | 0.74 | 0.73 |
| Hex | ED | 89 | 8D | 0 | 2A | 29 | 7 | 166 | 4A | 49 |
| Octal | 355 | 211 | 215 | 0 | 52 | 51 | 7 | 546 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10001101 | 0 | 101010 | 101001 | 111 | 101100110 | 1001010 | 1001001 |
Color Harmonies of #ED898D
Complementary color
Monochromatic Colors of #ED898D
Black with #ED898D
Text Example
Text Example
White with #ED898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED898D; }
p { color: rgb(237,137,141); }
H1.HeaderClassName
{
color: #ED898D;
}
.AnyTagClassName
{
color: #ED898D;
}
</style>
background-color css
<style>
a { background-color: #ED898D; }
a { background-color: rgb(237,137,141); }
div.DivClassName
{
background-color: #ED898D;
}
.BgClassName
{
background-color: #ED898D;
}
</style>
border-color css
<style>
span { border-color: #ED898D; }
span { border-color: rgb(237,137,141); }
td.TdClassName
{
border-color: #ED898D;
}
.TagClassName
{
border-color: #ED898D;
}
</style>