Shades of Wewak #E68E97
Tints of Wewak #E68E97
RGB
CMYK
RGB Variations
Color information
#E68E97 (or 0xE68E97) is known color: Wewak. HEX triplet: E6, 8E and 97. RGB value is (230,142,151). Sum of RGB (Red+Green+Blue) = 230+142+151=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E97 is #197168. Grayscale: #A9A9A9. Windows color (decimal): -1667433 or 9932518. OLE color: 9932518.
HSL color Cylindrical-coordinate representation of color #E68E97: hue angle of 353.86º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68E97 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 151 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.10 |
| HSL | 353.86º | 0.64% | 0.73% | - |
| HSV(B) | 353.86º | 0.38% | 0.9% | - |
| XYZ | 47.89 | 38.4 | 34.17 | - |
| YUV | 169.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 151 | 0 | 0.38 | 0.34 | 0.10 | 353.86 | 0.64 | 0.73 |
| Hex | E6 | 8E | 97 | 0 | 26 | 22 | A | 162 | 40 | 49 |
| Octal | 346 | 216 | 227 | 0 | 46 | 42 | 12 | 542 | 100 | 111 |
| Binary | 11100110 | 10001110 | 10010111 | 0 | 100110 | 100010 | 1010 | 101100010 | 1000000 | 1001001 |
Color Harmonies of #E68E97
Complementary color
Monochromatic Colors of #E68E97
Black with #E68E97
Text Example
Text Example
White with #E68E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E97; }
p { color: rgb(230,142,151); }
H1.HeaderClassName
{
color: #E68E97;
}
.AnyTagClassName
{
color: #E68E97;
}
</style>
background-color css
<style>
a { background-color: #E68E97; }
a { background-color: rgb(230,142,151); }
div.DivClassName
{
background-color: #E68E97;
}
.BgClassName
{
background-color: #E68E97;
}
</style>
border-color css
<style>
span { border-color: #E68E97; }
span { border-color: rgb(230,142,151); }
td.TdClassName
{
border-color: #E68E97;
}
.TagClassName
{
border-color: #E68E97;
}
</style>