Shades of Wewak #EC8F93
Tints of Wewak #EC8F93
RGB
CMYK
RGB Variations
Color information
#EC8F93 (or 0xEC8F93) is known color: Wewak. HEX triplet: EC, 8F and 93. RGB value is (236,143,147). Sum of RGB (Red+Green+Blue) = 236+143+147=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8F93 is #13706C. Grayscale: #ABABAB. Windows color (decimal): -1273965 or 9670636. OLE color: 9670636.
HSL color Cylindrical-coordinate representation of color #EC8F93: hue angle of 357.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8F93 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 147 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.07 |
| HSL | 357.42º | 0.71% | 0.74% | - |
| HSV(B) | 357.42º | 0.39% | 0.93% | - |
| XYZ | 49.68 | 39.58 | 32.63 | - |
| YUV | 171.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 147 | 0 | 0.39 | 0.38 | 0.07 | 357.42 | 0.71 | 0.74 |
| Hex | EC | 8F | 93 | 0 | 27 | 26 | 7 | 165 | 47 | 4A |
| Octal | 354 | 217 | 223 | 0 | 47 | 46 | 7 | 545 | 107 | 112 |
| Binary | 11101100 | 10001111 | 10010011 | 0 | 100111 | 100110 | 111 | 101100101 | 1000111 | 1001010 |
Color Harmonies of #EC8F93
Complementary color
Monochromatic Colors of #EC8F93
Black with #EC8F93
Text Example
Text Example
White with #EC8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F93; }
p { color: rgb(236,143,147); }
H1.HeaderClassName
{
color: #EC8F93;
}
.AnyTagClassName
{
color: #EC8F93;
}
</style>
background-color css
<style>
a { background-color: #EC8F93; }
a { background-color: rgb(236,143,147); }
div.DivClassName
{
background-color: #EC8F93;
}
.BgClassName
{
background-color: #EC8F93;
}
</style>
border-color css
<style>
span { border-color: #EC8F93; }
span { border-color: rgb(236,143,147); }
td.TdClassName
{
border-color: #EC8F93;
}
.TagClassName
{
border-color: #EC8F93;
}
</style>