Shades of Wewak #ED8D90
Tints of Wewak #ED8D90
RGB
CMYK
RGB Variations
Color information
#ED8D90 (or 0xED8D90) is known color: Wewak. HEX triplet: ED, 8D and 90. RGB value is (237,141,144). Sum of RGB (Red+Green+Blue) = 237+141+144=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D90 is #12726F. Grayscale: #AAAAAA. Windows color (decimal): -1208944 or 9473517. OLE color: 9473517.
HSL color Cylindrical-coordinate representation of color #ED8D90: hue angle of 358.12º 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 #ED8D90 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 144 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.07 |
| HSL | 358.13º | 0.73% | 0.74% | - |
| HSV(B) | 358.13º | 0.41% | 0.93% | - |
| XYZ | 49.48 | 39.07 | 31.32 | - |
| YUV | 170.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 144 | 0 | 0.41 | 0.39 | 0.07 | 358.13 | 0.73 | 0.74 |
| Hex | ED | 8D | 90 | 0 | 29 | 27 | 7 | 166 | 49 | 4A |
| Octal | 355 | 215 | 220 | 0 | 51 | 47 | 7 | 546 | 111 | 112 |
| Binary | 11101101 | 10001101 | 10010000 | 0 | 101001 | 100111 | 111 | 101100110 | 1001001 | 1001010 |
Color Harmonies of #ED8D90
Complementary color
Monochromatic Colors of #ED8D90
Black with #ED8D90
Text Example
Text Example
White with #ED8D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D90; }
p { color: rgb(237,141,144); }
H1.HeaderClassName
{
color: #ED8D90;
}
.AnyTagClassName
{
color: #ED8D90;
}
</style>
background-color css
<style>
a { background-color: #ED8D90; }
a { background-color: rgb(237,141,144); }
div.DivClassName
{
background-color: #ED8D90;
}
.BgClassName
{
background-color: #ED8D90;
}
</style>
border-color css
<style>
span { border-color: #ED8D90; }
span { border-color: rgb(237,141,144); }
td.TdClassName
{
border-color: #ED8D90;
}
.TagClassName
{
border-color: #ED8D90;
}
</style>