Shades of Wewak #E48B8C
Tints of Wewak #E48B8C
RGB
CMYK
RGB Variations
Color information
#E48B8C (or 0xE48B8C) is known color: Wewak. HEX triplet: E4, 8B and 8C. RGB value is (228,139,140). Sum of RGB (Red+Green+Blue) = 228+139+140=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48B8C is #1B7473. Grayscale: #A5A5A5. Windows color (decimal): -1799284 or 9210852. OLE color: 9210852.
HSL color Cylindrical-coordinate representation of color #E48B8C: hue angle of 359.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48B8C is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 140 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.11 |
| HSL | 359.33º | 0.62% | 0.72% | - |
| HSV(B) | 359.33º | 0.39% | 0.89% | - |
| XYZ | 45.96 | 36.85 | 29.5 | - |
| YUV | 165.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 140 | 0 | 0.39 | 0.39 | 0.11 | 359.33 | 0.62 | 0.72 |
| Hex | E4 | 8B | 8C | 0 | 27 | 27 | B | 167 | 3E | 48 |
| Octal | 344 | 213 | 214 | 0 | 47 | 47 | 13 | 547 | 76 | 110 |
| Binary | 11100100 | 10001011 | 10001100 | 0 | 100111 | 100111 | 1011 | 101100111 | 111110 | 1001000 |
Color Harmonies of #E48B8C
Complementary color
Monochromatic Colors of #E48B8C
Black with #E48B8C
Text Example
Text Example
White with #E48B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B8C; }
p { color: rgb(228,139,140); }
H1.HeaderClassName
{
color: #E48B8C;
}
.AnyTagClassName
{
color: #E48B8C;
}
</style>
background-color css
<style>
a { background-color: #E48B8C; }
a { background-color: rgb(228,139,140); }
div.DivClassName
{
background-color: #E48B8C;
}
.BgClassName
{
background-color: #E48B8C;
}
</style>
border-color css
<style>
span { border-color: #E48B8C; }
span { border-color: rgb(228,139,140); }
td.TdClassName
{
border-color: #E48B8C;
}
.TagClassName
{
border-color: #E48B8C;
}
</style>