Shades of Wewak #E69A9F
Tints of Wewak #E69A9F
RGB
CMYK
RGB Variations
Color information
#E69A9F (or 0xE69A9F) is known color: Wewak. HEX triplet: E6, 9A and 9F. RGB value is (230,154,159). Sum of RGB (Red+Green+Blue) = 230+154+159=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A9F is #196560. Grayscale: #B1B1B1. Windows color (decimal): -1664353 or 10459878. OLE color: 10459878.
HSL color Cylindrical-coordinate representation of color #E69A9F: hue angle of 356.05º 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 #E69A9F is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 159 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.10 |
| HSL | 356.05º | 0.6% | 0.75% | - |
| HSV(B) | 356.05º | 0.33% | 0.9% | - |
| XYZ | 50.45 | 42.44 | 38.33 | - |
| YUV | 177.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 159 | 0 | 0.33 | 0.31 | 0.10 | 356.05 | 0.6 | 0.75 |
| Hex | E6 | 9A | 9F | 0 | 21 | 1F | A | 164 | 3C | 4B |
| Octal | 346 | 232 | 237 | 0 | 41 | 37 | 12 | 544 | 74 | 113 |
| Binary | 11100110 | 10011010 | 10011111 | 0 | 100001 | 11111 | 1010 | 101100100 | 111100 | 1001011 |
Color Harmonies of #E69A9F
Complementary color
Monochromatic Colors of #E69A9F
Black with #E69A9F
Text Example
Text Example
White with #E69A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A9F; }
p { color: rgb(230,154,159); }
H1.HeaderClassName
{
color: #E69A9F;
}
.AnyTagClassName
{
color: #E69A9F;
}
</style>
background-color css
<style>
a { background-color: #E69A9F; }
a { background-color: rgb(230,154,159); }
div.DivClassName
{
background-color: #E69A9F;
}
.BgClassName
{
background-color: #E69A9F;
}
</style>
border-color css
<style>
span { border-color: #E69A9F; }
span { border-color: rgb(230,154,159); }
td.TdClassName
{
border-color: #E69A9F;
}
.TagClassName
{
border-color: #E69A9F;
}
</style>