Shades of Wewak #EE8C9B
Tints of Wewak #EE8C9B
RGB
CMYK
RGB Variations
Color information
#EE8C9B (or 0xEE8C9B) is known color: Wewak. HEX triplet: EE, 8C and 9B. RGB value is (238,140,155). Sum of RGB (Red+Green+Blue) = 238+140+155=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8C9B is #117364. Grayscale: #ABABAB. Windows color (decimal): -1143653 or 10194158. OLE color: 10194158.
HSL color Cylindrical-coordinate representation of color #EE8C9B: hue angle of 350.82º 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 #EE8C9B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 155 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.07 |
| HSL | 350.82º | 0.74% | 0.74% | - |
| HSV(B) | 350.82º | 0.41% | 0.93% | - |
| XYZ | 50.55 | 39.3 | 35.93 | - |
| YUV | 171.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 155 | 0 | 0.41 | 0.35 | 0.07 | 350.82 | 0.74 | 0.74 |
| Hex | EE | 8C | 9B | 0 | 29 | 23 | 7 | 15F | 4A | 4A |
| Octal | 356 | 214 | 233 | 0 | 51 | 43 | 7 | 537 | 112 | 112 |
| Binary | 11101110 | 10001100 | 10011011 | 0 | 101001 | 100011 | 111 | 101011111 | 1001010 | 1001010 |
Color Harmonies of #EE8C9B
Complementary color
Monochromatic Colors of #EE8C9B
Black with #EE8C9B
Text Example
Text Example
White with #EE8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C9B; }
p { color: rgb(238,140,155); }
H1.HeaderClassName
{
color: #EE8C9B;
}
.AnyTagClassName
{
color: #EE8C9B;
}
</style>
background-color css
<style>
a { background-color: #EE8C9B; }
a { background-color: rgb(238,140,155); }
div.DivClassName
{
background-color: #EE8C9B;
}
.BgClassName
{
background-color: #EE8C9B;
}
</style>
border-color css
<style>
span { border-color: #EE8C9B; }
span { border-color: rgb(238,140,155); }
td.TdClassName
{
border-color: #EE8C9B;
}
.TagClassName
{
border-color: #EE8C9B;
}
</style>