Shades of Wewak #E1929B
Tints of Wewak #E1929B
RGB
CMYK
RGB Variations
Color information
#E1929B (or 0xE1929B) is known color: Wewak. HEX triplet: E1, 92 and 9B. RGB value is (225,146,155). Sum of RGB (Red+Green+Blue) = 225+146+155=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1929B is #1E6D64. Grayscale: #AAAAAA. Windows color (decimal): -1994085 or 10195681. OLE color: 10195681.
HSL color Cylindrical-coordinate representation of color #E1929B: hue angle of 353.16º 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 #E1929B is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 155 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.12 |
| HSL | 353.16º | 0.57% | 0.73% | - |
| HSV(B) | 353.16º | 0.35% | 0.88% | - |
| XYZ | 47.25 | 38.93 | 36.03 | - |
| YUV | 170.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 155 | 0 | 0.35 | 0.31 | 0.12 | 353.16 | 0.57 | 0.73 |
| Hex | E1 | 92 | 9B | 0 | 23 | 1F | C | 161 | 39 | 49 |
| Octal | 341 | 222 | 233 | 0 | 43 | 37 | 14 | 541 | 71 | 111 |
| Binary | 11100001 | 10010010 | 10011011 | 0 | 100011 | 11111 | 1100 | 101100001 | 111001 | 1001001 |
Color Harmonies of #E1929B
Complementary color
Monochromatic Colors of #E1929B
Black with #E1929B
Text Example
Text Example
White with #E1929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1929B; }
p { color: rgb(225,146,155); }
H1.HeaderClassName
{
color: #E1929B;
}
.AnyTagClassName
{
color: #E1929B;
}
</style>
background-color css
<style>
a { background-color: #E1929B; }
a { background-color: rgb(225,146,155); }
div.DivClassName
{
background-color: #E1929B;
}
.BgClassName
{
background-color: #E1929B;
}
</style>
border-color css
<style>
span { border-color: #E1929B; }
span { border-color: rgb(225,146,155); }
td.TdClassName
{
border-color: #E1929B;
}
.TagClassName
{
border-color: #E1929B;
}
</style>