Shades of Wewak #E0959D
Tints of Wewak #E0959D
RGB
CMYK
RGB Variations
Color information
#E0959D (or 0xE0959D) is known color: Wewak. HEX triplet: E0, 95 and 9D. RGB value is (224,149,157). Sum of RGB (Red+Green+Blue) = 224+149+157=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0959D is #1F6A62. Grayscale: #ACACAC. Windows color (decimal): -2058851 or 10327520. OLE color: 10327520.
HSL color Cylindrical-coordinate representation of color #E0959D: hue angle of 353.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0959D is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 157 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.12 |
| HSL | 353.6º | 0.55% | 0.73% | - |
| HSV(B) | 353.6º | 0.33% | 0.88% | - |
| XYZ | 47.57 | 39.78 | 37.07 | - |
| YUV | 172.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 157 | 0 | 0.33 | 0.30 | 0.12 | 353.6 | 0.55 | 0.73 |
| Hex | E0 | 95 | 9D | 0 | 21 | 1E | C | 162 | 37 | 49 |
| Octal | 340 | 225 | 235 | 0 | 41 | 36 | 14 | 542 | 67 | 111 |
| Binary | 11100000 | 10010101 | 10011101 | 0 | 100001 | 11110 | 1100 | 101100010 | 110111 | 1001001 |
Color Harmonies of #E0959D
Complementary color
Monochromatic Colors of #E0959D
Black with #E0959D
Text Example
Text Example
White with #E0959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0959D; }
p { color: rgb(224,149,157); }
H1.HeaderClassName
{
color: #E0959D;
}
.AnyTagClassName
{
color: #E0959D;
}
</style>
background-color css
<style>
a { background-color: #E0959D; }
a { background-color: rgb(224,149,157); }
div.DivClassName
{
background-color: #E0959D;
}
.BgClassName
{
background-color: #E0959D;
}
</style>
border-color css
<style>
span { border-color: #E0959D; }
span { border-color: rgb(224,149,157); }
td.TdClassName
{
border-color: #E0959D;
}
.TagClassName
{
border-color: #E0959D;
}
</style>