Shades of Wewak #E2929A
Tints of Wewak #E2929A
RGB
CMYK
RGB Variations
Color information
#E2929A (or 0xE2929A) is known color: Wewak. HEX triplet: E2, 92 and 9A. RGB value is (226,146,154). Sum of RGB (Red+Green+Blue) = 226+146+154=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2929A is #1D6D65. Grayscale: #AAAAAA. Windows color (decimal): -1928550 or 10130146. OLE color: 10130146.
HSL color Cylindrical-coordinate representation of color #E2929A: hue angle of 354º 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 #E2929A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 154 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.11 |
| HSL | 354º | 0.58% | 0.73% | - |
| HSV(B) | 354º | 0.35% | 0.89% | - |
| XYZ | 47.48 | 39.06 | 35.61 | - |
| YUV | 170.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 154 | 0 | 0.35 | 0.32 | 0.11 | 354 | 0.58 | 0.73 |
| Hex | E2 | 92 | 9A | 0 | 23 | 20 | B | 162 | 3A | 49 |
| Octal | 342 | 222 | 232 | 0 | 43 | 40 | 13 | 542 | 72 | 111 |
| Binary | 11100010 | 10010010 | 10011010 | 0 | 100011 | 100000 | 1011 | 101100010 | 111010 | 1001001 |
Color Harmonies of #E2929A
Complementary color
Monochromatic Colors of #E2929A
Black with #E2929A
Text Example
Text Example
White with #E2929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2929A; }
p { color: rgb(226,146,154); }
H1.HeaderClassName
{
color: #E2929A;
}
.AnyTagClassName
{
color: #E2929A;
}
</style>
background-color css
<style>
a { background-color: #E2929A; }
a { background-color: rgb(226,146,154); }
div.DivClassName
{
background-color: #E2929A;
}
.BgClassName
{
background-color: #E2929A;
}
</style>
border-color css
<style>
span { border-color: #E2929A; }
span { border-color: rgb(226,146,154); }
td.TdClassName
{
border-color: #E2929A;
}
.TagClassName
{
border-color: #E2929A;
}
</style>