Shades of Wewak #E98F96
Tints of Wewak #E98F96
RGB
CMYK
RGB Variations
Color information
#E98F96 (or 0xE98F96) is known color: Wewak. HEX triplet: E9, 8F and 96. RGB value is (233,143,150). Sum of RGB (Red+Green+Blue) = 233+143+150=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98F96 is #167069. Grayscale: #AAAAAA. Windows color (decimal): -1470570 or 9867241. OLE color: 9867241.
HSL color Cylindrical-coordinate representation of color #E98F96: hue angle of 355.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98F96 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 150 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.09 |
| HSL | 355.33º | 0.67% | 0.74% | - |
| HSV(B) | 355.33º | 0.39% | 0.91% | - |
| XYZ | 48.93 | 39.17 | 33.84 | - |
| YUV | 170.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 150 | 0 | 0.39 | 0.36 | 0.09 | 355.33 | 0.67 | 0.74 |
| Hex | E9 | 8F | 96 | 0 | 27 | 24 | 9 | 163 | 43 | 4A |
| Octal | 351 | 217 | 226 | 0 | 47 | 44 | 11 | 543 | 103 | 112 |
| Binary | 11101001 | 10001111 | 10010110 | 0 | 100111 | 100100 | 1001 | 101100011 | 1000011 | 1001010 |
Color Harmonies of #E98F96
Complementary color
Monochromatic Colors of #E98F96
Black with #E98F96
Text Example
Text Example
White with #E98F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98F96; }
p { color: rgb(233,143,150); }
H1.HeaderClassName
{
color: #E98F96;
}
.AnyTagClassName
{
color: #E98F96;
}
</style>
background-color css
<style>
a { background-color: #E98F96; }
a { background-color: rgb(233,143,150); }
div.DivClassName
{
background-color: #E98F96;
}
.BgClassName
{
background-color: #E98F96;
}
</style>
border-color css
<style>
span { border-color: #E98F96; }
span { border-color: rgb(233,143,150); }
td.TdClassName
{
border-color: #E98F96;
}
.TagClassName
{
border-color: #E98F96;
}
</style>