Shades of Wewak #E69097
Tints of Wewak #E69097
RGB
CMYK
RGB Variations
Color information
#E69097 (or 0xE69097) is known color: Wewak. HEX triplet: E6, 90 and 97. RGB value is (230,144,151). Sum of RGB (Red+Green+Blue) = 230+144+151=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E69097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69097 is #196F68. Grayscale: #AAAAAA. Windows color (decimal): -1666921 or 9933030. OLE color: 9933030.
HSL color Cylindrical-coordinate representation of color #E69097: hue angle of 355.12º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69097 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 151 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.10 |
| HSL | 355.12º | 0.63% | 0.73% | - |
| HSV(B) | 355.12º | 0.37% | 0.9% | - |
| XYZ | 48.19 | 39 | 34.27 | - |
| YUV | 170.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 151 | 0 | 0.37 | 0.34 | 0.10 | 355.12 | 0.63 | 0.73 |
| Hex | E6 | 90 | 97 | 0 | 25 | 22 | A | 163 | 3F | 49 |
| Octal | 346 | 220 | 227 | 0 | 45 | 42 | 12 | 543 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10010111 | 0 | 100101 | 100010 | 1010 | 101100011 | 111111 | 1001001 |
Color Harmonies of #E69097
Complementary color
Monochromatic Colors of #E69097
Black with #E69097
Text Example
Text Example
White with #E69097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69097; }
p { color: rgb(230,144,151); }
H1.HeaderClassName
{
color: #E69097;
}
.AnyTagClassName
{
color: #E69097;
}
</style>
background-color css
<style>
a { background-color: #E69097; }
a { background-color: rgb(230,144,151); }
div.DivClassName
{
background-color: #E69097;
}
.BgClassName
{
background-color: #E69097;
}
</style>
border-color css
<style>
span { border-color: #E69097; }
span { border-color: rgb(230,144,151); }
td.TdClassName
{
border-color: #E69097;
}
.TagClassName
{
border-color: #E69097;
}
</style>