Shades of Wewak #E68C90
Tints of Wewak #E68C90
RGB
CMYK
RGB Variations
Color information
#E68C90 (or 0xE68C90) is known color: Wewak. HEX triplet: E6, 8C and 90. RGB value is (230,140,144). Sum of RGB (Red+Green+Blue) = 230+140+144=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68C90 is #19736F. Grayscale: #A7A7A7. Windows color (decimal): -1667952 or 9473254. OLE color: 9473254.
HSL color Cylindrical-coordinate representation of color #E68C90: hue angle of 357.33º 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 #E68C90 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 144 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.10 |
| HSL | 357.33º | 0.64% | 0.73% | - |
| HSV(B) | 357.33º | 0.39% | 0.9% | - |
| XYZ | 47.05 | 37.59 | 31.16 | - |
| YUV | 167.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 144 | 0 | 0.39 | 0.37 | 0.10 | 357.33 | 0.64 | 0.73 |
| Hex | E6 | 8C | 90 | 0 | 27 | 25 | A | 165 | 40 | 49 |
| Octal | 346 | 214 | 220 | 0 | 47 | 45 | 12 | 545 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10010000 | 0 | 100111 | 100101 | 1010 | 101100101 | 1000000 | 1001001 |
Color Harmonies of #E68C90
Complementary color
Monochromatic Colors of #E68C90
Black with #E68C90
Text Example
Text Example
White with #E68C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C90; }
p { color: rgb(230,140,144); }
H1.HeaderClassName
{
color: #E68C90;
}
.AnyTagClassName
{
color: #E68C90;
}
</style>
background-color css
<style>
a { background-color: #E68C90; }
a { background-color: rgb(230,140,144); }
div.DivClassName
{
background-color: #E68C90;
}
.BgClassName
{
background-color: #E68C90;
}
</style>
border-color css
<style>
span { border-color: #E68C90; }
span { border-color: rgb(230,140,144); }
td.TdClassName
{
border-color: #E68C90;
}
.TagClassName
{
border-color: #E68C90;
}
</style>