Shades of Wewak #E68D8E
Tints of Wewak #E68D8E
RGB
CMYK
RGB Variations
Color information
#E68D8E (or 0xE68D8E) is known color: Wewak. HEX triplet: E6, 8D and 8E. RGB value is (230,141,142). Sum of RGB (Red+Green+Blue) = 230+141+142=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D8E is #197271. Grayscale: #A7A7A7. Windows color (decimal): -1667698 or 9342438. OLE color: 9342438.
HSL color Cylindrical-coordinate representation of color #E68D8E: hue angle of 359.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68D8E is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 142 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.10 |
| HSL | 359.33º | 0.64% | 0.73% | - |
| HSV(B) | 359.33º | 0.39% | 0.9% | - |
| XYZ | 47.04 | 37.83 | 30.41 | - |
| YUV | 167.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 142 | 0 | 0.39 | 0.38 | 0.10 | 359.33 | 0.64 | 0.73 |
| Hex | E6 | 8D | 8E | 0 | 27 | 26 | A | 167 | 40 | 49 |
| Octal | 346 | 215 | 216 | 0 | 47 | 46 | 12 | 547 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10001110 | 0 | 100111 | 100110 | 1010 | 101100111 | 1000000 | 1001001 |
Color Harmonies of #E68D8E
Complementary color
Monochromatic Colors of #E68D8E
Black with #E68D8E
Text Example
Text Example
White with #E68D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D8E; }
p { color: rgb(230,141,142); }
H1.HeaderClassName
{
color: #E68D8E;
}
.AnyTagClassName
{
color: #E68D8E;
}
</style>
background-color css
<style>
a { background-color: #E68D8E; }
a { background-color: rgb(230,141,142); }
div.DivClassName
{
background-color: #E68D8E;
}
.BgClassName
{
background-color: #E68D8E;
}
</style>
border-color css
<style>
span { border-color: #E68D8E; }
span { border-color: rgb(230,141,142); }
td.TdClassName
{
border-color: #E68D8E;
}
.TagClassName
{
border-color: #E68D8E;
}
</style>