Shades of Wewak #ED8F93
Tints of Wewak #ED8F93
RGB
CMYK
RGB Variations
Color information
#ED8F93 (or 0xED8F93) is known color: Wewak. HEX triplet: ED, 8F and 93. RGB value is (237,143,147). Sum of RGB (Red+Green+Blue) = 237+143+147=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F93 is #12706C. Grayscale: #ABABAB. Windows color (decimal): -1208429 or 9670637. OLE color: 9670637.
HSL color Cylindrical-coordinate representation of color #ED8F93: hue angle of 357.45º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8F93 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 147 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.07 |
| HSL | 357.45º | 0.72% | 0.75% | - |
| HSV(B) | 357.45º | 0.4% | 0.93% | - |
| XYZ | 50.01 | 39.76 | 32.64 | - |
| YUV | 171.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 147 | 0 | 0.40 | 0.38 | 0.07 | 357.45 | 0.72 | 0.75 |
| Hex | ED | 8F | 93 | 0 | 28 | 26 | 7 | 165 | 48 | 4B |
| Octal | 355 | 217 | 223 | 0 | 50 | 46 | 7 | 545 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10010011 | 0 | 101000 | 100110 | 111 | 101100101 | 1001000 | 1001011 |
Color Harmonies of #ED8F93
Complementary color
Monochromatic Colors of #ED8F93
Black with #ED8F93
Text Example
Text Example
White with #ED8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F93; }
p { color: rgb(237,143,147); }
H1.HeaderClassName
{
color: #ED8F93;
}
.AnyTagClassName
{
color: #ED8F93;
}
</style>
background-color css
<style>
a { background-color: #ED8F93; }
a { background-color: rgb(237,143,147); }
div.DivClassName
{
background-color: #ED8F93;
}
.BgClassName
{
background-color: #ED8F93;
}
</style>
border-color css
<style>
span { border-color: #ED8F93; }
span { border-color: rgb(237,143,147); }
td.TdClassName
{
border-color: #ED8F93;
}
.TagClassName
{
border-color: #ED8F93;
}
</style>