Shades of Wewak #E68D8F
Tints of Wewak #E68D8F
RGB
CMYK
RGB Variations
Color information
#E68D8F (or 0xE68D8F) is known color: Wewak. HEX triplet: E6, 8D and 8F. RGB value is (230,141,143). Sum of RGB (Red+Green+Blue) = 230+141+143=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D8F is #197270. Grayscale: #A7A7A7. Windows color (decimal): -1667697 or 9407974. OLE color: 9407974.
HSL color Cylindrical-coordinate representation of color #E68D8F: hue angle of 358.65º 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 #E68D8F is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 143 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.10 |
| HSL | 358.65º | 0.64% | 0.73% | - |
| HSV(B) | 358.65º | 0.39% | 0.9% | - |
| XYZ | 47.12 | 37.86 | 30.81 | - |
| YUV | 167.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 143 | 0 | 0.39 | 0.38 | 0.10 | 358.65 | 0.64 | 0.73 |
| Hex | E6 | 8D | 8F | 0 | 27 | 26 | A | 167 | 40 | 49 |
| Octal | 346 | 215 | 217 | 0 | 47 | 46 | 12 | 547 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10001111 | 0 | 100111 | 100110 | 1010 | 101100111 | 1000000 | 1001001 |
Color Harmonies of #E68D8F
Complementary color
Monochromatic Colors of #E68D8F
Black with #E68D8F
Text Example
Text Example
White with #E68D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D8F; }
p { color: rgb(230,141,143); }
H1.HeaderClassName
{
color: #E68D8F;
}
.AnyTagClassName
{
color: #E68D8F;
}
</style>
background-color css
<style>
a { background-color: #E68D8F; }
a { background-color: rgb(230,141,143); }
div.DivClassName
{
background-color: #E68D8F;
}
.BgClassName
{
background-color: #E68D8F;
}
</style>
border-color css
<style>
span { border-color: #E68D8F; }
span { border-color: rgb(230,141,143); }
td.TdClassName
{
border-color: #E68D8F;
}
.TagClassName
{
border-color: #E68D8F;
}
</style>