Shades of Wewak #E0989D
Tints of Wewak #E0989D
RGB
CMYK
RGB Variations
Color information
#E0989D (or 0xE0989D) is known color: Wewak. HEX triplet: E0, 98 and 9D. RGB value is (224,152,157). Sum of RGB (Red+Green+Blue) = 224+152+157=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0989D is #1F6762. Grayscale: #AEAEAE. Windows color (decimal): -2058083 or 10328288. OLE color: 10328288.
HSL color Cylindrical-coordinate representation of color #E0989D: hue angle of 355.83º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0989D is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 157 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.12 |
| HSL | 355.83º | 0.54% | 0.74% | - |
| HSV(B) | 355.83º | 0.32% | 0.88% | - |
| XYZ | 48.05 | 40.74 | 37.23 | - |
| YUV | 174.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 157 | 0 | 0.32 | 0.30 | 0.12 | 355.83 | 0.54 | 0.74 |
| Hex | E0 | 98 | 9D | 0 | 20 | 1E | C | 164 | 36 | 4A |
| Octal | 340 | 230 | 235 | 0 | 40 | 36 | 14 | 544 | 66 | 112 |
| Binary | 11100000 | 10011000 | 10011101 | 0 | 100000 | 11110 | 1100 | 101100100 | 110110 | 1001010 |
Color Harmonies of #E0989D
Complementary color
Monochromatic Colors of #E0989D
Black with #E0989D
Text Example
Text Example
White with #E0989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0989D; }
p { color: rgb(224,152,157); }
H1.HeaderClassName
{
color: #E0989D;
}
.AnyTagClassName
{
color: #E0989D;
}
</style>
background-color css
<style>
a { background-color: #E0989D; }
a { background-color: rgb(224,152,157); }
div.DivClassName
{
background-color: #E0989D;
}
.BgClassName
{
background-color: #E0989D;
}
</style>
border-color css
<style>
span { border-color: #E0989D; }
span { border-color: rgb(224,152,157); }
td.TdClassName
{
border-color: #E0989D;
}
.TagClassName
{
border-color: #E0989D;
}
</style>