Shades of Wewak #EE8A8B
Tints of Wewak #EE8A8B
RGB
CMYK
RGB Variations
Color information
#EE8A8B (or 0xEE8A8B) is known color: Wewak. HEX triplet: EE, 8A and 8B. RGB value is (238,138,139). Sum of RGB (Red+Green+Blue) = 238+138+139=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8A8B is #117574. Grayscale: #A8A8A8. Windows color (decimal): -1144181 or 9145070. OLE color: 9145070.
HSL color Cylindrical-coordinate representation of color #EE8A8B: hue angle of 359.4º degrees, saturation: 0.75, 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 #EE8A8B is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 139 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.07 |
| HSL | 359.4º | 0.75% | 0.74% | - |
| HSV(B) | 359.4º | 0.42% | 0.93% | - |
| XYZ | 49.01 | 38.22 | 29.22 | - |
| YUV | 168.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 139 | 0 | 0.42 | 0.42 | 0.07 | 359.4 | 0.75 | 0.74 |
| Hex | EE | 8A | 8B | 0 | 2A | 2A | 7 | 167 | 4B | 4A |
| Octal | 356 | 212 | 213 | 0 | 52 | 52 | 7 | 547 | 113 | 112 |
| Binary | 11101110 | 10001010 | 10001011 | 0 | 101010 | 101010 | 111 | 101100111 | 1001011 | 1001010 |
Color Harmonies of #EE8A8B
Complementary color
Monochromatic Colors of #EE8A8B
Black with #EE8A8B
Text Example
Text Example
White with #EE8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A8B; }
p { color: rgb(238,138,139); }
H1.HeaderClassName
{
color: #EE8A8B;
}
.AnyTagClassName
{
color: #EE8A8B;
}
</style>
background-color css
<style>
a { background-color: #EE8A8B; }
a { background-color: rgb(238,138,139); }
div.DivClassName
{
background-color: #EE8A8B;
}
.BgClassName
{
background-color: #EE8A8B;
}
</style>
border-color css
<style>
span { border-color: #EE8A8B; }
span { border-color: rgb(238,138,139); }
td.TdClassName
{
border-color: #EE8A8B;
}
.TagClassName
{
border-color: #EE8A8B;
}
</style>