Shades of Wewak #E08F93
Tints of Wewak #E08F93
RGB
CMYK
RGB Variations
Color information
#E08F93 (or 0xE08F93) is known color: Wewak. HEX triplet: E0, 8F and 93. RGB value is (224,143,147). Sum of RGB (Red+Green+Blue) = 224+143+147=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F93 is #1F706C. Grayscale: #A7A7A7. Windows color (decimal): -2060397 or 9670624. OLE color: 9670624.
HSL color Cylindrical-coordinate representation of color #E08F93: hue angle of 357.04º degrees, saturation: 0.57, 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 #E08F93 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 147 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.12 |
| HSL | 357.04º | 0.57% | 0.72% | - |
| HSV(B) | 357.04º | 0.36% | 0.88% | - |
| XYZ | 45.83 | 37.6 | 32.45 | - |
| YUV | 167.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 147 | 0 | 0.36 | 0.34 | 0.12 | 357.04 | 0.57 | 0.72 |
| Hex | E0 | 8F | 93 | 0 | 24 | 22 | C | 165 | 39 | 48 |
| Octal | 340 | 217 | 223 | 0 | 44 | 42 | 14 | 545 | 71 | 110 |
| Binary | 11100000 | 10001111 | 10010011 | 0 | 100100 | 100010 | 1100 | 101100101 | 111001 | 1001000 |
Color Harmonies of #E08F93
Complementary color
Monochromatic Colors of #E08F93
Black with #E08F93
Text Example
Text Example
White with #E08F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F93; }
p { color: rgb(224,143,147); }
H1.HeaderClassName
{
color: #E08F93;
}
.AnyTagClassName
{
color: #E08F93;
}
</style>
background-color css
<style>
a { background-color: #E08F93; }
a { background-color: rgb(224,143,147); }
div.DivClassName
{
background-color: #E08F93;
}
.BgClassName
{
background-color: #E08F93;
}
</style>
border-color css
<style>
span { border-color: #E08F93; }
span { border-color: rgb(224,143,147); }
td.TdClassName
{
border-color: #E08F93;
}
.TagClassName
{
border-color: #E08F93;
}
</style>