Shades of Wewak #E69B9F
Tints of Wewak #E69B9F
RGB
CMYK
RGB Variations
Color information
#E69B9F (or 0xE69B9F) is known color: Wewak. HEX triplet: E6, 9B and 9F. RGB value is (230,155,159). Sum of RGB (Red+Green+Blue) = 230+155+159=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B9F is #196460. Grayscale: #B1B1B1. Windows color (decimal): -1664097 or 10460134. OLE color: 10460134.
HSL color Cylindrical-coordinate representation of color #E69B9F: hue angle of 356.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69B9F is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 159 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.10 |
| HSL | 356.8º | 0.6% | 0.75% | - |
| HSV(B) | 356.8º | 0.33% | 0.9% | - |
| XYZ | 50.61 | 42.77 | 38.39 | - |
| YUV | 177.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 159 | 0 | 0.33 | 0.31 | 0.10 | 356.8 | 0.6 | 0.75 |
| Hex | E6 | 9B | 9F | 0 | 21 | 1F | A | 165 | 3C | 4B |
| Octal | 346 | 233 | 237 | 0 | 41 | 37 | 12 | 545 | 74 | 113 |
| Binary | 11100110 | 10011011 | 10011111 | 0 | 100001 | 11111 | 1010 | 101100101 | 111100 | 1001011 |
Color Harmonies of #E69B9F
Complementary color
Monochromatic Colors of #E69B9F
Black with #E69B9F
Text Example
Text Example
White with #E69B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69B9F; }
p { color: rgb(230,155,159); }
H1.HeaderClassName
{
color: #E69B9F;
}
.AnyTagClassName
{
color: #E69B9F;
}
</style>
background-color css
<style>
a { background-color: #E69B9F; }
a { background-color: rgb(230,155,159); }
div.DivClassName
{
background-color: #E69B9F;
}
.BgClassName
{
background-color: #E69B9F;
}
</style>
border-color css
<style>
span { border-color: #E69B9F; }
span { border-color: rgb(230,155,159); }
td.TdClassName
{
border-color: #E69B9F;
}
.TagClassName
{
border-color: #E69B9F;
}
</style>