Shades of Wewak #E69095
Tints of Wewak #E69095
RGB
CMYK
RGB Variations
Color information
#E69095 (or 0xE69095) is known color: Wewak. HEX triplet: E6, 90 and 95. RGB value is (230,144,149). Sum of RGB (Red+Green+Blue) = 230+144+149=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E69095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69095 is #196F6A. Grayscale: #AAAAAA. Windows color (decimal): -1666923 or 9801958. OLE color: 9801958.
HSL color Cylindrical-coordinate representation of color #E69095: hue angle of 356.51º 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 #E69095 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 149 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.10 |
| HSL | 356.51º | 0.63% | 0.73% | - |
| HSV(B) | 356.51º | 0.37% | 0.9% | - |
| XYZ | 48.03 | 38.94 | 33.42 | - |
| YUV | 170.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 149 | 0 | 0.37 | 0.35 | 0.10 | 356.51 | 0.63 | 0.73 |
| Hex | E6 | 90 | 95 | 0 | 25 | 23 | A | 165 | 3F | 49 |
| Octal | 346 | 220 | 225 | 0 | 45 | 43 | 12 | 545 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10010101 | 0 | 100101 | 100011 | 1010 | 101100101 | 111111 | 1001001 |
Color Harmonies of #E69095
Complementary color
Monochromatic Colors of #E69095
Black with #E69095
Text Example
Text Example
White with #E69095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69095; }
p { color: rgb(230,144,149); }
H1.HeaderClassName
{
color: #E69095;
}
.AnyTagClassName
{
color: #E69095;
}
</style>
background-color css
<style>
a { background-color: #E69095; }
a { background-color: rgb(230,144,149); }
div.DivClassName
{
background-color: #E69095;
}
.BgClassName
{
background-color: #E69095;
}
</style>
border-color css
<style>
span { border-color: #E69095; }
span { border-color: rgb(230,144,149); }
td.TdClassName
{
border-color: #E69095;
}
.TagClassName
{
border-color: #E69095;
}
</style>