Shades of Wewak #EB99A0
Tints of Wewak #EB99A0
RGB
CMYK
RGB Variations
Color information
#EB99A0 (or 0xEB99A0) is known color: Wewak. HEX triplet: EB, 99 and A0. RGB value is (235,153,160). Sum of RGB (Red+Green+Blue) = 235+153+160=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB99A0 is #14665F. Grayscale: #B2B2B2. Windows color (decimal): -1336928 or 10525163. OLE color: 10525163.
HSL color Cylindrical-coordinate representation of color #EB99A0: hue angle of 354.88º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB99A0 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 153 | 160 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.08 |
| HSL | 354.88º | 0.67% | 0.76% | - |
| HSV(B) | 354.88º | 0.35% | 0.92% | - |
| XYZ | 52 | 42.98 | 38.81 | - |
| YUV | 178.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 153 | 160 | 0 | 0.35 | 0.32 | 0.08 | 354.88 | 0.67 | 0.76 |
| Hex | EB | 99 | A0 | 0 | 23 | 20 | 8 | 163 | 43 | 4C |
| Octal | 353 | 231 | 240 | 0 | 43 | 40 | 10 | 543 | 103 | 114 |
| Binary | 11101011 | 10011001 | 10100000 | 0 | 100011 | 100000 | 1000 | 101100011 | 1000011 | 1001100 |
Color Harmonies of #EB99A0
Complementary color
Monochromatic Colors of #EB99A0
Black with #EB99A0
Text Example
Text Example
White with #EB99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB99A0; }
p { color: rgb(235,153,160); }
H1.HeaderClassName
{
color: #EB99A0;
}
.AnyTagClassName
{
color: #EB99A0;
}
</style>
background-color css
<style>
a { background-color: #EB99A0; }
a { background-color: rgb(235,153,160); }
div.DivClassName
{
background-color: #EB99A0;
}
.BgClassName
{
background-color: #EB99A0;
}
</style>
border-color css
<style>
span { border-color: #EB99A0; }
span { border-color: rgb(235,153,160); }
td.TdClassName
{
border-color: #EB99A0;
}
.TagClassName
{
border-color: #EB99A0;
}
</style>