Shades of Wewak #E48C92
Tints of Wewak #E48C92
RGB
CMYK
RGB Variations
Color information
#E48C92 (or 0xE48C92) is known color: Wewak. HEX triplet: E4, 8C and 92. RGB value is (228,140,146). Sum of RGB (Red+Green+Blue) = 228+140+146=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48C92 is #1B736D. Grayscale: #A7A7A7. Windows color (decimal): -1799022 or 9604324. OLE color: 9604324.
HSL color Cylindrical-coordinate representation of color #E48C92: hue angle of 355.91º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48C92 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 146 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.11 |
| HSL | 355.91º | 0.62% | 0.72% | - |
| HSV(B) | 355.91º | 0.39% | 0.89% | - |
| XYZ | 46.56 | 37.33 | 31.94 | - |
| YUV | 167 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 146 | 0 | 0.39 | 0.36 | 0.11 | 355.91 | 0.62 | 0.72 |
| Hex | E4 | 8C | 92 | 0 | 27 | 24 | B | 164 | 3E | 48 |
| Octal | 344 | 214 | 222 | 0 | 47 | 44 | 13 | 544 | 76 | 110 |
| Binary | 11100100 | 10001100 | 10010010 | 0 | 100111 | 100100 | 1011 | 101100100 | 111110 | 1001000 |
Color Harmonies of #E48C92
Complementary color
Monochromatic Colors of #E48C92
Black with #E48C92
Text Example
Text Example
White with #E48C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48C92; }
p { color: rgb(228,140,146); }
H1.HeaderClassName
{
color: #E48C92;
}
.AnyTagClassName
{
color: #E48C92;
}
</style>
background-color css
<style>
a { background-color: #E48C92; }
a { background-color: rgb(228,140,146); }
div.DivClassName
{
background-color: #E48C92;
}
.BgClassName
{
background-color: #E48C92;
}
</style>
border-color css
<style>
span { border-color: #E48C92; }
span { border-color: rgb(228,140,146); }
td.TdClassName
{
border-color: #E48C92;
}
.TagClassName
{
border-color: #E48C92;
}
</style>