Shades of Wewak #E68F96
Tints of Wewak #E68F96
RGB
CMYK
RGB Variations
Color information
#E68F96 (or 0xE68F96) is known color: Wewak. HEX triplet: E6, 8F and 96. RGB value is (230,143,150). Sum of RGB (Red+Green+Blue) = 230+143+150=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F96 is #197069. Grayscale: #A9A9A9. Windows color (decimal): -1667178 or 9867238. OLE color: 9867238.
HSL color Cylindrical-coordinate representation of color #E68F96: hue angle of 355.17º 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 #E68F96 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 150 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.10 |
| HSL | 355.17º | 0.64% | 0.73% | - |
| HSV(B) | 355.17º | 0.38% | 0.9% | - |
| XYZ | 47.96 | 38.67 | 33.79 | - |
| YUV | 169.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 150 | 0 | 0.38 | 0.35 | 0.10 | 355.17 | 0.64 | 0.73 |
| Hex | E6 | 8F | 96 | 0 | 26 | 23 | A | 163 | 40 | 49 |
| Octal | 346 | 217 | 226 | 0 | 46 | 43 | 12 | 543 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10010110 | 0 | 100110 | 100011 | 1010 | 101100011 | 1000000 | 1001001 |
Color Harmonies of #E68F96
Complementary color
Monochromatic Colors of #E68F96
Black with #E68F96
Text Example
Text Example
White with #E68F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F96; }
p { color: rgb(230,143,150); }
H1.HeaderClassName
{
color: #E68F96;
}
.AnyTagClassName
{
color: #E68F96;
}
</style>
background-color css
<style>
a { background-color: #E68F96; }
a { background-color: rgb(230,143,150); }
div.DivClassName
{
background-color: #E68F96;
}
.BgClassName
{
background-color: #E68F96;
}
</style>
border-color css
<style>
span { border-color: #E68F96; }
span { border-color: rgb(230,143,150); }
td.TdClassName
{
border-color: #E68F96;
}
.TagClassName
{
border-color: #E68F96;
}
</style>