Shades of Wewak #E68B8C
Tints of Wewak #E68B8C
RGB
CMYK
RGB Variations
Color information
#E68B8C (or 0xE68B8C) is known color: Wewak. HEX triplet: E6, 8B and 8C. RGB value is (230,139,140). Sum of RGB (Red+Green+Blue) = 230+139+140=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B8C is #197473. Grayscale: #A6A6A6. Windows color (decimal): -1668212 or 9210854. OLE color: 9210854.
HSL color Cylindrical-coordinate representation of color #E68B8C: hue angle of 359.34º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68B8C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 140 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.10 |
| HSL | 359.34º | 0.65% | 0.72% | - |
| HSV(B) | 359.34º | 0.4% | 0.9% | - |
| XYZ | 46.6 | 37.18 | 29.53 | - |
| YUV | 166.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 140 | 0 | 0.40 | 0.39 | 0.10 | 359.34 | 0.65 | 0.72 |
| Hex | E6 | 8B | 8C | 0 | 28 | 27 | A | 167 | 41 | 48 |
| Octal | 346 | 213 | 214 | 0 | 50 | 47 | 12 | 547 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10001100 | 0 | 101000 | 100111 | 1010 | 101100111 | 1000001 | 1001000 |
Color Harmonies of #E68B8C
Complementary color
Monochromatic Colors of #E68B8C
Black with #E68B8C
Text Example
Text Example
White with #E68B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B8C; }
p { color: rgb(230,139,140); }
H1.HeaderClassName
{
color: #E68B8C;
}
.AnyTagClassName
{
color: #E68B8C;
}
</style>
background-color css
<style>
a { background-color: #E68B8C; }
a { background-color: rgb(230,139,140); }
div.DivClassName
{
background-color: #E68B8C;
}
.BgClassName
{
background-color: #E68B8C;
}
</style>
border-color css
<style>
span { border-color: #E68B8C; }
span { border-color: rgb(230,139,140); }
td.TdClassName
{
border-color: #E68B8C;
}
.TagClassName
{
border-color: #E68B8C;
}
</style>