Shades of Wewak #E18D8F
Tints of Wewak #E18D8F
RGB
CMYK
RGB Variations
Color information
#E18D8F (or 0xE18D8F) is known color: Wewak. HEX triplet: E1, 8D and 8F. RGB value is (225,141,143). Sum of RGB (Red+Green+Blue) = 225+141+143=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18D8F is #1E7270. Grayscale: #A6A6A6. Windows color (decimal): -1995377 or 9407969. OLE color: 9407969.
HSL color Cylindrical-coordinate representation of color #E18D8F: hue angle of 358.57º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18D8F is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 143 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.12 |
| HSL | 358.57º | 0.58% | 0.72% | - |
| HSV(B) | 358.57º | 0.37% | 0.88% | - |
| XYZ | 45.53 | 37.04 | 30.74 | - |
| YUV | 166.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 143 | 0 | 0.37 | 0.36 | 0.12 | 358.57 | 0.58 | 0.72 |
| Hex | E1 | 8D | 8F | 0 | 25 | 24 | C | 167 | 3A | 48 |
| Octal | 341 | 215 | 217 | 0 | 45 | 44 | 14 | 547 | 72 | 110 |
| Binary | 11100001 | 10001101 | 10001111 | 0 | 100101 | 100100 | 1100 | 101100111 | 111010 | 1001000 |
Color Harmonies of #E18D8F
Complementary color
Monochromatic Colors of #E18D8F
Black with #E18D8F
Text Example
Text Example
White with #E18D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D8F; }
p { color: rgb(225,141,143); }
H1.HeaderClassName
{
color: #E18D8F;
}
.AnyTagClassName
{
color: #E18D8F;
}
</style>
background-color css
<style>
a { background-color: #E18D8F; }
a { background-color: rgb(225,141,143); }
div.DivClassName
{
background-color: #E18D8F;
}
.BgClassName
{
background-color: #E18D8F;
}
</style>
border-color css
<style>
span { border-color: #E18D8F; }
span { border-color: rgb(225,141,143); }
td.TdClassName
{
border-color: #E18D8F;
}
.TagClassName
{
border-color: #E18D8F;
}
</style>