Shades of Wewak #E08F98
Tints of Wewak #E08F98
RGB
CMYK
RGB Variations
Color information
#E08F98 (or 0xE08F98) is known color: Wewak. HEX triplet: E0, 8F and 98. RGB value is (224,143,152). Sum of RGB (Red+Green+Blue) = 224+143+152=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F98 is #1F7067. Grayscale: #A8A8A8. Windows color (decimal): -2060392 or 9998304. OLE color: 9998304.
HSL color Cylindrical-coordinate representation of color #E08F98: hue angle of 353.33º 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 #E08F98 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 152 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.12 |
| HSL | 353.33º | 0.57% | 0.72% | - |
| HSV(B) | 353.33º | 0.36% | 0.88% | - |
| XYZ | 46.23 | 37.76 | 34.56 | - |
| YUV | 168.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 152 | 0 | 0.36 | 0.32 | 0.12 | 353.33 | 0.57 | 0.72 |
| Hex | E0 | 8F | 98 | 0 | 24 | 20 | C | 161 | 39 | 48 |
| Octal | 340 | 217 | 230 | 0 | 44 | 40 | 14 | 541 | 71 | 110 |
| Binary | 11100000 | 10001111 | 10011000 | 0 | 100100 | 100000 | 1100 | 101100001 | 111001 | 1001000 |
Color Harmonies of #E08F98
Complementary color
Monochromatic Colors of #E08F98
Black with #E08F98
Text Example
Text Example
White with #E08F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F98; }
p { color: rgb(224,143,152); }
H1.HeaderClassName
{
color: #E08F98;
}
.AnyTagClassName
{
color: #E08F98;
}
</style>
background-color css
<style>
a { background-color: #E08F98; }
a { background-color: rgb(224,143,152); }
div.DivClassName
{
background-color: #E08F98;
}
.BgClassName
{
background-color: #E08F98;
}
</style>
border-color css
<style>
span { border-color: #E08F98; }
span { border-color: rgb(224,143,152); }
td.TdClassName
{
border-color: #E08F98;
}
.TagClassName
{
border-color: #E08F98;
}
</style>