Shades of Wewak #EA8B99
Tints of Wewak #EA8B99
RGB
CMYK
RGB Variations
Color information
#EA8B99 (or 0xEA8B99) is known color: Wewak. HEX triplet: EA, 8B and 99. RGB value is (234,139,153). Sum of RGB (Red+Green+Blue) = 234+139+153=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8B99 is #157466. Grayscale: #A9A9A9. Windows color (decimal): -1406055 or 10062826. OLE color: 10062826.
HSL color Cylindrical-coordinate representation of color #EA8B99: hue angle of 351.16º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8B99 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 153 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.08 |
| HSL | 351.16º | 0.69% | 0.73% | - |
| HSV(B) | 351.16º | 0.41% | 0.92% | - |
| XYZ | 48.91 | 38.26 | 34.94 | - |
| YUV | 169 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 153 | 0 | 0.41 | 0.35 | 0.08 | 351.16 | 0.69 | 0.73 |
| Hex | EA | 8B | 99 | 0 | 29 | 23 | 8 | 15F | 45 | 49 |
| Octal | 352 | 213 | 231 | 0 | 51 | 43 | 10 | 537 | 105 | 111 |
| Binary | 11101010 | 10001011 | 10011001 | 0 | 101001 | 100011 | 1000 | 101011111 | 1000101 | 1001001 |
Color Harmonies of #EA8B99
Complementary color
Monochromatic Colors of #EA8B99
Black with #EA8B99
Text Example
Text Example
White with #EA8B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B99; }
p { color: rgb(234,139,153); }
H1.HeaderClassName
{
color: #EA8B99;
}
.AnyTagClassName
{
color: #EA8B99;
}
</style>
background-color css
<style>
a { background-color: #EA8B99; }
a { background-color: rgb(234,139,153); }
div.DivClassName
{
background-color: #EA8B99;
}
.BgClassName
{
background-color: #EA8B99;
}
</style>
border-color css
<style>
span { border-color: #EA8B99; }
span { border-color: rgb(234,139,153); }
td.TdClassName
{
border-color: #EA8B99;
}
.TagClassName
{
border-color: #EA8B99;
}
</style>