Shades of Wewak #E68A8D
Tints of Wewak #E68A8D
RGB
CMYK
RGB Variations
Color information
#E68A8D (or 0xE68A8D) is known color: Wewak. HEX triplet: E6, 8A and 8D. RGB value is (230,138,141). Sum of RGB (Red+Green+Blue) = 230+138+141=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A8D is #197572. Grayscale: #A5A5A5. Windows color (decimal): -1668467 or 9276134. OLE color: 9276134.
HSL color Cylindrical-coordinate representation of color #E68A8D: hue angle of 358.04º 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 #E68A8D is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 141 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.10 |
| HSL | 358.04º | 0.65% | 0.72% | - |
| HSV(B) | 358.04º | 0.4% | 0.9% | - |
| XYZ | 46.53 | 36.92 | 29.87 | - |
| YUV | 165.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 141 | 0 | 0.4 | 0.39 | 0.10 | 358.04 | 0.65 | 0.72 |
| Hex | E6 | 8A | 8D | 0 | 28 | 27 | A | 166 | 41 | 48 |
| Octal | 346 | 212 | 215 | 0 | 50 | 47 | 12 | 546 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10001101 | 0 | 101000 | 100111 | 1010 | 101100110 | 1000001 | 1001000 |
Color Harmonies of #E68A8D
Complementary color
Monochromatic Colors of #E68A8D
Black with #E68A8D
Text Example
Text Example
White with #E68A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A8D; }
p { color: rgb(230,138,141); }
H1.HeaderClassName
{
color: #E68A8D;
}
.AnyTagClassName
{
color: #E68A8D;
}
</style>
background-color css
<style>
a { background-color: #E68A8D; }
a { background-color: rgb(230,138,141); }
div.DivClassName
{
background-color: #E68A8D;
}
.BgClassName
{
background-color: #E68A8D;
}
</style>
border-color css
<style>
span { border-color: #E68A8D; }
span { border-color: rgb(230,138,141); }
td.TdClassName
{
border-color: #E68A8D;
}
.TagClassName
{
border-color: #E68A8D;
}
</style>