Shades of Wewak #EE8B9A
Tints of Wewak #EE8B9A
RGB
CMYK
RGB Variations
Color information
#EE8B9A (or 0xEE8B9A) is known color: Wewak. HEX triplet: EE, 8B and 9A. RGB value is (238,139,154). Sum of RGB (Red+Green+Blue) = 238+139+154=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8B9A is #117465. Grayscale: #AAAAAA. Windows color (decimal): -1143910 or 10128366. OLE color: 10128366.
HSL color Cylindrical-coordinate representation of color #EE8B9A: hue angle of 350.91º 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 #EE8B9A is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 154 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.07 |
| HSL | 350.91º | 0.74% | 0.74% | - |
| HSV(B) | 350.91º | 0.42% | 0.93% | - |
| XYZ | 50.33 | 38.98 | 35.44 | - |
| YUV | 170.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 154 | 0 | 0.42 | 0.35 | 0.07 | 350.91 | 0.74 | 0.74 |
| Hex | EE | 8B | 9A | 0 | 2A | 23 | 7 | 15F | 4A | 4A |
| Octal | 356 | 213 | 232 | 0 | 52 | 43 | 7 | 537 | 112 | 112 |
| Binary | 11101110 | 10001011 | 10011010 | 0 | 101010 | 100011 | 111 | 101011111 | 1001010 | 1001010 |
Color Harmonies of #EE8B9A
Complementary color
Monochromatic Colors of #EE8B9A
Black with #EE8B9A
Text Example
Text Example
White with #EE8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8B9A; }
p { color: rgb(238,139,154); }
H1.HeaderClassName
{
color: #EE8B9A;
}
.AnyTagClassName
{
color: #EE8B9A;
}
</style>
background-color css
<style>
a { background-color: #EE8B9A; }
a { background-color: rgb(238,139,154); }
div.DivClassName
{
background-color: #EE8B9A;
}
.BgClassName
{
background-color: #EE8B9A;
}
</style>
border-color css
<style>
span { border-color: #EE8B9A; }
span { border-color: rgb(238,139,154); }
td.TdClassName
{
border-color: #EE8B9A;
}
.TagClassName
{
border-color: #EE8B9A;
}
</style>