Shades of Wewak #EA9395
Tints of Wewak #EA9395
RGB
CMYK
RGB Variations
Color information
#EA9395 (or 0xEA9395) is known color: Wewak. HEX triplet: EA, 93 and 95. RGB value is (234,147,149). Sum of RGB (Red+Green+Blue) = 234+147+149=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9395 is #156C6A. Grayscale: #ADADAD. Windows color (decimal): -1404011 or 9802730. OLE color: 9802730.
HSL color Cylindrical-coordinate representation of color #EA9395: hue angle of 358.62º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA9395 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 149 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.08 |
| HSL | 358.62º | 0.67% | 0.75% | - |
| HSV(B) | 358.62º | 0.37% | 0.92% | - |
| XYZ | 49.79 | 40.53 | 33.63 | - |
| YUV | 173.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 149 | 0 | 0.37 | 0.36 | 0.08 | 358.62 | 0.67 | 0.75 |
| Hex | EA | 93 | 95 | 0 | 25 | 24 | 8 | 167 | 43 | 4B |
| Octal | 352 | 223 | 225 | 0 | 45 | 44 | 10 | 547 | 103 | 113 |
| Binary | 11101010 | 10010011 | 10010101 | 0 | 100101 | 100100 | 1000 | 101100111 | 1000011 | 1001011 |
Color Harmonies of #EA9395
Complementary color
Monochromatic Colors of #EA9395
Black with #EA9395
Text Example
Text Example
White with #EA9395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9395; }
p { color: rgb(234,147,149); }
H1.HeaderClassName
{
color: #EA9395;
}
.AnyTagClassName
{
color: #EA9395;
}
</style>
background-color css
<style>
a { background-color: #EA9395; }
a { background-color: rgb(234,147,149); }
div.DivClassName
{
background-color: #EA9395;
}
.BgClassName
{
background-color: #EA9395;
}
</style>
border-color css
<style>
span { border-color: #EA9395; }
span { border-color: rgb(234,147,149); }
td.TdClassName
{
border-color: #EA9395;
}
.TagClassName
{
border-color: #EA9395;
}
</style>