Shades of Wewak #E2939B
Tints of Wewak #E2939B
RGB
CMYK
RGB Variations
Color information
#E2939B (or 0xE2939B) is known color: Wewak. HEX triplet: E2, 93 and 9B. RGB value is (226,147,155). Sum of RGB (Red+Green+Blue) = 226+147+155=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2939B is #1D6C64. Grayscale: #ABABAB. Windows color (decimal): -1928293 or 10195938. OLE color: 10195938.
HSL color Cylindrical-coordinate representation of color #E2939B: hue angle of 353.92º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2939B is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 155 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.11 |
| HSL | 353.92º | 0.58% | 0.73% | - |
| HSV(B) | 353.92º | 0.35% | 0.89% | - |
| XYZ | 47.71 | 39.4 | 36.1 | - |
| YUV | 171.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 155 | 0 | 0.35 | 0.31 | 0.11 | 353.92 | 0.58 | 0.73 |
| Hex | E2 | 93 | 9B | 0 | 23 | 1F | B | 162 | 3A | 49 |
| Octal | 342 | 223 | 233 | 0 | 43 | 37 | 13 | 542 | 72 | 111 |
| Binary | 11100010 | 10010011 | 10011011 | 0 | 100011 | 11111 | 1011 | 101100010 | 111010 | 1001001 |
Color Harmonies of #E2939B
Complementary color
Monochromatic Colors of #E2939B
Black with #E2939B
Text Example
Text Example
White with #E2939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2939B; }
p { color: rgb(226,147,155); }
H1.HeaderClassName
{
color: #E2939B;
}
.AnyTagClassName
{
color: #E2939B;
}
</style>
background-color css
<style>
a { background-color: #E2939B; }
a { background-color: rgb(226,147,155); }
div.DivClassName
{
background-color: #E2939B;
}
.BgClassName
{
background-color: #E2939B;
}
</style>
border-color css
<style>
span { border-color: #E2939B; }
span { border-color: rgb(226,147,155); }
td.TdClassName
{
border-color: #E2939B;
}
.TagClassName
{
border-color: #E2939B;
}
</style>