Shades of Wewak #EF8EA0
Tints of Wewak #EF8EA0
RGB
CMYK
RGB Variations
Color information
#EF8EA0 (or 0xEF8EA0) is known color: Wewak. HEX triplet: EF, 8E and A0. RGB value is (239,142,160). Sum of RGB (Red+Green+Blue) = 239+142+160=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8EA0 is #10715F. Grayscale: #ADADAD. Windows color (decimal): -1077600 or 10522351. OLE color: 10522351.
HSL color Cylindrical-coordinate representation of color #EF8EA0: hue angle of 348.87º 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 #EF8EA0 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 160 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.06 |
| HSL | 348.87º | 0.75% | 0.75% | - |
| HSV(B) | 348.87º | 0.41% | 0.94% | - |
| XYZ | 51.61 | 40.23 | 38.3 | - |
| YUV | 173.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 160 | 0 | 0.41 | 0.33 | 0.06 | 348.87 | 0.75 | 0.75 |
| Hex | EF | 8E | A0 | 0 | 29 | 21 | 6 | 15D | 4B | 4B |
| Octal | 357 | 216 | 240 | 0 | 51 | 41 | 6 | 535 | 113 | 113 |
| Binary | 11101111 | 10001110 | 10100000 | 0 | 101001 | 100001 | 110 | 101011101 | 1001011 | 1001011 |
Color Harmonies of #EF8EA0
Complementary color
Monochromatic Colors of #EF8EA0
Black with #EF8EA0
Text Example
Text Example
White with #EF8EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8EA0; }
p { color: rgb(239,142,160); }
H1.HeaderClassName
{
color: #EF8EA0;
}
.AnyTagClassName
{
color: #EF8EA0;
}
</style>
background-color css
<style>
a { background-color: #EF8EA0; }
a { background-color: rgb(239,142,160); }
div.DivClassName
{
background-color: #EF8EA0;
}
.BgClassName
{
background-color: #EF8EA0;
}
</style>
border-color css
<style>
span { border-color: #EF8EA0; }
span { border-color: rgb(239,142,160); }
td.TdClassName
{
border-color: #EF8EA0;
}
.TagClassName
{
border-color: #EF8EA0;
}
</style>