Shades of Wewak #E68C96
Tints of Wewak #E68C96
RGB
CMYK
RGB Variations
Color information
#E68C96 (or 0xE68C96) is known color: Wewak. HEX triplet: E6, 8C and 96. RGB value is (230,140,150). Sum of RGB (Red+Green+Blue) = 230+140+150=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68C96 is #197369. Grayscale: #A8A8A8. Windows color (decimal): -1667946 or 9866470. OLE color: 9866470.
HSL color Cylindrical-coordinate representation of color #E68C96: hue angle of 353.33º 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 #E68C96 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 150 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.10 |
| HSL | 353.33º | 0.64% | 0.73% | - |
| HSV(B) | 353.33º | 0.39% | 0.9% | - |
| XYZ | 47.52 | 37.78 | 33.64 | - |
| YUV | 168.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 150 | 0 | 0.39 | 0.35 | 0.10 | 353.33 | 0.64 | 0.73 |
| Hex | E6 | 8C | 96 | 0 | 27 | 23 | A | 161 | 40 | 49 |
| Octal | 346 | 214 | 226 | 0 | 47 | 43 | 12 | 541 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10010110 | 0 | 100111 | 100011 | 1010 | 101100001 | 1000000 | 1001001 |
Color Harmonies of #E68C96
Complementary color
Monochromatic Colors of #E68C96
Black with #E68C96
Text Example
Text Example
White with #E68C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C96; }
p { color: rgb(230,140,150); }
H1.HeaderClassName
{
color: #E68C96;
}
.AnyTagClassName
{
color: #E68C96;
}
</style>
background-color css
<style>
a { background-color: #E68C96; }
a { background-color: rgb(230,140,150); }
div.DivClassName
{
background-color: #E68C96;
}
.BgClassName
{
background-color: #E68C96;
}
</style>
border-color css
<style>
span { border-color: #E68C96; }
span { border-color: rgb(230,140,150); }
td.TdClassName
{
border-color: #E68C96;
}
.TagClassName
{
border-color: #E68C96;
}
</style>