Shades of Wewak #E38B8C
Tints of Wewak #E38B8C
RGB
CMYK
RGB Variations
Color information
#E38B8C (or 0xE38B8C) is known color: Wewak. HEX triplet: E3, 8B and 8C. RGB value is (227,139,140). Sum of RGB (Red+Green+Blue) = 227+139+140=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38B8C is #1C7473. Grayscale: #A5A5A5. Windows color (decimal): -1864820 or 9210851. OLE color: 9210851.
HSL color Cylindrical-coordinate representation of color #E38B8C: hue angle of 359.32º degrees, saturation: 0.61, 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 #E38B8C is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 140 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.11 |
| HSL | 359.32º | 0.61% | 0.72% | - |
| HSV(B) | 359.32º | 0.39% | 0.89% | - |
| XYZ | 45.64 | 36.69 | 29.49 | - |
| YUV | 165.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 140 | 0 | 0.39 | 0.38 | 0.11 | 359.32 | 0.61 | 0.72 |
| Hex | E3 | 8B | 8C | 0 | 27 | 26 | B | 167 | 3D | 48 |
| Octal | 343 | 213 | 214 | 0 | 47 | 46 | 13 | 547 | 75 | 110 |
| Binary | 11100011 | 10001011 | 10001100 | 0 | 100111 | 100110 | 1011 | 101100111 | 111101 | 1001000 |
Color Harmonies of #E38B8C
Complementary color
Monochromatic Colors of #E38B8C
Black with #E38B8C
Text Example
Text Example
White with #E38B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38B8C; }
p { color: rgb(227,139,140); }
H1.HeaderClassName
{
color: #E38B8C;
}
.AnyTagClassName
{
color: #E38B8C;
}
</style>
background-color css
<style>
a { background-color: #E38B8C; }
a { background-color: rgb(227,139,140); }
div.DivClassName
{
background-color: #E38B8C;
}
.BgClassName
{
background-color: #E38B8C;
}
</style>
border-color css
<style>
span { border-color: #E38B8C; }
span { border-color: rgb(227,139,140); }
td.TdClassName
{
border-color: #E38B8C;
}
.TagClassName
{
border-color: #E38B8C;
}
</style>