Shades of Wewak #E09294
Tints of Wewak #E09294
RGB
CMYK
RGB Variations
Color information
#E09294 (or 0xE09294) is known color: Wewak. HEX triplet: E0, 92 and 94. RGB value is (224,146,148). Sum of RGB (Red+Green+Blue) = 224+146+148=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E09294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09294 is #1F6D6B. Grayscale: #A9A9A9. Windows color (decimal): -2059628 or 9736928. OLE color: 9736928.
HSL color Cylindrical-coordinate representation of color #E09294: hue angle of 358.46º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E09294 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 148 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.12 |
| HSL | 358.46º | 0.56% | 0.73% | - |
| HSV(B) | 358.46º | 0.35% | 0.88% | - |
| XYZ | 46.36 | 38.54 | 33.01 | - |
| YUV | 169.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 148 | 0 | 0.35 | 0.34 | 0.12 | 358.46 | 0.56 | 0.73 |
| Hex | E0 | 92 | 94 | 0 | 23 | 22 | C | 166 | 38 | 49 |
| Octal | 340 | 222 | 224 | 0 | 43 | 42 | 14 | 546 | 70 | 111 |
| Binary | 11100000 | 10010010 | 10010100 | 0 | 100011 | 100010 | 1100 | 101100110 | 111000 | 1001001 |
Color Harmonies of #E09294
Complementary color
Monochromatic Colors of #E09294
Black with #E09294
Text Example
Text Example
White with #E09294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09294; }
p { color: rgb(224,146,148); }
H1.HeaderClassName
{
color: #E09294;
}
.AnyTagClassName
{
color: #E09294;
}
</style>
background-color css
<style>
a { background-color: #E09294; }
a { background-color: rgb(224,146,148); }
div.DivClassName
{
background-color: #E09294;
}
.BgClassName
{
background-color: #E09294;
}
</style>
border-color css
<style>
span { border-color: #E09294; }
span { border-color: rgb(224,146,148); }
td.TdClassName
{
border-color: #E09294;
}
.TagClassName
{
border-color: #E09294;
}
</style>