Shades of Wewak #E1949D
Tints of Wewak #E1949D
RGB
CMYK
RGB Variations
Color information
#E1949D (or 0xE1949D) is known color: Wewak. HEX triplet: E1, 94 and 9D. RGB value is (225,148,157). Sum of RGB (Red+Green+Blue) = 225+148+157=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1949D is #1E6B62. Grayscale: #ACACAC. Windows color (decimal): -1993571 or 10327265. OLE color: 10327265.
HSL color Cylindrical-coordinate representation of color #E1949D: hue angle of 352.99º 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 #E1949D is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 157 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.12 |
| HSL | 352.99º | 0.56% | 0.73% | - |
| HSV(B) | 352.99º | 0.34% | 0.88% | - |
| XYZ | 47.73 | 39.62 | 37.03 | - |
| YUV | 172.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 157 | 0 | 0.34 | 0.30 | 0.12 | 352.99 | 0.56 | 0.73 |
| Hex | E1 | 94 | 9D | 0 | 22 | 1E | C | 161 | 38 | 49 |
| Octal | 341 | 224 | 235 | 0 | 42 | 36 | 14 | 541 | 70 | 111 |
| Binary | 11100001 | 10010100 | 10011101 | 0 | 100010 | 11110 | 1100 | 101100001 | 111000 | 1001001 |
Color Harmonies of #E1949D
Complementary color
Monochromatic Colors of #E1949D
Black with #E1949D
Text Example
Text Example
White with #E1949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1949D; }
p { color: rgb(225,148,157); }
H1.HeaderClassName
{
color: #E1949D;
}
.AnyTagClassName
{
color: #E1949D;
}
</style>
background-color css
<style>
a { background-color: #E1949D; }
a { background-color: rgb(225,148,157); }
div.DivClassName
{
background-color: #E1949D;
}
.BgClassName
{
background-color: #E1949D;
}
</style>
border-color css
<style>
span { border-color: #E1949D; }
span { border-color: rgb(225,148,157); }
td.TdClassName
{
border-color: #E1949D;
}
.TagClassName
{
border-color: #E1949D;
}
</style>