Shades of Wewak #E48E9B
Tints of Wewak #E48E9B
RGB
CMYK
RGB Variations
Color information
#E48E9B (or 0xE48E9B) is known color: Wewak. HEX triplet: E4, 8E and 9B. RGB value is (228,142,155). Sum of RGB (Red+Green+Blue) = 228+142+155=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48E9B is #1B7164. Grayscale: #A9A9A9. Windows color (decimal): -1798501 or 10194660. OLE color: 10194660.
HSL color Cylindrical-coordinate representation of color #E48E9B: hue angle of 350.93º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48E9B is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 155 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.11 |
| HSL | 350.93º | 0.61% | 0.73% | - |
| HSV(B) | 350.93º | 0.38% | 0.89% | - |
| XYZ | 47.58 | 38.21 | 35.88 | - |
| YUV | 169.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 155 | 0 | 0.38 | 0.32 | 0.11 | 350.93 | 0.61 | 0.73 |
| Hex | E4 | 8E | 9B | 0 | 26 | 20 | B | 15F | 3D | 49 |
| Octal | 344 | 216 | 233 | 0 | 46 | 40 | 13 | 537 | 75 | 111 |
| Binary | 11100100 | 10001110 | 10011011 | 0 | 100110 | 100000 | 1011 | 101011111 | 111101 | 1001001 |
Color Harmonies of #E48E9B
Complementary color
Monochromatic Colors of #E48E9B
Black with #E48E9B
Text Example
Text Example
White with #E48E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48E9B; }
p { color: rgb(228,142,155); }
H1.HeaderClassName
{
color: #E48E9B;
}
.AnyTagClassName
{
color: #E48E9B;
}
</style>
background-color css
<style>
a { background-color: #E48E9B; }
a { background-color: rgb(228,142,155); }
div.DivClassName
{
background-color: #E48E9B;
}
.BgClassName
{
background-color: #E48E9B;
}
</style>
border-color css
<style>
span { border-color: #E48E9B; }
span { border-color: rgb(228,142,155); }
td.TdClassName
{
border-color: #E48E9B;
}
.TagClassName
{
border-color: #E48E9B;
}
</style>