Shades of Wewak #E298A0
Tints of Wewak #E298A0
RGB
CMYK
RGB Variations
Color information
#E298A0 (or 0xE298A0) is known color: Wewak. HEX triplet: E2, 98 and A0. RGB value is (226,152,160). Sum of RGB (Red+Green+Blue) = 226+152+160=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E298A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E298A0 is #1D675F. Grayscale: #AFAFAF. Windows color (decimal): -1927008 or 10524898. OLE color: 10524898.
HSL color Cylindrical-coordinate representation of color #E298A0: hue angle of 353.51º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E298A0 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 160 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.11 |
| HSL | 353.51º | 0.56% | 0.74% | - |
| HSV(B) | 353.51º | 0.33% | 0.89% | - |
| XYZ | 48.94 | 41.16 | 38.62 | - |
| YUV | 175.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 160 | 0 | 0.33 | 0.29 | 0.11 | 353.51 | 0.56 | 0.74 |
| Hex | E2 | 98 | A0 | 0 | 21 | 1D | B | 162 | 38 | 4A |
| Octal | 342 | 230 | 240 | 0 | 41 | 35 | 13 | 542 | 70 | 112 |
| Binary | 11100010 | 10011000 | 10100000 | 0 | 100001 | 11101 | 1011 | 101100010 | 111000 | 1001010 |
Color Harmonies of #E298A0
Complementary color
Monochromatic Colors of #E298A0
Black with #E298A0
Text Example
Text Example
White with #E298A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298A0; }
p { color: rgb(226,152,160); }
H1.HeaderClassName
{
color: #E298A0;
}
.AnyTagClassName
{
color: #E298A0;
}
</style>
background-color css
<style>
a { background-color: #E298A0; }
a { background-color: rgb(226,152,160); }
div.DivClassName
{
background-color: #E298A0;
}
.BgClassName
{
background-color: #E298A0;
}
</style>
border-color css
<style>
span { border-color: #E298A0; }
span { border-color: rgb(226,152,160); }
td.TdClassName
{
border-color: #E298A0;
}
.TagClassName
{
border-color: #E298A0;
}
</style>