Shades of Wewak #E68F90
Tints of Wewak #E68F90
RGB
CMYK
RGB Variations
Color information
#E68F90 (or 0xE68F90) is known color: Wewak. HEX triplet: E6, 8F and 90. RGB value is (230,143,144). Sum of RGB (Red+Green+Blue) = 230+143+144=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F90 is #19706F. Grayscale: #A9A9A9. Windows color (decimal): -1667184 or 9474022. OLE color: 9474022.
HSL color Cylindrical-coordinate representation of color #E68F90: hue angle of 359.31º 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 #E68F90 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 144 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.10 |
| HSL | 359.31º | 0.64% | 0.73% | - |
| HSV(B) | 359.31º | 0.38% | 0.9% | - |
| XYZ | 47.49 | 38.48 | 31.31 | - |
| YUV | 169.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 144 | 0 | 0.38 | 0.37 | 0.10 | 359.31 | 0.64 | 0.73 |
| Hex | E6 | 8F | 90 | 0 | 26 | 25 | A | 167 | 40 | 49 |
| Octal | 346 | 217 | 220 | 0 | 46 | 45 | 12 | 547 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10010000 | 0 | 100110 | 100101 | 1010 | 101100111 | 1000000 | 1001001 |
Color Harmonies of #E68F90
Complementary color
Monochromatic Colors of #E68F90
Black with #E68F90
Text Example
Text Example
White with #E68F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F90; }
p { color: rgb(230,143,144); }
H1.HeaderClassName
{
color: #E68F90;
}
.AnyTagClassName
{
color: #E68F90;
}
</style>
background-color css
<style>
a { background-color: #E68F90; }
a { background-color: rgb(230,143,144); }
div.DivClassName
{
background-color: #E68F90;
}
.BgClassName
{
background-color: #E68F90;
}
</style>
border-color css
<style>
span { border-color: #E68F90; }
span { border-color: rgb(230,143,144); }
td.TdClassName
{
border-color: #E68F90;
}
.TagClassName
{
border-color: #E68F90;
}
</style>