Shades of Wewak #E68C98
Tints of Wewak #E68C98
RGB
CMYK
RGB Variations
Color information
#E68C98 (or 0xE68C98) is known color: Wewak. HEX triplet: E6, 8C and 98. RGB value is (230,140,152). Sum of RGB (Red+Green+Blue) = 230+140+152=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68C98 is #197367. Grayscale: #A8A8A8. Windows color (decimal): -1667944 or 9997542. OLE color: 9997542.
HSL color Cylindrical-coordinate representation of color #E68C98: hue angle of 352º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68C98 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 152 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.10 |
| HSL | 352º | 0.64% | 0.73% | - |
| HSV(B) | 352º | 0.39% | 0.9% | - |
| XYZ | 47.68 | 37.85 | 34.5 | - |
| YUV | 168.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 152 | 0 | 0.39 | 0.34 | 0.10 | 352 | 0.64 | 0.73 |
| Hex | E6 | 8C | 98 | 0 | 27 | 22 | A | 160 | 40 | 49 |
| Octal | 346 | 214 | 230 | 0 | 47 | 42 | 12 | 540 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10011000 | 0 | 100111 | 100010 | 1010 | 101100000 | 1000000 | 1001001 |
Color Harmonies of #E68C98
Complementary color
Monochromatic Colors of #E68C98
Black with #E68C98
Text Example
Text Example
White with #E68C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C98; }
p { color: rgb(230,140,152); }
H1.HeaderClassName
{
color: #E68C98;
}
.AnyTagClassName
{
color: #E68C98;
}
</style>
background-color css
<style>
a { background-color: #E68C98; }
a { background-color: rgb(230,140,152); }
div.DivClassName
{
background-color: #E68C98;
}
.BgClassName
{
background-color: #E68C98;
}
</style>
border-color css
<style>
span { border-color: #E68C98; }
span { border-color: rgb(230,140,152); }
td.TdClassName
{
border-color: #E68C98;
}
.TagClassName
{
border-color: #E68C98;
}
</style>