Shades of Wewak #ED888F
Tints of Wewak #ED888F
RGB
CMYK
RGB Variations
Color information
#ED888F (or 0xED888F) is known color: Wewak. HEX triplet: ED, 88 and 8F. RGB value is (237,136,143). Sum of RGB (Red+Green+Blue) = 237+136+143=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED888F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED888F is #127770. Grayscale: #A7A7A7. Windows color (decimal): -1210225 or 9406701. OLE color: 9406701.
HSL color Cylindrical-coordinate representation of color #ED888F: hue angle of 355.84º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED888F is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 143 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.07 |
| HSL | 355.84º | 0.74% | 0.73% | - |
| HSV(B) | 355.84º | 0.43% | 0.93% | - |
| XYZ | 48.69 | 37.6 | 30.68 | - |
| YUV | 167 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 143 | 0 | 0.43 | 0.40 | 0.07 | 355.84 | 0.74 | 0.73 |
| Hex | ED | 88 | 8F | 0 | 2B | 28 | 7 | 164 | 4A | 49 |
| Octal | 355 | 210 | 217 | 0 | 53 | 50 | 7 | 544 | 112 | 111 |
| Binary | 11101101 | 10001000 | 10001111 | 0 | 101011 | 101000 | 111 | 101100100 | 1001010 | 1001001 |
Color Harmonies of #ED888F
Complementary color
Monochromatic Colors of #ED888F
Black with #ED888F
Text Example
Text Example
White with #ED888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED888F; }
p { color: rgb(237,136,143); }
H1.HeaderClassName
{
color: #ED888F;
}
.AnyTagClassName
{
color: #ED888F;
}
</style>
background-color css
<style>
a { background-color: #ED888F; }
a { background-color: rgb(237,136,143); }
div.DivClassName
{
background-color: #ED888F;
}
.BgClassName
{
background-color: #ED888F;
}
</style>
border-color css
<style>
span { border-color: #ED888F; }
span { border-color: rgb(237,136,143); }
td.TdClassName
{
border-color: #ED888F;
}
.TagClassName
{
border-color: #ED888F;
}
</style>