Shades of Wewak #E0949D
Tints of Wewak #E0949D
RGB
CMYK
RGB Variations
Color information
#E0949D (or 0xE0949D) is known color: Wewak. HEX triplet: E0, 94 and 9D. RGB value is (224,148,157). Sum of RGB (Red+Green+Blue) = 224+148+157=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0949D is #1F6B62. Grayscale: #ABABAB. Windows color (decimal): -2059107 or 10327264. OLE color: 10327264.
HSL color Cylindrical-coordinate representation of color #E0949D: hue angle of 352.89º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0949D is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 157 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.12 |
| HSL | 352.89º | 0.55% | 0.73% | - |
| HSV(B) | 352.89º | 0.34% | 0.88% | - |
| XYZ | 47.42 | 39.46 | 37.02 | - |
| YUV | 171.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 157 | 0 | 0.34 | 0.30 | 0.12 | 352.89 | 0.55 | 0.73 |
| Hex | E0 | 94 | 9D | 0 | 22 | 1E | C | 161 | 37 | 49 |
| Octal | 340 | 224 | 235 | 0 | 42 | 36 | 14 | 541 | 67 | 111 |
| Binary | 11100000 | 10010100 | 10011101 | 0 | 100010 | 11110 | 1100 | 101100001 | 110111 | 1001001 |
Color Harmonies of #E0949D
Complementary color
Monochromatic Colors of #E0949D
Black with #E0949D
Text Example
Text Example
White with #E0949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0949D; }
p { color: rgb(224,148,157); }
H1.HeaderClassName
{
color: #E0949D;
}
.AnyTagClassName
{
color: #E0949D;
}
</style>
background-color css
<style>
a { background-color: #E0949D; }
a { background-color: rgb(224,148,157); }
div.DivClassName
{
background-color: #E0949D;
}
.BgClassName
{
background-color: #E0949D;
}
</style>
border-color css
<style>
span { border-color: #E0949D; }
span { border-color: rgb(224,148,157); }
td.TdClassName
{
border-color: #E0949D;
}
.TagClassName
{
border-color: #E0949D;
}
</style>