Shades of Wewak #EB939C
Tints of Wewak #EB939C
RGB
CMYK
RGB Variations
Color information
#EB939C (or 0xEB939C) is known color: Wewak. HEX triplet: EB, 93 and 9C. RGB value is (235,147,156). Sum of RGB (Red+Green+Blue) = 235+147+156=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB939C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB939C is #146C63. Grayscale: #AEAEAE. Windows color (decimal): -1338468 or 10261483. OLE color: 10261483.
HSL color Cylindrical-coordinate representation of color #EB939C: hue angle of 353.86º degrees, saturation: 0.69, 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 #EB939C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 147 | 156 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.08 |
| HSL | 353.86º | 0.69% | 0.75% | - |
| HSV(B) | 353.86º | 0.37% | 0.92% | - |
| XYZ | 50.7 | 40.93 | 36.68 | - |
| YUV | 174.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 147 | 156 | 0 | 0.37 | 0.34 | 0.08 | 353.86 | 0.69 | 0.75 |
| Hex | EB | 93 | 9C | 0 | 25 | 22 | 8 | 162 | 45 | 4B |
| Octal | 353 | 223 | 234 | 0 | 45 | 42 | 10 | 542 | 105 | 113 |
| Binary | 11101011 | 10010011 | 10011100 | 0 | 100101 | 100010 | 1000 | 101100010 | 1000101 | 1001011 |
Color Harmonies of #EB939C
Complementary color
Monochromatic Colors of #EB939C
Black with #EB939C
Text Example
Text Example
White with #EB939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB939C; }
p { color: rgb(235,147,156); }
H1.HeaderClassName
{
color: #EB939C;
}
.AnyTagClassName
{
color: #EB939C;
}
</style>
background-color css
<style>
a { background-color: #EB939C; }
a { background-color: rgb(235,147,156); }
div.DivClassName
{
background-color: #EB939C;
}
.BgClassName
{
background-color: #EB939C;
}
</style>
border-color css
<style>
span { border-color: #EB939C; }
span { border-color: rgb(235,147,156); }
td.TdClassName
{
border-color: #EB939C;
}
.TagClassName
{
border-color: #EB939C;
}
</style>