Shades of Wewak #E68D9E
Tints of Wewak #E68D9E
RGB
CMYK
RGB Variations
Color information
#E68D9E (or 0xE68D9E) is known color: Wewak. HEX triplet: E6, 8D and 9E. RGB value is (230,141,158). Sum of RGB (Red+Green+Blue) = 230+141+158=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D9E is #197261. Grayscale: #A9A9A9. Windows color (decimal): -1667682 or 10391014. OLE color: 10391014.
HSL color Cylindrical-coordinate representation of color #E68D9E: hue angle of 348.54º 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 #E68D9E is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 158 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.10 |
| HSL | 348.54º | 0.64% | 0.73% | - |
| HSV(B) | 348.54º | 0.39% | 0.9% | - |
| XYZ | 48.33 | 38.34 | 37.2 | - |
| YUV | 169.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 158 | 0 | 0.39 | 0.31 | 0.10 | 348.54 | 0.64 | 0.73 |
| Hex | E6 | 8D | 9E | 0 | 27 | 1F | A | 15D | 40 | 49 |
| Octal | 346 | 215 | 236 | 0 | 47 | 37 | 12 | 535 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10011110 | 0 | 100111 | 11111 | 1010 | 101011101 | 1000000 | 1001001 |
Color Harmonies of #E68D9E
Complementary color
Monochromatic Colors of #E68D9E
Black with #E68D9E
Text Example
Text Example
White with #E68D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D9E; }
p { color: rgb(230,141,158); }
H1.HeaderClassName
{
color: #E68D9E;
}
.AnyTagClassName
{
color: #E68D9E;
}
</style>
background-color css
<style>
a { background-color: #E68D9E; }
a { background-color: rgb(230,141,158); }
div.DivClassName
{
background-color: #E68D9E;
}
.BgClassName
{
background-color: #E68D9E;
}
</style>
border-color css
<style>
span { border-color: #E68D9E; }
span { border-color: rgb(230,141,158); }
td.TdClassName
{
border-color: #E68D9E;
}
.TagClassName
{
border-color: #E68D9E;
}
</style>