Shades of Wewak #E1929D
Tints of Wewak #E1929D
RGB
CMYK
RGB Variations
Color information
#E1929D (or 0xE1929D) is known color: Wewak. HEX triplet: E1, 92 and 9D. RGB value is (225,146,157). Sum of RGB (Red+Green+Blue) = 225+146+157=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1929D is #1E6D62. Grayscale: #AAAAAA. Windows color (decimal): -1994083 or 10326753. OLE color: 10326753.
HSL color Cylindrical-coordinate representation of color #E1929D: hue angle of 351.65º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1929D is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 157 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.12 |
| HSL | 351.65º | 0.57% | 0.73% | - |
| HSV(B) | 351.65º | 0.35% | 0.88% | - |
| XYZ | 47.42 | 39 | 36.93 | - |
| YUV | 170.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 157 | 0 | 0.35 | 0.30 | 0.12 | 351.65 | 0.57 | 0.73 |
| Hex | E1 | 92 | 9D | 0 | 23 | 1E | C | 160 | 39 | 49 |
| Octal | 341 | 222 | 235 | 0 | 43 | 36 | 14 | 540 | 71 | 111 |
| Binary | 11100001 | 10010010 | 10011101 | 0 | 100011 | 11110 | 1100 | 101100000 | 111001 | 1001001 |
Color Harmonies of #E1929D
Complementary color
Monochromatic Colors of #E1929D
Black with #E1929D
Text Example
Text Example
White with #E1929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1929D; }
p { color: rgb(225,146,157); }
H1.HeaderClassName
{
color: #E1929D;
}
.AnyTagClassName
{
color: #E1929D;
}
</style>
background-color css
<style>
a { background-color: #E1929D; }
a { background-color: rgb(225,146,157); }
div.DivClassName
{
background-color: #E1929D;
}
.BgClassName
{
background-color: #E1929D;
}
</style>
border-color css
<style>
span { border-color: #E1929D; }
span { border-color: rgb(225,146,157); }
td.TdClassName
{
border-color: #E1929D;
}
.TagClassName
{
border-color: #E1929D;
}
</style>