Shades of Wewak #E69EA1
Tints of Wewak #E69EA1
RGB
CMYK
RGB Variations
Color information
#E69EA1 (or 0xE69EA1) is known color: Wewak. HEX triplet: E6, 9E and A1. RGB value is (230,158,161). Sum of RGB (Red+Green+Blue) = 230+158+161=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69EA1 is #19615E. Grayscale: #B3B3B3. Windows color (decimal): -1663327 or 10591974. OLE color: 10591974.
HSL color Cylindrical-coordinate representation of color #E69EA1: hue angle of 357.5º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69EA1 is Cyan = 0, Magento = 0.31, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 161 | - |
| CMYK | 0 | 0.31 | 0.3 | 0.10 |
| HSL | 357.5º | 0.59% | 0.76% | - |
| HSV(B) | 357.5º | 0.31% | 0.9% | - |
| XYZ | 51.29 | 43.85 | 39.48 | - |
| YUV | 179.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 161 | 0 | 0.31 | 0.3 | 0.10 | 357.5 | 0.59 | 0.76 |
| Hex | E6 | 9E | A1 | 0 | 1F | 1E | A | 166 | 3B | 4C |
| Octal | 346 | 236 | 241 | 0 | 37 | 36 | 12 | 546 | 73 | 114 |
| Binary | 11100110 | 10011110 | 10100001 | 0 | 11111 | 11110 | 1010 | 101100110 | 111011 | 1001100 |
Color Harmonies of #E69EA1
Complementary color
Monochromatic Colors of #E69EA1
Black with #E69EA1
Text Example
Text Example
White with #E69EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EA1; }
p { color: rgb(230,158,161); }
H1.HeaderClassName
{
color: #E69EA1;
}
.AnyTagClassName
{
color: #E69EA1;
}
</style>
background-color css
<style>
a { background-color: #E69EA1; }
a { background-color: rgb(230,158,161); }
div.DivClassName
{
background-color: #E69EA1;
}
.BgClassName
{
background-color: #E69EA1;
}
</style>
border-color css
<style>
span { border-color: #E69EA1; }
span { border-color: rgb(230,158,161); }
td.TdClassName
{
border-color: #E69EA1;
}
.TagClassName
{
border-color: #E69EA1;
}
</style>