Shades of Wewak #E1979E
Tints of Wewak #E1979E
RGB
CMYK
RGB Variations
Color information
#E1979E (or 0xE1979E) is known color: Wewak. HEX triplet: E1, 97 and 9E. RGB value is (225,151,158). Sum of RGB (Red+Green+Blue) = 225+151+158=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1979E is #1E6861. Grayscale: #ADADAD. Windows color (decimal): -1992802 or 10393569. OLE color: 10393569.
HSL color Cylindrical-coordinate representation of color #E1979E: hue angle of 354.32º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1979E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 158 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.12 |
| HSL | 354.32º | 0.55% | 0.74% | - |
| HSV(B) | 354.32º | 0.33% | 0.88% | - |
| XYZ | 48.29 | 40.61 | 37.64 | - |
| YUV | 173.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 158 | 0 | 0.33 | 0.30 | 0.12 | 354.32 | 0.55 | 0.74 |
| Hex | E1 | 97 | 9E | 0 | 21 | 1E | C | 162 | 37 | 4A |
| Octal | 341 | 227 | 236 | 0 | 41 | 36 | 14 | 542 | 67 | 112 |
| Binary | 11100001 | 10010111 | 10011110 | 0 | 100001 | 11110 | 1100 | 101100010 | 110111 | 1001010 |
Color Harmonies of #E1979E
Complementary color
Monochromatic Colors of #E1979E
Black with #E1979E
Text Example
Text Example
White with #E1979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1979E; }
p { color: rgb(225,151,158); }
H1.HeaderClassName
{
color: #E1979E;
}
.AnyTagClassName
{
color: #E1979E;
}
</style>
background-color css
<style>
a { background-color: #E1979E; }
a { background-color: rgb(225,151,158); }
div.DivClassName
{
background-color: #E1979E;
}
.BgClassName
{
background-color: #E1979E;
}
</style>
border-color css
<style>
span { border-color: #E1979E; }
span { border-color: rgb(225,151,158); }
td.TdClassName
{
border-color: #E1979E;
}
.TagClassName
{
border-color: #E1979E;
}
</style>