Shades of Wewak #E48F9E
Tints of Wewak #E48F9E
RGB
CMYK
RGB Variations
Color information
#E48F9E (or 0xE48F9E) is known color: Wewak. HEX triplet: E4, 8F and 9E. RGB value is (228,143,158). Sum of RGB (Red+Green+Blue) = 228+143+158=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48F9E is #1B7061. Grayscale: #AAAAAA. Windows color (decimal): -1798242 or 10391524. OLE color: 10391524.
HSL color Cylindrical-coordinate representation of color #E48F9E: hue angle of 349.41º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E48F9E is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 158 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.11 |
| HSL | 349.41º | 0.61% | 0.73% | - |
| HSV(B) | 349.41º | 0.37% | 0.89% | - |
| XYZ | 47.99 | 38.61 | 37.27 | - |
| YUV | 170.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 158 | 0 | 0.37 | 0.31 | 0.11 | 349.41 | 0.61 | 0.73 |
| Hex | E4 | 8F | 9E | 0 | 25 | 1F | B | 15D | 3D | 49 |
| Octal | 344 | 217 | 236 | 0 | 45 | 37 | 13 | 535 | 75 | 111 |
| Binary | 11100100 | 10001111 | 10011110 | 0 | 100101 | 11111 | 1011 | 101011101 | 111101 | 1001001 |
Color Harmonies of #E48F9E
Complementary color
Monochromatic Colors of #E48F9E
Black with #E48F9E
Text Example
Text Example
White with #E48F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F9E; }
p { color: rgb(228,143,158); }
H1.HeaderClassName
{
color: #E48F9E;
}
.AnyTagClassName
{
color: #E48F9E;
}
</style>
background-color css
<style>
a { background-color: #E48F9E; }
a { background-color: rgb(228,143,158); }
div.DivClassName
{
background-color: #E48F9E;
}
.BgClassName
{
background-color: #E48F9E;
}
</style>
border-color css
<style>
span { border-color: #E48F9E; }
span { border-color: rgb(228,143,158); }
td.TdClassName
{
border-color: #E48F9E;
}
.TagClassName
{
border-color: #E48F9E;
}
</style>