Shades of Wewak #E1919D
Tints of Wewak #E1919D
RGB
CMYK
RGB Variations
Color information
#E1919D (or 0xE1919D) is known color: Wewak. HEX triplet: E1, 91 and 9D. RGB value is (225,145,157). Sum of RGB (Red+Green+Blue) = 225+145+157=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1919D is #1E6E62. Grayscale: #AAAAAA. Windows color (decimal): -1994339 or 10326497. OLE color: 10326497.
HSL color Cylindrical-coordinate representation of color #E1919D: hue angle of 351º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1919D is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 157 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.12 |
| HSL | 351º | 0.57% | 0.73% | - |
| HSV(B) | 351º | 0.36% | 0.88% | - |
| XYZ | 47.26 | 38.69 | 36.88 | - |
| YUV | 170.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 157 | 0 | 0.36 | 0.30 | 0.12 | 351 | 0.57 | 0.73 |
| Hex | E1 | 91 | 9D | 0 | 24 | 1E | C | 15F | 39 | 49 |
| Octal | 341 | 221 | 235 | 0 | 44 | 36 | 14 | 537 | 71 | 111 |
| Binary | 11100001 | 10010001 | 10011101 | 0 | 100100 | 11110 | 1100 | 101011111 | 111001 | 1001001 |
Color Harmonies of #E1919D
Complementary color
Monochromatic Colors of #E1919D
Black with #E1919D
Text Example
Text Example
White with #E1919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1919D; }
p { color: rgb(225,145,157); }
H1.HeaderClassName
{
color: #E1919D;
}
.AnyTagClassName
{
color: #E1919D;
}
</style>
background-color css
<style>
a { background-color: #E1919D; }
a { background-color: rgb(225,145,157); }
div.DivClassName
{
background-color: #E1919D;
}
.BgClassName
{
background-color: #E1919D;
}
</style>
border-color css
<style>
span { border-color: #E1919D; }
span { border-color: rgb(225,145,157); }
td.TdClassName
{
border-color: #E1919D;
}
.TagClassName
{
border-color: #E1919D;
}
</style>