Shades of Wewak #EE8C92
Tints of Wewak #EE8C92
RGB
CMYK
RGB Variations
Color information
#EE8C92 (or 0xEE8C92) is known color: Wewak. HEX triplet: EE, 8C and 92. RGB value is (238,140,146). Sum of RGB (Red+Green+Blue) = 238+140+146=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8C92 is #11736D. Grayscale: #AAAAAA. Windows color (decimal): -1143662 or 9604334. OLE color: 9604334.
HSL color Cylindrical-coordinate representation of color #EE8C92: hue angle of 356.33º 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 #EE8C92 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 146 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.07 |
| HSL | 356.33º | 0.74% | 0.74% | - |
| HSV(B) | 356.33º | 0.41% | 0.93% | - |
| XYZ | 49.83 | 39.01 | 32.1 | - |
| YUV | 169.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 146 | 0 | 0.41 | 0.39 | 0.07 | 356.33 | 0.74 | 0.74 |
| Hex | EE | 8C | 92 | 0 | 29 | 27 | 7 | 164 | 4A | 4A |
| Octal | 356 | 214 | 222 | 0 | 51 | 47 | 7 | 544 | 112 | 112 |
| Binary | 11101110 | 10001100 | 10010010 | 0 | 101001 | 100111 | 111 | 101100100 | 1001010 | 1001010 |
Color Harmonies of #EE8C92
Complementary color
Monochromatic Colors of #EE8C92
Black with #EE8C92
Text Example
Text Example
White with #EE8C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C92; }
p { color: rgb(238,140,146); }
H1.HeaderClassName
{
color: #EE8C92;
}
.AnyTagClassName
{
color: #EE8C92;
}
</style>
background-color css
<style>
a { background-color: #EE8C92; }
a { background-color: rgb(238,140,146); }
div.DivClassName
{
background-color: #EE8C92;
}
.BgClassName
{
background-color: #EE8C92;
}
</style>
border-color css
<style>
span { border-color: #EE8C92; }
span { border-color: rgb(238,140,146); }
td.TdClassName
{
border-color: #EE8C92;
}
.TagClassName
{
border-color: #EE8C92;
}
</style>