Shades of Wewak #E68B95
Tints of Wewak #E68B95
RGB
CMYK
RGB Variations
Color information
#E68B95 (or 0xE68B95) is known color: Wewak. HEX triplet: E6, 8B and 95. RGB value is (230,139,149). Sum of RGB (Red+Green+Blue) = 230+139+149=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B95 is #19746A. Grayscale: #A7A7A7. Windows color (decimal): -1668203 or 9800678. OLE color: 9800678.
HSL color Cylindrical-coordinate representation of color #E68B95: hue angle of 353.41º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68B95 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 149 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.10 |
| HSL | 353.41º | 0.65% | 0.72% | - |
| HSV(B) | 353.41º | 0.4% | 0.9% | - |
| XYZ | 47.29 | 37.46 | 33.17 | - |
| YUV | 167.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 149 | 0 | 0.40 | 0.35 | 0.10 | 353.41 | 0.65 | 0.72 |
| Hex | E6 | 8B | 95 | 0 | 28 | 23 | A | 161 | 41 | 48 |
| Octal | 346 | 213 | 225 | 0 | 50 | 43 | 12 | 541 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10010101 | 0 | 101000 | 100011 | 1010 | 101100001 | 1000001 | 1001000 |
Color Harmonies of #E68B95
Complementary color
Monochromatic Colors of #E68B95
Black with #E68B95
Text Example
Text Example
White with #E68B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B95; }
p { color: rgb(230,139,149); }
H1.HeaderClassName
{
color: #E68B95;
}
.AnyTagClassName
{
color: #E68B95;
}
</style>
background-color css
<style>
a { background-color: #E68B95; }
a { background-color: rgb(230,139,149); }
div.DivClassName
{
background-color: #E68B95;
}
.BgClassName
{
background-color: #E68B95;
}
</style>
border-color css
<style>
span { border-color: #E68B95; }
span { border-color: rgb(230,139,149); }
td.TdClassName
{
border-color: #E68B95;
}
.TagClassName
{
border-color: #E68B95;
}
</style>