Shades of Wewak #E69098
Tints of Wewak #E69098
RGB
CMYK
RGB Variations
Color information
#E69098 (or 0xE69098) is known color: Wewak. HEX triplet: E6, 90 and 98. RGB value is (230,144,152). Sum of RGB (Red+Green+Blue) = 230+144+152=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69098 is #196F67. Grayscale: #AAAAAA. Windows color (decimal): -1666920 or 9998566. OLE color: 9998566.
HSL color Cylindrical-coordinate representation of color #E69098: hue angle of 354.42º 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 #E69098 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 152 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.10 |
| HSL | 354.42º | 0.63% | 0.73% | - |
| HSV(B) | 354.42º | 0.37% | 0.9% | - |
| XYZ | 48.27 | 39.04 | 34.7 | - |
| YUV | 170.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 152 | 0 | 0.37 | 0.34 | 0.10 | 354.42 | 0.63 | 0.73 |
| Hex | E6 | 90 | 98 | 0 | 25 | 22 | A | 162 | 3F | 49 |
| Octal | 346 | 220 | 230 | 0 | 45 | 42 | 12 | 542 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10011000 | 0 | 100101 | 100010 | 1010 | 101100010 | 111111 | 1001001 |
Color Harmonies of #E69098
Complementary color
Monochromatic Colors of #E69098
Black with #E69098
Text Example
Text Example
White with #E69098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69098; }
p { color: rgb(230,144,152); }
H1.HeaderClassName
{
color: #E69098;
}
.AnyTagClassName
{
color: #E69098;
}
</style>
background-color css
<style>
a { background-color: #E69098; }
a { background-color: rgb(230,144,152); }
div.DivClassName
{
background-color: #E69098;
}
.BgClassName
{
background-color: #E69098;
}
</style>
border-color css
<style>
span { border-color: #E69098; }
span { border-color: rgb(230,144,152); }
td.TdClassName
{
border-color: #E69098;
}
.TagClassName
{
border-color: #E69098;
}
</style>