Shades of Wewak #E2969E
Tints of Wewak #E2969E
RGB
CMYK
RGB Variations
Color information
#E2969E (or 0xE2969E) is known color: Wewak. HEX triplet: E2, 96 and 9E. RGB value is (226,150,158). Sum of RGB (Red+Green+Blue) = 226+150+158=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E2969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2969E is #1D6961. Grayscale: #ADADAD. Windows color (decimal): -1927522 or 10393314. OLE color: 10393314.
HSL color Cylindrical-coordinate representation of color #E2969E: hue angle of 353.68º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2969E is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 158 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.11 |
| HSL | 353.68º | 0.57% | 0.74% | - |
| HSV(B) | 353.68º | 0.34% | 0.89% | - |
| XYZ | 48.44 | 40.45 | 37.6 | - |
| YUV | 173.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 158 | 0 | 0.34 | 0.30 | 0.11 | 353.68 | 0.57 | 0.74 |
| Hex | E2 | 96 | 9E | 0 | 22 | 1E | B | 162 | 39 | 4A |
| Octal | 342 | 226 | 236 | 0 | 42 | 36 | 13 | 542 | 71 | 112 |
| Binary | 11100010 | 10010110 | 10011110 | 0 | 100010 | 11110 | 1011 | 101100010 | 111001 | 1001010 |
Color Harmonies of #E2969E
Complementary color
Monochromatic Colors of #E2969E
Black with #E2969E
Text Example
Text Example
White with #E2969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2969E; }
p { color: rgb(226,150,158); }
H1.HeaderClassName
{
color: #E2969E;
}
.AnyTagClassName
{
color: #E2969E;
}
</style>
background-color css
<style>
a { background-color: #E2969E; }
a { background-color: rgb(226,150,158); }
div.DivClassName
{
background-color: #E2969E;
}
.BgClassName
{
background-color: #E2969E;
}
</style>
border-color css
<style>
span { border-color: #E2969E; }
span { border-color: rgb(226,150,158); }
td.TdClassName
{
border-color: #E2969E;
}
.TagClassName
{
border-color: #E2969E;
}
</style>