Shades of Wewak #E68C8F
Tints of Wewak #E68C8F
RGB
CMYK
RGB Variations
Color information
#E68C8F (or 0xE68C8F) is known color: Wewak. HEX triplet: E6, 8C and 8F. RGB value is (230,140,143). Sum of RGB (Red+Green+Blue) = 230+140+143=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68C8F is #197370. Grayscale: #A7A7A7. Windows color (decimal): -1667953 or 9407718. OLE color: 9407718.
HSL color Cylindrical-coordinate representation of color #E68C8F: hue angle of 358º 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 #E68C8F is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 143 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.10 |
| HSL | 358º | 0.64% | 0.73% | - |
| HSV(B) | 358º | 0.39% | 0.9% | - |
| XYZ | 46.97 | 37.56 | 30.76 | - |
| YUV | 167.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 143 | 0 | 0.39 | 0.38 | 0.10 | 358 | 0.64 | 0.73 |
| Hex | E6 | 8C | 8F | 0 | 27 | 26 | A | 166 | 40 | 49 |
| Octal | 346 | 214 | 217 | 0 | 47 | 46 | 12 | 546 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10001111 | 0 | 100111 | 100110 | 1010 | 101100110 | 1000000 | 1001001 |
Color Harmonies of #E68C8F
Complementary color
Monochromatic Colors of #E68C8F
Black with #E68C8F
Text Example
Text Example
White with #E68C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C8F; }
p { color: rgb(230,140,143); }
H1.HeaderClassName
{
color: #E68C8F;
}
.AnyTagClassName
{
color: #E68C8F;
}
</style>
background-color css
<style>
a { background-color: #E68C8F; }
a { background-color: rgb(230,140,143); }
div.DivClassName
{
background-color: #E68C8F;
}
.BgClassName
{
background-color: #E68C8F;
}
</style>
border-color css
<style>
span { border-color: #E68C8F; }
span { border-color: rgb(230,140,143); }
td.TdClassName
{
border-color: #E68C8F;
}
.TagClassName
{
border-color: #E68C8F;
}
</style>