Shades of Wewak #EB919C
Tints of Wewak #EB919C
RGB
CMYK
RGB Variations
Color information
#EB919C (or 0xEB919C) is known color: Wewak. HEX triplet: EB, 91 and 9C. RGB value is (235,145,156). Sum of RGB (Red+Green+Blue) = 235+145+156=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EB919C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB919C is #146E63. Grayscale: #ADADAD. Windows color (decimal): -1338980 or 10260971. OLE color: 10260971.
HSL color Cylindrical-coordinate representation of color #EB919C: hue angle of 352.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB919C is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 145 | 156 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.08 |
| HSL | 352.67º | 0.69% | 0.75% | - |
| HSV(B) | 352.67º | 0.38% | 0.92% | - |
| XYZ | 50.39 | 40.31 | 36.58 | - |
| YUV | 173.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 145 | 156 | 0 | 0.38 | 0.34 | 0.08 | 352.67 | 0.69 | 0.75 |
| Hex | EB | 91 | 9C | 0 | 26 | 22 | 8 | 161 | 45 | 4B |
| Octal | 353 | 221 | 234 | 0 | 46 | 42 | 10 | 541 | 105 | 113 |
| Binary | 11101011 | 10010001 | 10011100 | 0 | 100110 | 100010 | 1000 | 101100001 | 1000101 | 1001011 |
Color Harmonies of #EB919C
Complementary color
Monochromatic Colors of #EB919C
Black with #EB919C
Text Example
Text Example
White with #EB919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB919C; }
p { color: rgb(235,145,156); }
H1.HeaderClassName
{
color: #EB919C;
}
.AnyTagClassName
{
color: #EB919C;
}
</style>
background-color css
<style>
a { background-color: #EB919C; }
a { background-color: rgb(235,145,156); }
div.DivClassName
{
background-color: #EB919C;
}
.BgClassName
{
background-color: #EB919C;
}
</style>
border-color css
<style>
span { border-color: #EB919C; }
span { border-color: rgb(235,145,156); }
td.TdClassName
{
border-color: #EB919C;
}
.TagClassName
{
border-color: #EB919C;
}
</style>