Shades of Wewak #EE8D8E
Tints of Wewak #EE8D8E
RGB
CMYK
RGB Variations
Color information
#EE8D8E (or 0xEE8D8E) is known color: Wewak. HEX triplet: EE, 8D and 8E. RGB value is (238,141,142). Sum of RGB (Red+Green+Blue) = 238+141+142=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8D8E is #117271. Grayscale: #AAAAAA. Windows color (decimal): -1143410 or 9342446. OLE color: 9342446.
HSL color Cylindrical-coordinate representation of color #EE8D8E: hue angle of 359.38º 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 #EE8D8E is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 142 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.07 |
| HSL | 359.38º | 0.74% | 0.74% | - |
| HSV(B) | 359.38º | 0.41% | 0.93% | - |
| XYZ | 49.67 | 39.18 | 30.54 | - |
| YUV | 170.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 142 | 0 | 0.41 | 0.40 | 0.07 | 359.38 | 0.74 | 0.74 |
| Hex | EE | 8D | 8E | 0 | 29 | 28 | 7 | 167 | 4A | 4A |
| Octal | 356 | 215 | 216 | 0 | 51 | 50 | 7 | 547 | 112 | 112 |
| Binary | 11101110 | 10001101 | 10001110 | 0 | 101001 | 101000 | 111 | 101100111 | 1001010 | 1001010 |
Color Harmonies of #EE8D8E
Complementary color
Monochromatic Colors of #EE8D8E
Black with #EE8D8E
Text Example
Text Example
White with #EE8D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D8E; }
p { color: rgb(238,141,142); }
H1.HeaderClassName
{
color: #EE8D8E;
}
.AnyTagClassName
{
color: #EE8D8E;
}
</style>
background-color css
<style>
a { background-color: #EE8D8E; }
a { background-color: rgb(238,141,142); }
div.DivClassName
{
background-color: #EE8D8E;
}
.BgClassName
{
background-color: #EE8D8E;
}
</style>
border-color css
<style>
span { border-color: #EE8D8E; }
span { border-color: rgb(238,141,142); }
td.TdClassName
{
border-color: #EE8D8E;
}
.TagClassName
{
border-color: #EE8D8E;
}
</style>