Shades of Wewak #ED8D94
Tints of Wewak #ED8D94
RGB
CMYK
RGB Variations
Color information
#ED8D94 (or 0xED8D94) is known color: Wewak. HEX triplet: ED, 8D and 94. RGB value is (237,141,148). Sum of RGB (Red+Green+Blue) = 237+141+148=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D94 is #12726B. Grayscale: #AAAAAA. Windows color (decimal): -1208940 or 9735661. OLE color: 9735661.
HSL color Cylindrical-coordinate representation of color #ED8D94: hue angle of 355.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8D94 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 148 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.07 |
| HSL | 355.63º | 0.73% | 0.74% | - |
| HSV(B) | 355.63º | 0.41% | 0.93% | - |
| XYZ | 49.8 | 39.19 | 32.96 | - |
| YUV | 170.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 148 | 0 | 0.41 | 0.38 | 0.07 | 355.63 | 0.73 | 0.74 |
| Hex | ED | 8D | 94 | 0 | 29 | 26 | 7 | 164 | 49 | 4A |
| Octal | 355 | 215 | 224 | 0 | 51 | 46 | 7 | 544 | 111 | 112 |
| Binary | 11101101 | 10001101 | 10010100 | 0 | 101001 | 100110 | 111 | 101100100 | 1001001 | 1001010 |
Color Harmonies of #ED8D94
Complementary color
Monochromatic Colors of #ED8D94
Black with #ED8D94
Text Example
Text Example
White with #ED8D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D94; }
p { color: rgb(237,141,148); }
H1.HeaderClassName
{
color: #ED8D94;
}
.AnyTagClassName
{
color: #ED8D94;
}
</style>
background-color css
<style>
a { background-color: #ED8D94; }
a { background-color: rgb(237,141,148); }
div.DivClassName
{
background-color: #ED8D94;
}
.BgClassName
{
background-color: #ED8D94;
}
</style>
border-color css
<style>
span { border-color: #ED8D94; }
span { border-color: rgb(237,141,148); }
td.TdClassName
{
border-color: #ED8D94;
}
.TagClassName
{
border-color: #ED8D94;
}
</style>