Shades of Wewak #E2949A
Tints of Wewak #E2949A
RGB
CMYK
RGB Variations
Color information
#E2949A (or 0xE2949A) is known color: Wewak. HEX triplet: E2, 94 and 9A. RGB value is (226,148,154). Sum of RGB (Red+Green+Blue) = 226+148+154=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2949A is #1D6B65. Grayscale: #ACACAC. Windows color (decimal): -1928038 or 10130658. OLE color: 10130658.
HSL color Cylindrical-coordinate representation of color #E2949A: hue angle of 355.38º degrees, saturation: 0.57, 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 #E2949A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 154 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.11 |
| HSL | 355.38º | 0.57% | 0.73% | - |
| HSV(B) | 355.38º | 0.35% | 0.89% | - |
| XYZ | 47.79 | 39.68 | 35.71 | - |
| YUV | 172.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 154 | 0 | 0.35 | 0.32 | 0.11 | 355.38 | 0.57 | 0.73 |
| Hex | E2 | 94 | 9A | 0 | 23 | 20 | B | 163 | 39 | 49 |
| Octal | 342 | 224 | 232 | 0 | 43 | 40 | 13 | 543 | 71 | 111 |
| Binary | 11100010 | 10010100 | 10011010 | 0 | 100011 | 100000 | 1011 | 101100011 | 111001 | 1001001 |
Color Harmonies of #E2949A
Complementary color
Monochromatic Colors of #E2949A
Black with #E2949A
Text Example
Text Example
White with #E2949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2949A; }
p { color: rgb(226,148,154); }
H1.HeaderClassName
{
color: #E2949A;
}
.AnyTagClassName
{
color: #E2949A;
}
</style>
background-color css
<style>
a { background-color: #E2949A; }
a { background-color: rgb(226,148,154); }
div.DivClassName
{
background-color: #E2949A;
}
.BgClassName
{
background-color: #E2949A;
}
</style>
border-color css
<style>
span { border-color: #E2949A; }
span { border-color: rgb(226,148,154); }
td.TdClassName
{
border-color: #E2949A;
}
.TagClassName
{
border-color: #E2949A;
}
</style>