Shades of Wewak #E69496
Tints of Wewak #E69496
RGB
CMYK
RGB Variations
Color information
#E69496 (or 0xE69496) is known color: Wewak. HEX triplet: E6, 94 and 96. RGB value is (230,148,150). Sum of RGB (Red+Green+Blue) = 230+148+150=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E69496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69496 is #196B69. Grayscale: #ACACAC. Windows color (decimal): -1665898 or 9868518. OLE color: 9868518.
HSL color Cylindrical-coordinate representation of color #E69496: hue angle of 358.54º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E69496 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 150 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.10 |
| HSL | 358.54º | 0.62% | 0.74% | - |
| HSV(B) | 358.54º | 0.36% | 0.9% | - |
| XYZ | 48.73 | 40.2 | 34.05 | - |
| YUV | 172.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 150 | 0 | 0.36 | 0.35 | 0.10 | 358.54 | 0.62 | 0.74 |
| Hex | E6 | 94 | 96 | 0 | 24 | 23 | A | 167 | 3E | 4A |
| Octal | 346 | 224 | 226 | 0 | 44 | 43 | 12 | 547 | 76 | 112 |
| Binary | 11100110 | 10010100 | 10010110 | 0 | 100100 | 100011 | 1010 | 101100111 | 111110 | 1001010 |
Color Harmonies of #E69496
Complementary color
Monochromatic Colors of #E69496
Black with #E69496
Text Example
Text Example
White with #E69496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69496; }
p { color: rgb(230,148,150); }
H1.HeaderClassName
{
color: #E69496;
}
.AnyTagClassName
{
color: #E69496;
}
</style>
background-color css
<style>
a { background-color: #E69496; }
a { background-color: rgb(230,148,150); }
div.DivClassName
{
background-color: #E69496;
}
.BgClassName
{
background-color: #E69496;
}
</style>
border-color css
<style>
span { border-color: #E69496; }
span { border-color: rgb(230,148,150); }
td.TdClassName
{
border-color: #E69496;
}
.TagClassName
{
border-color: #E69496;
}
</style>