Shades of Wewak #E58E9D
Tints of Wewak #E58E9D
RGB
CMYK
RGB Variations
Color information
#E58E9D (or 0xE58E9D) is known color: Wewak. HEX triplet: E5, 8E and 9D. RGB value is (229,142,157). Sum of RGB (Red+Green+Blue) = 229+142+157=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58E9D is #1A7162. Grayscale: #A9A9A9. Windows color (decimal): -1732963 or 10325733. OLE color: 10325733.
HSL color Cylindrical-coordinate representation of color #E58E9D: hue angle of 349.66º 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 #E58E9D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 157 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.10 |
| HSL | 349.66º | 0.63% | 0.73% | - |
| HSV(B) | 349.66º | 0.38% | 0.9% | - |
| XYZ | 48.07 | 38.44 | 36.78 | - |
| YUV | 169.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 157 | 0 | 0.38 | 0.31 | 0.10 | 349.66 | 0.63 | 0.73 |
| Hex | E5 | 8E | 9D | 0 | 26 | 1F | A | 15E | 3F | 49 |
| Octal | 345 | 216 | 235 | 0 | 46 | 37 | 12 | 536 | 77 | 111 |
| Binary | 11100101 | 10001110 | 10011101 | 0 | 100110 | 11111 | 1010 | 101011110 | 111111 | 1001001 |
Color Harmonies of #E58E9D
Complementary color
Monochromatic Colors of #E58E9D
Black with #E58E9D
Text Example
Text Example
White with #E58E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E9D; }
p { color: rgb(229,142,157); }
H1.HeaderClassName
{
color: #E58E9D;
}
.AnyTagClassName
{
color: #E58E9D;
}
</style>
background-color css
<style>
a { background-color: #E58E9D; }
a { background-color: rgb(229,142,157); }
div.DivClassName
{
background-color: #E58E9D;
}
.BgClassName
{
background-color: #E58E9D;
}
</style>
border-color css
<style>
span { border-color: #E58E9D; }
span { border-color: rgb(229,142,157); }
td.TdClassName
{
border-color: #E58E9D;
}
.TagClassName
{
border-color: #E58E9D;
}
</style>