Shades of Wewak #E68D97
Tints of Wewak #E68D97
RGB
CMYK
RGB Variations
Color information
#E68D97 (or 0xE68D97) is known color: Wewak. HEX triplet: E6, 8D and 97. RGB value is (230,141,151). Sum of RGB (Red+Green+Blue) = 230+141+151=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D97 is #197268. Grayscale: #A8A8A8. Windows color (decimal): -1667689 or 9932262. OLE color: 9932262.
HSL color Cylindrical-coordinate representation of color #E68D97: hue angle of 353.26º 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 #E68D97 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 151 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.10 |
| HSL | 353.26º | 0.64% | 0.73% | - |
| HSV(B) | 353.26º | 0.39% | 0.9% | - |
| XYZ | 47.74 | 38.11 | 34.12 | - |
| YUV | 168.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 151 | 0 | 0.39 | 0.34 | 0.10 | 353.26 | 0.64 | 0.73 |
| Hex | E6 | 8D | 97 | 0 | 27 | 22 | A | 161 | 40 | 49 |
| Octal | 346 | 215 | 227 | 0 | 47 | 42 | 12 | 541 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10010111 | 0 | 100111 | 100010 | 1010 | 101100001 | 1000000 | 1001001 |
Color Harmonies of #E68D97
Complementary color
Monochromatic Colors of #E68D97
Black with #E68D97
Text Example
Text Example
White with #E68D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D97; }
p { color: rgb(230,141,151); }
H1.HeaderClassName
{
color: #E68D97;
}
.AnyTagClassName
{
color: #E68D97;
}
</style>
background-color css
<style>
a { background-color: #E68D97; }
a { background-color: rgb(230,141,151); }
div.DivClassName
{
background-color: #E68D97;
}
.BgClassName
{
background-color: #E68D97;
}
</style>
border-color css
<style>
span { border-color: #E68D97; }
span { border-color: rgb(230,141,151); }
td.TdClassName
{
border-color: #E68D97;
}
.TagClassName
{
border-color: #E68D97;
}
</style>