Shades of Wewak #E58E96
Tints of Wewak #E58E96
RGB
CMYK
RGB Variations
Color information
#E58E96 (or 0xE58E96) is known color: Wewak. HEX triplet: E5, 8E and 96. RGB value is (229,142,150). Sum of RGB (Red+Green+Blue) = 229+142+150=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58E96 is #1A7169. Grayscale: #A8A8A8. Windows color (decimal): -1732970 or 9866981. OLE color: 9866981.
HSL color Cylindrical-coordinate representation of color #E58E96: hue angle of 354.48º 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 #E58E96 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 150 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.10 |
| HSL | 354.48º | 0.63% | 0.73% | - |
| HSV(B) | 354.48º | 0.38% | 0.9% | - |
| XYZ | 47.49 | 38.21 | 33.73 | - |
| YUV | 168.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 150 | 0 | 0.38 | 0.34 | 0.10 | 354.48 | 0.63 | 0.73 |
| Hex | E5 | 8E | 96 | 0 | 26 | 22 | A | 162 | 3F | 49 |
| Octal | 345 | 216 | 226 | 0 | 46 | 42 | 12 | 542 | 77 | 111 |
| Binary | 11100101 | 10001110 | 10010110 | 0 | 100110 | 100010 | 1010 | 101100010 | 111111 | 1001001 |
Color Harmonies of #E58E96
Complementary color
Monochromatic Colors of #E58E96
Black with #E58E96
Text Example
Text Example
White with #E58E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E96; }
p { color: rgb(229,142,150); }
H1.HeaderClassName
{
color: #E58E96;
}
.AnyTagClassName
{
color: #E58E96;
}
</style>
background-color css
<style>
a { background-color: #E58E96; }
a { background-color: rgb(229,142,150); }
div.DivClassName
{
background-color: #E58E96;
}
.BgClassName
{
background-color: #E58E96;
}
</style>
border-color css
<style>
span { border-color: #E58E96; }
span { border-color: rgb(229,142,150); }
td.TdClassName
{
border-color: #E58E96;
}
.TagClassName
{
border-color: #E58E96;
}
</style>