Shades of Wewak #EE8B8C
Tints of Wewak #EE8B8C
RGB
CMYK
RGB Variations
Color information
#EE8B8C (or 0xEE8B8C) is known color: Wewak. HEX triplet: EE, 8B and 8C. RGB value is (238,139,140). Sum of RGB (Red+Green+Blue) = 238+139+140=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8B8C is #117473. Grayscale: #A8A8A8. Windows color (decimal): -1143924 or 9210862. OLE color: 9210862.
HSL color Cylindrical-coordinate representation of color #EE8B8C: hue angle of 359.39º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8B8C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 140 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.07 |
| HSL | 359.39º | 0.74% | 0.74% | - |
| HSV(B) | 359.39º | 0.42% | 0.93% | - |
| XYZ | 49.23 | 38.54 | 29.65 | - |
| YUV | 168.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 140 | 0 | 0.42 | 0.41 | 0.07 | 359.39 | 0.74 | 0.74 |
| Hex | EE | 8B | 8C | 0 | 2A | 29 | 7 | 167 | 4A | 4A |
| Octal | 356 | 213 | 214 | 0 | 52 | 51 | 7 | 547 | 112 | 112 |
| Binary | 11101110 | 10001011 | 10001100 | 0 | 101010 | 101001 | 111 | 101100111 | 1001010 | 1001010 |
Color Harmonies of #EE8B8C
Complementary color
Monochromatic Colors of #EE8B8C
Black with #EE8B8C
Text Example
Text Example
White with #EE8B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8B8C; }
p { color: rgb(238,139,140); }
H1.HeaderClassName
{
color: #EE8B8C;
}
.AnyTagClassName
{
color: #EE8B8C;
}
</style>
background-color css
<style>
a { background-color: #EE8B8C; }
a { background-color: rgb(238,139,140); }
div.DivClassName
{
background-color: #EE8B8C;
}
.BgClassName
{
background-color: #EE8B8C;
}
</style>
border-color css
<style>
span { border-color: #EE8B8C; }
span { border-color: rgb(238,139,140); }
td.TdClassName
{
border-color: #EE8B8C;
}
.TagClassName
{
border-color: #EE8B8C;
}
</style>