Shades of Wewak #E68F94
Tints of Wewak #E68F94
RGB
CMYK
RGB Variations
Color information
#E68F94 (or 0xE68F94) is known color: Wewak. HEX triplet: E6, 8F and 94. RGB value is (230,143,148). Sum of RGB (Red+Green+Blue) = 230+143+148=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F94 is #19706B. Grayscale: #A9A9A9. Windows color (decimal): -1667180 or 9736166. OLE color: 9736166.
HSL color Cylindrical-coordinate representation of color #E68F94: hue angle of 356.55º 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 #E68F94 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 148 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.10 |
| HSL | 356.55º | 0.64% | 0.73% | - |
| HSV(B) | 356.55º | 0.38% | 0.9% | - |
| XYZ | 47.8 | 38.61 | 32.95 | - |
| YUV | 169.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 148 | 0 | 0.38 | 0.36 | 0.10 | 356.55 | 0.64 | 0.73 |
| Hex | E6 | 8F | 94 | 0 | 26 | 24 | A | 165 | 40 | 49 |
| Octal | 346 | 217 | 224 | 0 | 46 | 44 | 12 | 545 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10010100 | 0 | 100110 | 100100 | 1010 | 101100101 | 1000000 | 1001001 |
Color Harmonies of #E68F94
Complementary color
Monochromatic Colors of #E68F94
Black with #E68F94
Text Example
Text Example
White with #E68F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F94; }
p { color: rgb(230,143,148); }
H1.HeaderClassName
{
color: #E68F94;
}
.AnyTagClassName
{
color: #E68F94;
}
</style>
background-color css
<style>
a { background-color: #E68F94; }
a { background-color: rgb(230,143,148); }
div.DivClassName
{
background-color: #E68F94;
}
.BgClassName
{
background-color: #E68F94;
}
</style>
border-color css
<style>
span { border-color: #E68F94; }
span { border-color: rgb(230,143,148); }
td.TdClassName
{
border-color: #E68F94;
}
.TagClassName
{
border-color: #E68F94;
}
</style>