Shades of Wewak #EB8C8D
Tints of Wewak #EB8C8D
RGB
CMYK
RGB Variations
Color information
#EB8C8D (or 0xEB8C8D) is known color: Wewak. HEX triplet: EB, 8C and 8D. RGB value is (235,140,141). Sum of RGB (Red+Green+Blue) = 235+140+141=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C8D is #147372. Grayscale: #A8A8A8. Windows color (decimal): -1340275 or 9276651. OLE color: 9276651.
HSL color Cylindrical-coordinate representation of color #EB8C8D: hue angle of 359.37º 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 #EB8C8D is Cyan = 0, Magento = 0.40, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 141 | - |
| CMYK | 0 | 0.40 | 0.4 | 0.08 |
| HSL | 359.37º | 0.7% | 0.74% | - |
| HSV(B) | 359.37º | 0.4% | 0.92% | - |
| XYZ | 48.45 | 38.34 | 30.05 | - |
| YUV | 168.52 | 112.47 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 141 | 0 | 0.40 | 0.4 | 0.08 | 359.37 | 0.7 | 0.74 |
| Hex | EB | 8C | 8D | 0 | 28 | 28 | 8 | 167 | 46 | 4A |
| Octal | 353 | 214 | 215 | 0 | 50 | 50 | 10 | 547 | 106 | 112 |
| Binary | 11101011 | 10001100 | 10001101 | 0 | 101000 | 101000 | 1000 | 101100111 | 1000110 | 1001010 |
Color Harmonies of #EB8C8D
Complementary color
Monochromatic Colors of #EB8C8D
Black with #EB8C8D
Text Example
Text Example
White with #EB8C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C8D; }
p { color: rgb(235,140,141); }
H1.HeaderClassName
{
color: #EB8C8D;
}
.AnyTagClassName
{
color: #EB8C8D;
}
</style>
background-color css
<style>
a { background-color: #EB8C8D; }
a { background-color: rgb(235,140,141); }
div.DivClassName
{
background-color: #EB8C8D;
}
.BgClassName
{
background-color: #EB8C8D;
}
</style>
border-color css
<style>
span { border-color: #EB8C8D; }
span { border-color: rgb(235,140,141); }
td.TdClassName
{
border-color: #EB8C8D;
}
.TagClassName
{
border-color: #EB8C8D;
}
</style>