Shades of Wewak #E58D94
Tints of Wewak #E58D94
RGB
CMYK
RGB Variations
Color information
#E58D94 (or 0xE58D94) is known color: Wewak. HEX triplet: E5, 8D and 94. RGB value is (229,141,148). Sum of RGB (Red+Green+Blue) = 229+141+148=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58D94 is #1A726B. Grayscale: #A8A8A8. Windows color (decimal): -1733228 or 9735653. OLE color: 9735653.
HSL color Cylindrical-coordinate representation of color #E58D94: hue angle of 355.23º degrees, saturation: 0.63, 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 #E58D94 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 148 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.10 |
| HSL | 355.23º | 0.63% | 0.73% | - |
| HSV(B) | 355.23º | 0.38% | 0.9% | - |
| XYZ | 47.18 | 37.85 | 32.84 | - |
| YUV | 168.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 148 | 0 | 0.38 | 0.35 | 0.10 | 355.23 | 0.63 | 0.73 |
| Hex | E5 | 8D | 94 | 0 | 26 | 23 | A | 163 | 3F | 49 |
| Octal | 345 | 215 | 224 | 0 | 46 | 43 | 12 | 543 | 77 | 111 |
| Binary | 11100101 | 10001101 | 10010100 | 0 | 100110 | 100011 | 1010 | 101100011 | 111111 | 1001001 |
Color Harmonies of #E58D94
Complementary color
Monochromatic Colors of #E58D94
Black with #E58D94
Text Example
Text Example
White with #E58D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D94; }
p { color: rgb(229,141,148); }
H1.HeaderClassName
{
color: #E58D94;
}
.AnyTagClassName
{
color: #E58D94;
}
</style>
background-color css
<style>
a { background-color: #E58D94; }
a { background-color: rgb(229,141,148); }
div.DivClassName
{
background-color: #E58D94;
}
.BgClassName
{
background-color: #E58D94;
}
</style>
border-color css
<style>
span { border-color: #E58D94; }
span { border-color: rgb(229,141,148); }
td.TdClassName
{
border-color: #E58D94;
}
.TagClassName
{
border-color: #E58D94;
}
</style>