Shades of Wewak #EB8F9C
Tints of Wewak #EB8F9C
RGB
CMYK
RGB Variations
Color information
#EB8F9C (or 0xEB8F9C) is known color: Wewak. HEX triplet: EB, 8F and 9C. RGB value is (235,143,156). Sum of RGB (Red+Green+Blue) = 235+143+156=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8F9C is #147063. Grayscale: #ACACAC. Windows color (decimal): -1339492 or 10260459. OLE color: 10260459.
HSL color Cylindrical-coordinate representation of color #EB8F9C: hue angle of 351.52º degrees, saturation: 0.7, 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 #EB8F9C is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 156 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.08 |
| HSL | 351.52º | 0.7% | 0.74% | - |
| HSV(B) | 351.52º | 0.39% | 0.92% | - |
| XYZ | 50.08 | 39.71 | 36.48 | - |
| YUV | 171.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 156 | 0 | 0.39 | 0.34 | 0.08 | 351.52 | 0.7 | 0.74 |
| Hex | EB | 8F | 9C | 0 | 27 | 22 | 8 | 160 | 46 | 4A |
| Octal | 353 | 217 | 234 | 0 | 47 | 42 | 10 | 540 | 106 | 112 |
| Binary | 11101011 | 10001111 | 10011100 | 0 | 100111 | 100010 | 1000 | 101100000 | 1000110 | 1001010 |
Color Harmonies of #EB8F9C
Complementary color
Monochromatic Colors of #EB8F9C
Black with #EB8F9C
Text Example
Text Example
White with #EB8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F9C; }
p { color: rgb(235,143,156); }
H1.HeaderClassName
{
color: #EB8F9C;
}
.AnyTagClassName
{
color: #EB8F9C;
}
</style>
background-color css
<style>
a { background-color: #EB8F9C; }
a { background-color: rgb(235,143,156); }
div.DivClassName
{
background-color: #EB8F9C;
}
.BgClassName
{
background-color: #EB8F9C;
}
</style>
border-color css
<style>
span { border-color: #EB8F9C; }
span { border-color: rgb(235,143,156); }
td.TdClassName
{
border-color: #EB8F9C;
}
.TagClassName
{
border-color: #EB8F9C;
}
</style>