Shades of Wewak #EA8F93
Tints of Wewak #EA8F93
RGB
CMYK
RGB Variations
Color information
#EA8F93 (or 0xEA8F93) is known color: Wewak. HEX triplet: EA, 8F and 93. RGB value is (234,143,147). Sum of RGB (Red+Green+Blue) = 234+143+147=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F93 is #15706C. Grayscale: #AAAAAA. Windows color (decimal): -1405037 or 9670634. OLE color: 9670634.
HSL color Cylindrical-coordinate representation of color #EA8F93: hue angle of 357.36º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8F93 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 147 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.08 |
| HSL | 357.36º | 0.68% | 0.74% | - |
| HSV(B) | 357.36º | 0.39% | 0.92% | - |
| XYZ | 49.02 | 39.24 | 32.59 | - |
| YUV | 170.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 147 | 0 | 0.39 | 0.37 | 0.08 | 357.36 | 0.68 | 0.74 |
| Hex | EA | 8F | 93 | 0 | 27 | 25 | 8 | 165 | 44 | 4A |
| Octal | 352 | 217 | 223 | 0 | 47 | 45 | 10 | 545 | 104 | 112 |
| Binary | 11101010 | 10001111 | 10010011 | 0 | 100111 | 100101 | 1000 | 101100101 | 1000100 | 1001010 |
Color Harmonies of #EA8F93
Complementary color
Monochromatic Colors of #EA8F93
Black with #EA8F93
Text Example
Text Example
White with #EA8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F93; }
p { color: rgb(234,143,147); }
H1.HeaderClassName
{
color: #EA8F93;
}
.AnyTagClassName
{
color: #EA8F93;
}
</style>
background-color css
<style>
a { background-color: #EA8F93; }
a { background-color: rgb(234,143,147); }
div.DivClassName
{
background-color: #EA8F93;
}
.BgClassName
{
background-color: #EA8F93;
}
</style>
border-color css
<style>
span { border-color: #EA8F93; }
span { border-color: rgb(234,143,147); }
td.TdClassName
{
border-color: #EA8F93;
}
.TagClassName
{
border-color: #EA8F93;
}
</style>