Shades of Wewak #EF8D93
Tints of Wewak #EF8D93
RGB
CMYK
RGB Variations
Color information
#EF8D93 (or 0xEF8D93) is known color: Wewak. HEX triplet: EF, 8D and 93. RGB value is (239,141,147). Sum of RGB (Red+Green+Blue) = 239+141+147=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D93 is #10726C. Grayscale: #ABABAB. Windows color (decimal): -1077869 or 9670127. OLE color: 9670127.
HSL color Cylindrical-coordinate representation of color #EF8D93: hue angle of 356.33º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8D93 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 147 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.06 |
| HSL | 356.33º | 0.75% | 0.75% | - |
| HSV(B) | 356.33º | 0.41% | 0.94% | - |
| XYZ | 50.39 | 39.51 | 32.57 | - |
| YUV | 170.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 147 | 0 | 0.41 | 0.38 | 0.06 | 356.33 | 0.75 | 0.75 |
| Hex | EF | 8D | 93 | 0 | 29 | 26 | 6 | 164 | 4B | 4B |
| Octal | 357 | 215 | 223 | 0 | 51 | 46 | 6 | 544 | 113 | 113 |
| Binary | 11101111 | 10001101 | 10010011 | 0 | 101001 | 100110 | 110 | 101100100 | 1001011 | 1001011 |
Color Harmonies of #EF8D93
Complementary color
Monochromatic Colors of #EF8D93
Black with #EF8D93
Text Example
Text Example
White with #EF8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D93; }
p { color: rgb(239,141,147); }
H1.HeaderClassName
{
color: #EF8D93;
}
.AnyTagClassName
{
color: #EF8D93;
}
</style>
background-color css
<style>
a { background-color: #EF8D93; }
a { background-color: rgb(239,141,147); }
div.DivClassName
{
background-color: #EF8D93;
}
.BgClassName
{
background-color: #EF8D93;
}
</style>
border-color css
<style>
span { border-color: #EF8D93; }
span { border-color: rgb(239,141,147); }
td.TdClassName
{
border-color: #EF8D93;
}
.TagClassName
{
border-color: #EF8D93;
}
</style>