Shades of Wewak #EB919B
Tints of Wewak #EB919B
RGB
CMYK
RGB Variations
Color information
#EB919B (or 0xEB919B) is known color: Wewak. HEX triplet: EB, 91 and 9B. RGB value is (235,145,155). Sum of RGB (Red+Green+Blue) = 235+145+155=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB919B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB919B is #146E64. Grayscale: #ADADAD. Windows color (decimal): -1338981 or 10195435. OLE color: 10195435.
HSL color Cylindrical-coordinate representation of color #EB919B: hue angle of 353.33º 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 #EB919B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 145 | 155 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.08 |
| HSL | 353.33º | 0.69% | 0.75% | - |
| HSV(B) | 353.33º | 0.38% | 0.92% | - |
| XYZ | 50.3 | 40.28 | 36.13 | - |
| YUV | 173.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 145 | 155 | 0 | 0.38 | 0.34 | 0.08 | 353.33 | 0.69 | 0.75 |
| Hex | EB | 91 | 9B | 0 | 26 | 22 | 8 | 161 | 45 | 4B |
| Octal | 353 | 221 | 233 | 0 | 46 | 42 | 10 | 541 | 105 | 113 |
| Binary | 11101011 | 10010001 | 10011011 | 0 | 100110 | 100010 | 1000 | 101100001 | 1000101 | 1001011 |
Color Harmonies of #EB919B
Complementary color
Monochromatic Colors of #EB919B
Black with #EB919B
Text Example
Text Example
White with #EB919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB919B; }
p { color: rgb(235,145,155); }
H1.HeaderClassName
{
color: #EB919B;
}
.AnyTagClassName
{
color: #EB919B;
}
</style>
background-color css
<style>
a { background-color: #EB919B; }
a { background-color: rgb(235,145,155); }
div.DivClassName
{
background-color: #EB919B;
}
.BgClassName
{
background-color: #EB919B;
}
</style>
border-color css
<style>
span { border-color: #EB919B; }
span { border-color: rgb(235,145,155); }
td.TdClassName
{
border-color: #EB919B;
}
.TagClassName
{
border-color: #EB919B;
}
</style>