Shades of Wewak #E69297
Tints of Wewak #E69297
RGB
CMYK
RGB Variations
Color information
#E69297 (or 0xE69297) is known color: Wewak. HEX triplet: E6, 92 and 97. RGB value is (230,146,151). Sum of RGB (Red+Green+Blue) = 230+146+151=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E69297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69297 is #196D68. Grayscale: #ABABAB. Windows color (decimal): -1666409 or 9933542. OLE color: 9933542.
HSL color Cylindrical-coordinate representation of color #E69297: hue angle of 356.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69297 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 151 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.10 |
| HSL | 356.43º | 0.63% | 0.74% | - |
| HSV(B) | 356.43º | 0.37% | 0.9% | - |
| XYZ | 48.5 | 39.62 | 34.37 | - |
| YUV | 171.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 151 | 0 | 0.37 | 0.34 | 0.10 | 356.43 | 0.63 | 0.74 |
| Hex | E6 | 92 | 97 | 0 | 25 | 22 | A | 164 | 3F | 4A |
| Octal | 346 | 222 | 227 | 0 | 45 | 42 | 12 | 544 | 77 | 112 |
| Binary | 11100110 | 10010010 | 10010111 | 0 | 100101 | 100010 | 1010 | 101100100 | 111111 | 1001010 |
Color Harmonies of #E69297
Complementary color
Monochromatic Colors of #E69297
Black with #E69297
Text Example
Text Example
White with #E69297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69297; }
p { color: rgb(230,146,151); }
H1.HeaderClassName
{
color: #E69297;
}
.AnyTagClassName
{
color: #E69297;
}
</style>
background-color css
<style>
a { background-color: #E69297; }
a { background-color: rgb(230,146,151); }
div.DivClassName
{
background-color: #E69297;
}
.BgClassName
{
background-color: #E69297;
}
</style>
border-color css
<style>
span { border-color: #E69297; }
span { border-color: rgb(230,146,151); }
td.TdClassName
{
border-color: #E69297;
}
.TagClassName
{
border-color: #E69297;
}
</style>