Shades of Wewak #E68E90
Tints of Wewak #E68E90
RGB
CMYK
RGB Variations
Color information
#E68E90 (or 0xE68E90) is known color: Wewak. HEX triplet: E6, 8E and 90. RGB value is (230,142,144). Sum of RGB (Red+Green+Blue) = 230+142+144=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E90 is #19716F. Grayscale: #A8A8A8. Windows color (decimal): -1667440 or 9473766. OLE color: 9473766.
HSL color Cylindrical-coordinate representation of color #E68E90: hue angle of 358.64º 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 #E68E90 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 144 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.10 |
| HSL | 358.64º | 0.64% | 0.73% | - |
| HSV(B) | 358.64º | 0.38% | 0.9% | - |
| XYZ | 47.34 | 38.18 | 31.26 | - |
| YUV | 168.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 144 | 0 | 0.38 | 0.37 | 0.10 | 358.64 | 0.64 | 0.73 |
| Hex | E6 | 8E | 90 | 0 | 26 | 25 | A | 167 | 40 | 49 |
| Octal | 346 | 216 | 220 | 0 | 46 | 45 | 12 | 547 | 100 | 111 |
| Binary | 11100110 | 10001110 | 10010000 | 0 | 100110 | 100101 | 1010 | 101100111 | 1000000 | 1001001 |
Color Harmonies of #E68E90
Complementary color
Monochromatic Colors of #E68E90
Black with #E68E90
Text Example
Text Example
White with #E68E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E90; }
p { color: rgb(230,142,144); }
H1.HeaderClassName
{
color: #E68E90;
}
.AnyTagClassName
{
color: #E68E90;
}
</style>
background-color css
<style>
a { background-color: #E68E90; }
a { background-color: rgb(230,142,144); }
div.DivClassName
{
background-color: #E68E90;
}
.BgClassName
{
background-color: #E68E90;
}
</style>
border-color css
<style>
span { border-color: #E68E90; }
span { border-color: rgb(230,142,144); }
td.TdClassName
{
border-color: #E68E90;
}
.TagClassName
{
border-color: #E68E90;
}
</style>