Shades of Wewak #E5969E
Tints of Wewak #E5969E
RGB
CMYK
RGB Variations
Color information
#E5969E (or 0xE5969E) is known color: Wewak. HEX triplet: E5, 96 and 9E. RGB value is (229,150,158). Sum of RGB (Red+Green+Blue) = 229+150+158=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E5969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5969E is #1A6961. Grayscale: #AEAEAE. Windows color (decimal): -1730914 or 10393317. OLE color: 10393317.
HSL color Cylindrical-coordinate representation of color #E5969E: hue angle of 353.92º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5969E is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 158 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.10 |
| HSL | 353.92º | 0.6% | 0.74% | - |
| HSV(B) | 353.92º | 0.34% | 0.9% | - |
| XYZ | 49.39 | 40.94 | 37.65 | - |
| YUV | 174.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 158 | 0 | 0.34 | 0.31 | 0.10 | 353.92 | 0.6 | 0.74 |
| Hex | E5 | 96 | 9E | 0 | 22 | 1F | A | 162 | 3C | 4A |
| Octal | 345 | 226 | 236 | 0 | 42 | 37 | 12 | 542 | 74 | 112 |
| Binary | 11100101 | 10010110 | 10011110 | 0 | 100010 | 11111 | 1010 | 101100010 | 111100 | 1001010 |
Color Harmonies of #E5969E
Complementary color
Monochromatic Colors of #E5969E
Black with #E5969E
Text Example
Text Example
White with #E5969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5969E; }
p { color: rgb(229,150,158); }
H1.HeaderClassName
{
color: #E5969E;
}
.AnyTagClassName
{
color: #E5969E;
}
</style>
background-color css
<style>
a { background-color: #E5969E; }
a { background-color: rgb(229,150,158); }
div.DivClassName
{
background-color: #E5969E;
}
.BgClassName
{
background-color: #E5969E;
}
</style>
border-color css
<style>
span { border-color: #E5969E; }
span { border-color: rgb(229,150,158); }
td.TdClassName
{
border-color: #E5969E;
}
.TagClassName
{
border-color: #E5969E;
}
</style>