Shades of Wewak #E69D9F
Tints of Wewak #E69D9F
RGB
CMYK
RGB Variations
Color information
#E69D9F (or 0xE69D9F) is known color: Wewak. HEX triplet: E6, 9D and 9F. RGB value is (230,157,159). Sum of RGB (Red+Green+Blue) = 230+157+159=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D9F is #196260. Grayscale: #B3B3B3. Windows color (decimal): -1663585 or 10460646. OLE color: 10460646.
HSL color Cylindrical-coordinate representation of color #E69D9F: hue angle of 358.36º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69D9F is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 159 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.10 |
| HSL | 358.36º | 0.59% | 0.76% | - |
| HSV(B) | 358.36º | 0.32% | 0.9% | - |
| XYZ | 50.95 | 43.44 | 38.5 | - |
| YUV | 179.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 159 | 0 | 0.32 | 0.31 | 0.10 | 358.36 | 0.59 | 0.76 |
| Hex | E6 | 9D | 9F | 0 | 20 | 1F | A | 166 | 3B | 4C |
| Octal | 346 | 235 | 237 | 0 | 40 | 37 | 12 | 546 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10011111 | 0 | 100000 | 11111 | 1010 | 101100110 | 111011 | 1001100 |
Color Harmonies of #E69D9F
Complementary color
Monochromatic Colors of #E69D9F
Black with #E69D9F
Text Example
Text Example
White with #E69D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D9F; }
p { color: rgb(230,157,159); }
H1.HeaderClassName
{
color: #E69D9F;
}
.AnyTagClassName
{
color: #E69D9F;
}
</style>
background-color css
<style>
a { background-color: #E69D9F; }
a { background-color: rgb(230,157,159); }
div.DivClassName
{
background-color: #E69D9F;
}
.BgClassName
{
background-color: #E69D9F;
}
</style>
border-color css
<style>
span { border-color: #E69D9F; }
span { border-color: rgb(230,157,159); }
td.TdClassName
{
border-color: #E69D9F;
}
.TagClassName
{
border-color: #E69D9F;
}
</style>