Shades of Wewak #E2919D
Tints of Wewak #E2919D
RGB
CMYK
RGB Variations
Color information
#E2919D (or 0xE2919D) is known color: Wewak. HEX triplet: E2, 91 and 9D. RGB value is (226,145,157). Sum of RGB (Red+Green+Blue) = 226+145+157=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2919D is #1D6E62. Grayscale: #AAAAAA. Windows color (decimal): -1928803 or 10326498. OLE color: 10326498.
HSL color Cylindrical-coordinate representation of color #E2919D: hue angle of 351.11º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2919D is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 157 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.11 |
| HSL | 351.11º | 0.58% | 0.73% | - |
| HSV(B) | 351.11º | 0.36% | 0.89% | - |
| XYZ | 47.58 | 38.85 | 36.89 | - |
| YUV | 170.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 157 | 0 | 0.36 | 0.31 | 0.11 | 351.11 | 0.58 | 0.73 |
| Hex | E2 | 91 | 9D | 0 | 24 | 1F | B | 15F | 3A | 49 |
| Octal | 342 | 221 | 235 | 0 | 44 | 37 | 13 | 537 | 72 | 111 |
| Binary | 11100010 | 10010001 | 10011101 | 0 | 100100 | 11111 | 1011 | 101011111 | 111010 | 1001001 |
Color Harmonies of #E2919D
Complementary color
Monochromatic Colors of #E2919D
Black with #E2919D
Text Example
Text Example
White with #E2919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2919D; }
p { color: rgb(226,145,157); }
H1.HeaderClassName
{
color: #E2919D;
}
.AnyTagClassName
{
color: #E2919D;
}
</style>
background-color css
<style>
a { background-color: #E2919D; }
a { background-color: rgb(226,145,157); }
div.DivClassName
{
background-color: #E2919D;
}
.BgClassName
{
background-color: #E2919D;
}
</style>
border-color css
<style>
span { border-color: #E2919D; }
span { border-color: rgb(226,145,157); }
td.TdClassName
{
border-color: #E2919D;
}
.TagClassName
{
border-color: #E2919D;
}
</style>