Shades of Wewak #E69296
Tints of Wewak #E69296
RGB
CMYK
RGB Variations
Color information
#E69296 (or 0xE69296) is known color: Wewak. HEX triplet: E6, 92 and 96. RGB value is (230,146,150). Sum of RGB (Red+Green+Blue) = 230+146+150=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69296 is #196D69. Grayscale: #ABABAB. Windows color (decimal): -1666410 or 9868006. OLE color: 9868006.
HSL color Cylindrical-coordinate representation of color #E69296: hue angle of 357.14º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69296 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 150 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.10 |
| HSL | 357.14º | 0.63% | 0.74% | - |
| HSV(B) | 357.14º | 0.37% | 0.9% | - |
| XYZ | 48.42 | 39.58 | 33.94 | - |
| YUV | 171.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 150 | 0 | 0.37 | 0.35 | 0.10 | 357.14 | 0.63 | 0.74 |
| Hex | E6 | 92 | 96 | 0 | 25 | 23 | A | 165 | 3F | 4A |
| Octal | 346 | 222 | 226 | 0 | 45 | 43 | 12 | 545 | 77 | 112 |
| Binary | 11100110 | 10010010 | 10010110 | 0 | 100101 | 100011 | 1010 | 101100101 | 111111 | 1001010 |
Color Harmonies of #E69296
Complementary color
Monochromatic Colors of #E69296
Black with #E69296
Text Example
Text Example
White with #E69296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69296; }
p { color: rgb(230,146,150); }
H1.HeaderClassName
{
color: #E69296;
}
.AnyTagClassName
{
color: #E69296;
}
</style>
background-color css
<style>
a { background-color: #E69296; }
a { background-color: rgb(230,146,150); }
div.DivClassName
{
background-color: #E69296;
}
.BgClassName
{
background-color: #E69296;
}
</style>
border-color css
<style>
span { border-color: #E69296; }
span { border-color: rgb(230,146,150); }
td.TdClassName
{
border-color: #E69296;
}
.TagClassName
{
border-color: #E69296;
}
</style>