Shades of Wewak #EB99A1
Tints of Wewak #EB99A1
RGB
CMYK
RGB Variations
Color information
#EB99A1 (or 0xEB99A1) is known color: Wewak. HEX triplet: EB, 99 and A1. RGB value is (235,153,161). Sum of RGB (Red+Green+Blue) = 235+153+161=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB99A1 is #14665E. Grayscale: #B2B2B2. Windows color (decimal): -1336927 or 10590699. OLE color: 10590699.
HSL color Cylindrical-coordinate representation of color #EB99A1: hue angle of 354.15º 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 #EB99A1 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 153 | 161 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.08 |
| HSL | 354.15º | 0.67% | 0.76% | - |
| HSV(B) | 354.15º | 0.35% | 0.92% | - |
| XYZ | 52.09 | 43.02 | 39.28 | - |
| YUV | 178.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 153 | 161 | 0 | 0.35 | 0.31 | 0.08 | 354.15 | 0.67 | 0.76 |
| Hex | EB | 99 | A1 | 0 | 23 | 1F | 8 | 162 | 43 | 4C |
| Octal | 353 | 231 | 241 | 0 | 43 | 37 | 10 | 542 | 103 | 114 |
| Binary | 11101011 | 10011001 | 10100001 | 0 | 100011 | 11111 | 1000 | 101100010 | 1000011 | 1001100 |
Color Harmonies of #EB99A1
Complementary color
Monochromatic Colors of #EB99A1
Black with #EB99A1
Text Example
Text Example
White with #EB99A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB99A1; }
p { color: rgb(235,153,161); }
H1.HeaderClassName
{
color: #EB99A1;
}
.AnyTagClassName
{
color: #EB99A1;
}
</style>
background-color css
<style>
a { background-color: #EB99A1; }
a { background-color: rgb(235,153,161); }
div.DivClassName
{
background-color: #EB99A1;
}
.BgClassName
{
background-color: #EB99A1;
}
</style>
border-color css
<style>
span { border-color: #EB99A1; }
span { border-color: rgb(235,153,161); }
td.TdClassName
{
border-color: #EB99A1;
}
.TagClassName
{
border-color: #EB99A1;
}
</style>