Shades of Wewak #E68D96
Tints of Wewak #E68D96
RGB
CMYK
RGB Variations
Color information
#E68D96 (or 0xE68D96) is known color: Wewak. HEX triplet: E6, 8D and 96. RGB value is (230,141,150). Sum of RGB (Red+Green+Blue) = 230+141+150=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D96 is #197269. Grayscale: #A8A8A8. Windows color (decimal): -1667690 or 9866726. OLE color: 9866726.
HSL color Cylindrical-coordinate representation of color #E68D96: hue angle of 353.93º 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 #E68D96 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 150 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.10 |
| HSL | 353.93º | 0.64% | 0.73% | - |
| HSV(B) | 353.93º | 0.39% | 0.9% | - |
| XYZ | 47.66 | 38.07 | 33.69 | - |
| YUV | 168.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 150 | 0 | 0.39 | 0.35 | 0.10 | 353.93 | 0.64 | 0.73 |
| Hex | E6 | 8D | 96 | 0 | 27 | 23 | A | 162 | 40 | 49 |
| Octal | 346 | 215 | 226 | 0 | 47 | 43 | 12 | 542 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10010110 | 0 | 100111 | 100011 | 1010 | 101100010 | 1000000 | 1001001 |
Color Harmonies of #E68D96
Complementary color
Monochromatic Colors of #E68D96
Black with #E68D96
Text Example
Text Example
White with #E68D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D96; }
p { color: rgb(230,141,150); }
H1.HeaderClassName
{
color: #E68D96;
}
.AnyTagClassName
{
color: #E68D96;
}
</style>
background-color css
<style>
a { background-color: #E68D96; }
a { background-color: rgb(230,141,150); }
div.DivClassName
{
background-color: #E68D96;
}
.BgClassName
{
background-color: #E68D96;
}
</style>
border-color css
<style>
span { border-color: #E68D96; }
span { border-color: rgb(230,141,150); }
td.TdClassName
{
border-color: #E68D96;
}
.TagClassName
{
border-color: #E68D96;
}
</style>