Shades of Wewak #E58E94
Tints of Wewak #E58E94
RGB
CMYK
RGB Variations
Color information
#E58E94 (or 0xE58E94) is known color: Wewak. HEX triplet: E5, 8E and 94. RGB value is (229,142,148). Sum of RGB (Red+Green+Blue) = 229+142+148=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58E94 is #1A716B. Grayscale: #A8A8A8. Windows color (decimal): -1732972 or 9735909. OLE color: 9735909.
HSL color Cylindrical-coordinate representation of color #E58E94: hue angle of 355.86º 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 #E58E94 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 148 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.10 |
| HSL | 355.86º | 0.63% | 0.73% | - |
| HSV(B) | 355.86º | 0.38% | 0.9% | - |
| XYZ | 47.33 | 38.14 | 32.88 | - |
| YUV | 168.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 148 | 0 | 0.38 | 0.35 | 0.10 | 355.86 | 0.63 | 0.73 |
| Hex | E5 | 8E | 94 | 0 | 26 | 23 | A | 164 | 3F | 49 |
| Octal | 345 | 216 | 224 | 0 | 46 | 43 | 12 | 544 | 77 | 111 |
| Binary | 11100101 | 10001110 | 10010100 | 0 | 100110 | 100011 | 1010 | 101100100 | 111111 | 1001001 |
Color Harmonies of #E58E94
Complementary color
Monochromatic Colors of #E58E94
Black with #E58E94
Text Example
Text Example
White with #E58E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E94; }
p { color: rgb(229,142,148); }
H1.HeaderClassName
{
color: #E58E94;
}
.AnyTagClassName
{
color: #E58E94;
}
</style>
background-color css
<style>
a { background-color: #E58E94; }
a { background-color: rgb(229,142,148); }
div.DivClassName
{
background-color: #E58E94;
}
.BgClassName
{
background-color: #E58E94;
}
</style>
border-color css
<style>
span { border-color: #E58E94; }
span { border-color: rgb(229,142,148); }
td.TdClassName
{
border-color: #E58E94;
}
.TagClassName
{
border-color: #E58E94;
}
</style>