Shades of Wewak #E08F96
Tints of Wewak #E08F96
RGB
CMYK
RGB Variations
Color information
#E08F96 (or 0xE08F96) is known color: Wewak. HEX triplet: E0, 8F and 96. RGB value is (224,143,150). Sum of RGB (Red+Green+Blue) = 224+143+150=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F96 is #1F7069. Grayscale: #A8A8A8. Windows color (decimal): -2060394 or 9867232. OLE color: 9867232.
HSL color Cylindrical-coordinate representation of color #E08F96: hue angle of 354.81º 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 #E08F96 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 150 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.12 |
| HSL | 354.81º | 0.57% | 0.72% | - |
| HSV(B) | 354.81º | 0.36% | 0.88% | - |
| XYZ | 46.07 | 37.69 | 33.7 | - |
| YUV | 168.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 150 | 0 | 0.36 | 0.33 | 0.12 | 354.81 | 0.57 | 0.72 |
| Hex | E0 | 8F | 96 | 0 | 24 | 21 | C | 163 | 39 | 48 |
| Octal | 340 | 217 | 226 | 0 | 44 | 41 | 14 | 543 | 71 | 110 |
| Binary | 11100000 | 10001111 | 10010110 | 0 | 100100 | 100001 | 1100 | 101100011 | 111001 | 1001000 |
Color Harmonies of #E08F96
Complementary color
Monochromatic Colors of #E08F96
Black with #E08F96
Text Example
Text Example
White with #E08F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F96; }
p { color: rgb(224,143,150); }
H1.HeaderClassName
{
color: #E08F96;
}
.AnyTagClassName
{
color: #E08F96;
}
</style>
background-color css
<style>
a { background-color: #E08F96; }
a { background-color: rgb(224,143,150); }
div.DivClassName
{
background-color: #E08F96;
}
.BgClassName
{
background-color: #E08F96;
}
</style>
border-color css
<style>
span { border-color: #E08F96; }
span { border-color: rgb(224,143,150); }
td.TdClassName
{
border-color: #E08F96;
}
.TagClassName
{
border-color: #E08F96;
}
</style>