Shades of Wewak #EA8C8E
Tints of Wewak #EA8C8E
RGB
CMYK
RGB Variations
Color information
#EA8C8E (or 0xEA8C8E) is known color: Wewak. HEX triplet: EA, 8C and 8E. RGB value is (234,140,142). Sum of RGB (Red+Green+Blue) = 234+140+142=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C8E is #157371. Grayscale: #A8A8A8. Windows color (decimal): -1405810 or 9342186. OLE color: 9342186.
HSL color Cylindrical-coordinate representation of color #EA8C8E: hue angle of 358.72º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8C8E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 142 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.08 |
| HSL | 358.72º | 0.69% | 0.73% | - |
| HSV(B) | 358.72º | 0.4% | 0.92% | - |
| XYZ | 48.19 | 38.2 | 30.42 | - |
| YUV | 168.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 142 | 0 | 0.40 | 0.39 | 0.08 | 358.72 | 0.69 | 0.73 |
| Hex | EA | 8C | 8E | 0 | 28 | 27 | 8 | 167 | 45 | 49 |
| Octal | 352 | 214 | 216 | 0 | 50 | 47 | 10 | 547 | 105 | 111 |
| Binary | 11101010 | 10001100 | 10001110 | 0 | 101000 | 100111 | 1000 | 101100111 | 1000101 | 1001001 |
Color Harmonies of #EA8C8E
Complementary color
Monochromatic Colors of #EA8C8E
Black with #EA8C8E
Text Example
Text Example
White with #EA8C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8C8E; }
p { color: rgb(234,140,142); }
H1.HeaderClassName
{
color: #EA8C8E;
}
.AnyTagClassName
{
color: #EA8C8E;
}
</style>
background-color css
<style>
a { background-color: #EA8C8E; }
a { background-color: rgb(234,140,142); }
div.DivClassName
{
background-color: #EA8C8E;
}
.BgClassName
{
background-color: #EA8C8E;
}
</style>
border-color css
<style>
span { border-color: #EA8C8E; }
span { border-color: rgb(234,140,142); }
td.TdClassName
{
border-color: #EA8C8E;
}
.TagClassName
{
border-color: #EA8C8E;
}
</style>