Shades of Wewak #EA8D93
Tints of Wewak #EA8D93
RGB
CMYK
RGB Variations
Color information
#EA8D93 (or 0xEA8D93) is known color: Wewak. HEX triplet: EA, 8D and 93. RGB value is (234,141,147). Sum of RGB (Red+Green+Blue) = 234+141+147=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D93 is #15726C. Grayscale: #A9A9A9. Windows color (decimal): -1405549 or 9670122. OLE color: 9670122.
HSL color Cylindrical-coordinate representation of color #EA8D93: hue angle of 356.13º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8D93 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 147 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.08 |
| HSL | 356.13º | 0.69% | 0.74% | - |
| HSV(B) | 356.13º | 0.4% | 0.92% | - |
| XYZ | 48.72 | 38.65 | 32.5 | - |
| YUV | 169.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 147 | 0 | 0.40 | 0.37 | 0.08 | 356.13 | 0.69 | 0.74 |
| Hex | EA | 8D | 93 | 0 | 28 | 25 | 8 | 164 | 45 | 4A |
| Octal | 352 | 215 | 223 | 0 | 50 | 45 | 10 | 544 | 105 | 112 |
| Binary | 11101010 | 10001101 | 10010011 | 0 | 101000 | 100101 | 1000 | 101100100 | 1000101 | 1001010 |
Color Harmonies of #EA8D93
Complementary color
Monochromatic Colors of #EA8D93
Black with #EA8D93
Text Example
Text Example
White with #EA8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D93; }
p { color: rgb(234,141,147); }
H1.HeaderClassName
{
color: #EA8D93;
}
.AnyTagClassName
{
color: #EA8D93;
}
</style>
background-color css
<style>
a { background-color: #EA8D93; }
a { background-color: rgb(234,141,147); }
div.DivClassName
{
background-color: #EA8D93;
}
.BgClassName
{
background-color: #EA8D93;
}
</style>
border-color css
<style>
span { border-color: #EA8D93; }
span { border-color: rgb(234,141,147); }
td.TdClassName
{
border-color: #EA8D93;
}
.TagClassName
{
border-color: #EA8D93;
}
</style>