Shades of Wewak #E1949F
Tints of Wewak #E1949F
RGB
CMYK
RGB Variations
Color information
#E1949F (or 0xE1949F) is known color: Wewak. HEX triplet: E1, 94 and 9F. RGB value is (225,148,159). Sum of RGB (Red+Green+Blue) = 225+148+159=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E1949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1949F is #1E6B60. Grayscale: #ACACAC. Windows color (decimal): -1993569 or 10458337. OLE color: 10458337.
HSL color Cylindrical-coordinate representation of color #E1949F: hue angle of 351.43º degrees, saturation: 0.56, 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 #E1949F is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 159 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.12 |
| HSL | 351.43º | 0.56% | 0.73% | - |
| HSV(B) | 351.43º | 0.34% | 0.88% | - |
| XYZ | 47.9 | 39.69 | 37.94 | - |
| YUV | 172.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 159 | 0 | 0.34 | 0.29 | 0.12 | 351.43 | 0.56 | 0.73 |
| Hex | E1 | 94 | 9F | 0 | 22 | 1D | C | 15F | 38 | 49 |
| Octal | 341 | 224 | 237 | 0 | 42 | 35 | 14 | 537 | 70 | 111 |
| Binary | 11100001 | 10010100 | 10011111 | 0 | 100010 | 11101 | 1100 | 101011111 | 111000 | 1001001 |
Color Harmonies of #E1949F
Complementary color
Monochromatic Colors of #E1949F
Black with #E1949F
Text Example
Text Example
White with #E1949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1949F; }
p { color: rgb(225,148,159); }
H1.HeaderClassName
{
color: #E1949F;
}
.AnyTagClassName
{
color: #E1949F;
}
</style>
background-color css
<style>
a { background-color: #E1949F; }
a { background-color: rgb(225,148,159); }
div.DivClassName
{
background-color: #E1949F;
}
.BgClassName
{
background-color: #E1949F;
}
</style>
border-color css
<style>
span { border-color: #E1949F; }
span { border-color: rgb(225,148,159); }
td.TdClassName
{
border-color: #E1949F;
}
.TagClassName
{
border-color: #E1949F;
}
</style>