Shades of Wewak #EE8A8F
Tints of Wewak #EE8A8F
RGB
CMYK
RGB Variations
Color information
#EE8A8F (or 0xEE8A8F) is known color: Wewak. HEX triplet: EE, 8A and 8F. RGB value is (238,138,143). Sum of RGB (Red+Green+Blue) = 238+138+143=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8A8F is #117570. Grayscale: #A8A8A8. Windows color (decimal): -1144177 or 9407214. OLE color: 9407214.
HSL color Cylindrical-coordinate representation of color #EE8A8F: hue angle of 357º 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 #EE8A8F is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 143 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.07 |
| HSL | 357º | 0.75% | 0.74% | - |
| HSV(B) | 357º | 0.42% | 0.93% | - |
| XYZ | 49.31 | 38.34 | 30.79 | - |
| YUV | 168.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 143 | 0 | 0.42 | 0.40 | 0.07 | 357 | 0.75 | 0.74 |
| Hex | EE | 8A | 8F | 0 | 2A | 28 | 7 | 165 | 4B | 4A |
| Octal | 356 | 212 | 217 | 0 | 52 | 50 | 7 | 545 | 113 | 112 |
| Binary | 11101110 | 10001010 | 10001111 | 0 | 101010 | 101000 | 111 | 101100101 | 1001011 | 1001010 |
Color Harmonies of #EE8A8F
Complementary color
Monochromatic Colors of #EE8A8F
Black with #EE8A8F
Text Example
Text Example
White with #EE8A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A8F; }
p { color: rgb(238,138,143); }
H1.HeaderClassName
{
color: #EE8A8F;
}
.AnyTagClassName
{
color: #EE8A8F;
}
</style>
background-color css
<style>
a { background-color: #EE8A8F; }
a { background-color: rgb(238,138,143); }
div.DivClassName
{
background-color: #EE8A8F;
}
.BgClassName
{
background-color: #EE8A8F;
}
</style>
border-color css
<style>
span { border-color: #EE8A8F; }
span { border-color: rgb(238,138,143); }
td.TdClassName
{
border-color: #EE8A8F;
}
.TagClassName
{
border-color: #EE8A8F;
}
</style>