Shades of Wewak #E68B8F
Tints of Wewak #E68B8F
RGB
CMYK
RGB Variations
Color information
#E68B8F (or 0xE68B8F) is known color: Wewak. HEX triplet: E6, 8B and 8F. RGB value is (230,139,143). Sum of RGB (Red+Green+Blue) = 230+139+143=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B8F is #197470. Grayscale: #A6A6A6. Windows color (decimal): -1668209 or 9407462. OLE color: 9407462.
HSL color Cylindrical-coordinate representation of color #E68B8F: hue angle of 357.36º 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 #E68B8F is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 143 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.10 |
| HSL | 357.36º | 0.65% | 0.72% | - |
| HSV(B) | 357.36º | 0.4% | 0.9% | - |
| XYZ | 46.82 | 37.27 | 30.71 | - |
| YUV | 166.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 143 | 0 | 0.40 | 0.38 | 0.10 | 357.36 | 0.65 | 0.72 |
| Hex | E6 | 8B | 8F | 0 | 28 | 26 | A | 165 | 41 | 48 |
| Octal | 346 | 213 | 217 | 0 | 50 | 46 | 12 | 545 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10001111 | 0 | 101000 | 100110 | 1010 | 101100101 | 1000001 | 1001000 |
Color Harmonies of #E68B8F
Complementary color
Monochromatic Colors of #E68B8F
Black with #E68B8F
Text Example
Text Example
White with #E68B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B8F; }
p { color: rgb(230,139,143); }
H1.HeaderClassName
{
color: #E68B8F;
}
.AnyTagClassName
{
color: #E68B8F;
}
</style>
background-color css
<style>
a { background-color: #E68B8F; }
a { background-color: rgb(230,139,143); }
div.DivClassName
{
background-color: #E68B8F;
}
.BgClassName
{
background-color: #E68B8F;
}
</style>
border-color css
<style>
span { border-color: #E68B8F; }
span { border-color: rgb(230,139,143); }
td.TdClassName
{
border-color: #E68B8F;
}
.TagClassName
{
border-color: #E68B8F;
}
</style>