Shades of Wewak #ED898F
Tints of Wewak #ED898F
RGB
CMYK
RGB Variations
Color information
#ED898F (or 0xED898F) is known color: Wewak. HEX triplet: ED, 89 and 8F. RGB value is (237,137,143). Sum of RGB (Red+Green+Blue) = 237+137+143=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED898F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED898F is #127670. Grayscale: #A7A7A7. Windows color (decimal): -1209969 or 9406957. OLE color: 9406957.
HSL color Cylindrical-coordinate representation of color #ED898F: hue angle of 356.4º 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 #ED898F is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 143 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.07 |
| HSL | 356.4º | 0.74% | 0.73% | - |
| HSV(B) | 356.4º | 0.42% | 0.93% | - |
| XYZ | 48.83 | 37.88 | 30.72 | - |
| YUV | 167.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 143 | 0 | 0.42 | 0.40 | 0.07 | 356.4 | 0.74 | 0.73 |
| Hex | ED | 89 | 8F | 0 | 2A | 28 | 7 | 164 | 4A | 49 |
| Octal | 355 | 211 | 217 | 0 | 52 | 50 | 7 | 544 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10001111 | 0 | 101010 | 101000 | 111 | 101100100 | 1001010 | 1001001 |
Color Harmonies of #ED898F
Complementary color
Monochromatic Colors of #ED898F
Black with #ED898F
Text Example
Text Example
White with #ED898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED898F; }
p { color: rgb(237,137,143); }
H1.HeaderClassName
{
color: #ED898F;
}
.AnyTagClassName
{
color: #ED898F;
}
</style>
background-color css
<style>
a { background-color: #ED898F; }
a { background-color: rgb(237,137,143); }
div.DivClassName
{
background-color: #ED898F;
}
.BgClassName
{
background-color: #ED898F;
}
</style>
border-color css
<style>
span { border-color: #ED898F; }
span { border-color: rgb(237,137,143); }
td.TdClassName
{
border-color: #ED898F;
}
.TagClassName
{
border-color: #ED898F;
}
</style>