Shades of Wewak #E2999D
Tints of Wewak #E2999D
RGB
CMYK
RGB Variations
Color information
#E2999D (or 0xE2999D) is known color: Wewak. HEX triplet: E2, 99 and 9D. RGB value is (226,153,157). Sum of RGB (Red+Green+Blue) = 226+153+157=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2999D is #1D6662. Grayscale: #AFAFAF. Windows color (decimal): -1926755 or 10328546. OLE color: 10328546.
HSL color Cylindrical-coordinate representation of color #E2999D: hue angle of 356.71º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2999D is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 157 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.11 |
| HSL | 356.71º | 0.56% | 0.74% | - |
| HSV(B) | 356.71º | 0.32% | 0.89% | - |
| XYZ | 48.84 | 41.39 | 37.31 | - |
| YUV | 175.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 157 | 0 | 0.32 | 0.31 | 0.11 | 356.71 | 0.56 | 0.74 |
| Hex | E2 | 99 | 9D | 0 | 20 | 1F | B | 165 | 38 | 4A |
| Octal | 342 | 231 | 235 | 0 | 40 | 37 | 13 | 545 | 70 | 112 |
| Binary | 11100010 | 10011001 | 10011101 | 0 | 100000 | 11111 | 1011 | 101100101 | 111000 | 1001010 |
Color Harmonies of #E2999D
Complementary color
Monochromatic Colors of #E2999D
Black with #E2999D
Text Example
Text Example
White with #E2999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2999D; }
p { color: rgb(226,153,157); }
H1.HeaderClassName
{
color: #E2999D;
}
.AnyTagClassName
{
color: #E2999D;
}
</style>
background-color css
<style>
a { background-color: #E2999D; }
a { background-color: rgb(226,153,157); }
div.DivClassName
{
background-color: #E2999D;
}
.BgClassName
{
background-color: #E2999D;
}
</style>
border-color css
<style>
span { border-color: #E2999D; }
span { border-color: rgb(226,153,157); }
td.TdClassName
{
border-color: #E2999D;
}
.TagClassName
{
border-color: #E2999D;
}
</style>