Shades of Wewak #E09098
Tints of Wewak #E09098
RGB
CMYK
RGB Variations
Color information
#E09098 (or 0xE09098) is known color: Wewak. HEX triplet: E0, 90 and 98. RGB value is (224,144,152). Sum of RGB (Red+Green+Blue) = 224+144+152=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E09098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09098 is #1F6F67. Grayscale: #A8A8A8. Windows color (decimal): -2060136 or 9998560. OLE color: 9998560.
HSL color Cylindrical-coordinate representation of color #E09098: hue angle of 354º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E09098 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 152 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.12 |
| HSL | 354º | 0.56% | 0.72% | - |
| HSV(B) | 354º | 0.36% | 0.88% | - |
| XYZ | 46.38 | 38.06 | 34.61 | - |
| YUV | 168.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 152 | 0 | 0.36 | 0.32 | 0.12 | 354 | 0.56 | 0.72 |
| Hex | E0 | 90 | 98 | 0 | 24 | 20 | C | 162 | 38 | 48 |
| Octal | 340 | 220 | 230 | 0 | 44 | 40 | 14 | 542 | 70 | 110 |
| Binary | 11100000 | 10010000 | 10011000 | 0 | 100100 | 100000 | 1100 | 101100010 | 111000 | 1001000 |
Color Harmonies of #E09098
Complementary color
Monochromatic Colors of #E09098
Black with #E09098
Text Example
Text Example
White with #E09098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09098; }
p { color: rgb(224,144,152); }
H1.HeaderClassName
{
color: #E09098;
}
.AnyTagClassName
{
color: #E09098;
}
</style>
background-color css
<style>
a { background-color: #E09098; }
a { background-color: rgb(224,144,152); }
div.DivClassName
{
background-color: #E09098;
}
.BgClassName
{
background-color: #E09098;
}
</style>
border-color css
<style>
span { border-color: #E09098; }
span { border-color: rgb(224,144,152); }
td.TdClassName
{
border-color: #E09098;
}
.TagClassName
{
border-color: #E09098;
}
</style>