Shades of Wewak #EE8D9D
Tints of Wewak #EE8D9D
RGB
CMYK
RGB Variations
Color information
#EE8D9D (or 0xEE8D9D) is known color: Wewak. HEX triplet: EE, 8D and 9D. RGB value is (238,141,157). Sum of RGB (Red+Green+Blue) = 238+141+157=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8D9D is #117262. Grayscale: #ABABAB. Windows color (decimal): -1143395 or 10325486. OLE color: 10325486.
HSL color Cylindrical-coordinate representation of color #EE8D9D: hue angle of 350.1º 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 #EE8D9D is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 157 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.07 |
| HSL | 350.1º | 0.74% | 0.74% | - |
| HSV(B) | 350.1º | 0.41% | 0.93% | - |
| XYZ | 50.87 | 39.66 | 36.87 | - |
| YUV | 171.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 157 | 0 | 0.41 | 0.34 | 0.07 | 350.1 | 0.74 | 0.74 |
| Hex | EE | 8D | 9D | 0 | 29 | 22 | 7 | 15E | 4A | 4A |
| Octal | 356 | 215 | 235 | 0 | 51 | 42 | 7 | 536 | 112 | 112 |
| Binary | 11101110 | 10001101 | 10011101 | 0 | 101001 | 100010 | 111 | 101011110 | 1001010 | 1001010 |
Color Harmonies of #EE8D9D
Complementary color
Monochromatic Colors of #EE8D9D
Black with #EE8D9D
Text Example
Text Example
White with #EE8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D9D; }
p { color: rgb(238,141,157); }
H1.HeaderClassName
{
color: #EE8D9D;
}
.AnyTagClassName
{
color: #EE8D9D;
}
</style>
background-color css
<style>
a { background-color: #EE8D9D; }
a { background-color: rgb(238,141,157); }
div.DivClassName
{
background-color: #EE8D9D;
}
.BgClassName
{
background-color: #EE8D9D;
}
</style>
border-color css
<style>
span { border-color: #EE8D9D; }
span { border-color: rgb(238,141,157); }
td.TdClassName
{
border-color: #EE8D9D;
}
.TagClassName
{
border-color: #EE8D9D;
}
</style>