Shades of Wewak #E99BA4
Tints of Wewak #E99BA4
RGB
CMYK
RGB Variations
Color information
#E99BA4 (or 0xE99BA4) is known color: Wewak. HEX triplet: E9, 9B and A4. RGB value is (233,155,164). Sum of RGB (Red+Green+Blue) = 233+155+164=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E99BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99BA4 is #16645B. Grayscale: #B3B3B3. Windows color (decimal): -1467484 or 10787817. OLE color: 10787817.
HSL color Cylindrical-coordinate representation of color #E99BA4: hue angle of 353.08º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99BA4 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 164 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.09 |
| HSL | 353.08º | 0.64% | 0.76% | - |
| HSV(B) | 353.08º | 0.33% | 0.91% | - |
| XYZ | 52.03 | 43.45 | 40.77 | - |
| YUV | 179.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 164 | 0 | 0.33 | 0.30 | 0.09 | 353.08 | 0.64 | 0.76 |
| Hex | E9 | 9B | A4 | 0 | 21 | 1E | 9 | 161 | 40 | 4C |
| Octal | 351 | 233 | 244 | 0 | 41 | 36 | 11 | 541 | 100 | 114 |
| Binary | 11101001 | 10011011 | 10100100 | 0 | 100001 | 11110 | 1001 | 101100001 | 1000000 | 1001100 |
Color Harmonies of #E99BA4
Complementary color
Monochromatic Colors of #E99BA4
Black with #E99BA4
Text Example
Text Example
White with #E99BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99BA4; }
p { color: rgb(233,155,164); }
H1.HeaderClassName
{
color: #E99BA4;
}
.AnyTagClassName
{
color: #E99BA4;
}
</style>
background-color css
<style>
a { background-color: #E99BA4; }
a { background-color: rgb(233,155,164); }
div.DivClassName
{
background-color: #E99BA4;
}
.BgClassName
{
background-color: #E99BA4;
}
</style>
border-color css
<style>
span { border-color: #E99BA4; }
span { border-color: rgb(233,155,164); }
td.TdClassName
{
border-color: #E99BA4;
}
.TagClassName
{
border-color: #E99BA4;
}
</style>