Shades of Wewak #EE8C8F
Tints of Wewak #EE8C8F
RGB
CMYK
RGB Variations
Color information
#EE8C8F (or 0xEE8C8F) is known color: Wewak. HEX triplet: EE, 8C and 8F. RGB value is (238,140,143). Sum of RGB (Red+Green+Blue) = 238+140+143=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8C8F is #117370. Grayscale: #A9A9A9. Windows color (decimal): -1143665 or 9407726. OLE color: 9407726.
HSL color Cylindrical-coordinate representation of color #EE8C8F: hue angle of 358.16º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8C8F is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 143 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.07 |
| HSL | 358.16º | 0.74% | 0.74% | - |
| HSV(B) | 358.16º | 0.41% | 0.93% | - |
| XYZ | 49.6 | 38.92 | 30.88 | - |
| YUV | 169.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 143 | 0 | 0.41 | 0.40 | 0.07 | 358.16 | 0.74 | 0.74 |
| Hex | EE | 8C | 8F | 0 | 29 | 28 | 7 | 166 | 4A | 4A |
| Octal | 356 | 214 | 217 | 0 | 51 | 50 | 7 | 546 | 112 | 112 |
| Binary | 11101110 | 10001100 | 10001111 | 0 | 101001 | 101000 | 111 | 101100110 | 1001010 | 1001010 |
Color Harmonies of #EE8C8F
Complementary color
Monochromatic Colors of #EE8C8F
Black with #EE8C8F
Text Example
Text Example
White with #EE8C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C8F; }
p { color: rgb(238,140,143); }
H1.HeaderClassName
{
color: #EE8C8F;
}
.AnyTagClassName
{
color: #EE8C8F;
}
</style>
background-color css
<style>
a { background-color: #EE8C8F; }
a { background-color: rgb(238,140,143); }
div.DivClassName
{
background-color: #EE8C8F;
}
.BgClassName
{
background-color: #EE8C8F;
}
</style>
border-color css
<style>
span { border-color: #EE8C8F; }
span { border-color: rgb(238,140,143); }
td.TdClassName
{
border-color: #EE8C8F;
}
.TagClassName
{
border-color: #EE8C8F;
}
</style>