Shades of Wewak #E19A9D
Tints of Wewak #E19A9D
RGB
CMYK
RGB Variations
Color information
#E19A9D (or 0xE19A9D) is known color: Wewak. HEX triplet: E1, 9A and 9D. RGB value is (225,154,157). Sum of RGB (Red+Green+Blue) = 225+154+157=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A9D is #1E6562. Grayscale: #AFAFAF. Windows color (decimal): -1992035 or 10328801. OLE color: 10328801.
HSL color Cylindrical-coordinate representation of color #E19A9D: hue angle of 357.46º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19A9D is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 157 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.12 |
| HSL | 357.46º | 0.54% | 0.74% | - |
| HSV(B) | 357.46º | 0.32% | 0.88% | - |
| XYZ | 48.69 | 41.55 | 37.35 | - |
| YUV | 175.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 157 | 0 | 0.32 | 0.30 | 0.12 | 357.46 | 0.54 | 0.74 |
| Hex | E1 | 9A | 9D | 0 | 20 | 1E | C | 165 | 36 | 4A |
| Octal | 341 | 232 | 235 | 0 | 40 | 36 | 14 | 545 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10011101 | 0 | 100000 | 11110 | 1100 | 101100101 | 110110 | 1001010 |
Color Harmonies of #E19A9D
Complementary color
Monochromatic Colors of #E19A9D
Black with #E19A9D
Text Example
Text Example
White with #E19A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A9D; }
p { color: rgb(225,154,157); }
H1.HeaderClassName
{
color: #E19A9D;
}
.AnyTagClassName
{
color: #E19A9D;
}
</style>
background-color css
<style>
a { background-color: #E19A9D; }
a { background-color: rgb(225,154,157); }
div.DivClassName
{
background-color: #E19A9D;
}
.BgClassName
{
background-color: #E19A9D;
}
</style>
border-color css
<style>
span { border-color: #E19A9D; }
span { border-color: rgb(225,154,157); }
td.TdClassName
{
border-color: #E19A9D;
}
.TagClassName
{
border-color: #E19A9D;
}
</style>