Shades of Wewak #E09297
Tints of Wewak #E09297
RGB
CMYK
RGB Variations
Color information
#E09297 (or 0xE09297) is known color: Wewak. HEX triplet: E0, 92 and 97. RGB value is (224,146,151). Sum of RGB (Red+Green+Blue) = 224+146+151=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E09297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09297 is #1F6D68. Grayscale: #A9A9A9. Windows color (decimal): -2059625 or 9933536. OLE color: 9933536.
HSL color Cylindrical-coordinate representation of color #E09297: hue angle of 356.15º 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 #E09297 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 151 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.12 |
| HSL | 356.15º | 0.56% | 0.73% | - |
| HSV(B) | 356.15º | 0.35% | 0.88% | - |
| XYZ | 46.61 | 38.64 | 34.28 | - |
| YUV | 169.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 151 | 0 | 0.35 | 0.33 | 0.12 | 356.15 | 0.56 | 0.73 |
| Hex | E0 | 92 | 97 | 0 | 23 | 21 | C | 164 | 38 | 49 |
| Octal | 340 | 222 | 227 | 0 | 43 | 41 | 14 | 544 | 70 | 111 |
| Binary | 11100000 | 10010010 | 10010111 | 0 | 100011 | 100001 | 1100 | 101100100 | 111000 | 1001001 |
Color Harmonies of #E09297
Complementary color
Monochromatic Colors of #E09297
Black with #E09297
Text Example
Text Example
White with #E09297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09297; }
p { color: rgb(224,146,151); }
H1.HeaderClassName
{
color: #E09297;
}
.AnyTagClassName
{
color: #E09297;
}
</style>
background-color css
<style>
a { background-color: #E09297; }
a { background-color: rgb(224,146,151); }
div.DivClassName
{
background-color: #E09297;
}
.BgClassName
{
background-color: #E09297;
}
</style>
border-color css
<style>
span { border-color: #E09297; }
span { border-color: rgb(224,146,151); }
td.TdClassName
{
border-color: #E09297;
}
.TagClassName
{
border-color: #E09297;
}
</style>