Shades of Wewak #EB8C93
Tints of Wewak #EB8C93
RGB
CMYK
RGB Variations
Color information
#EB8C93 (or 0xEB8C93) is known color: Wewak. HEX triplet: EB, 8C and 93. RGB value is (235,140,147). Sum of RGB (Red+Green+Blue) = 235+140+147=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C93 is #14736C. Grayscale: #A9A9A9. Windows color (decimal): -1340269 or 9669867. OLE color: 9669867.
HSL color Cylindrical-coordinate representation of color #EB8C93: hue angle of 355.58º degrees, saturation: 0.7, 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 #EB8C93 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 147 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.08 |
| HSL | 355.58º | 0.7% | 0.74% | - |
| HSV(B) | 355.58º | 0.4% | 0.92% | - |
| XYZ | 48.91 | 38.52 | 32.46 | - |
| YUV | 169.2 | 115.47 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 147 | 0 | 0.40 | 0.37 | 0.08 | 355.58 | 0.7 | 0.74 |
| Hex | EB | 8C | 93 | 0 | 28 | 25 | 8 | 164 | 46 | 4A |
| Octal | 353 | 214 | 223 | 0 | 50 | 45 | 10 | 544 | 106 | 112 |
| Binary | 11101011 | 10001100 | 10010011 | 0 | 101000 | 100101 | 1000 | 101100100 | 1000110 | 1001010 |
Color Harmonies of #EB8C93
Complementary color
Monochromatic Colors of #EB8C93
Black with #EB8C93
Text Example
Text Example
White with #EB8C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C93; }
p { color: rgb(235,140,147); }
H1.HeaderClassName
{
color: #EB8C93;
}
.AnyTagClassName
{
color: #EB8C93;
}
</style>
background-color css
<style>
a { background-color: #EB8C93; }
a { background-color: rgb(235,140,147); }
div.DivClassName
{
background-color: #EB8C93;
}
.BgClassName
{
background-color: #EB8C93;
}
</style>
border-color css
<style>
span { border-color: #EB8C93; }
span { border-color: rgb(235,140,147); }
td.TdClassName
{
border-color: #EB8C93;
}
.TagClassName
{
border-color: #EB8C93;
}
</style>