Shades of Wewak #E68F95
Tints of Wewak #E68F95
RGB
CMYK
RGB Variations
Color information
#E68F95 (or 0xE68F95) is known color: Wewak. HEX triplet: E6, 8F and 95. RGB value is (230,143,149). Sum of RGB (Red+Green+Blue) = 230+143+149=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F95 is #19706A. Grayscale: #A9A9A9. Windows color (decimal): -1667179 or 9801702. OLE color: 9801702.
HSL color Cylindrical-coordinate representation of color #E68F95: hue angle of 355.86º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68F95 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 149 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.10 |
| HSL | 355.86º | 0.64% | 0.73% | - |
| HSV(B) | 355.86º | 0.38% | 0.9% | - |
| XYZ | 47.88 | 38.64 | 33.37 | - |
| YUV | 169.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 149 | 0 | 0.38 | 0.35 | 0.10 | 355.86 | 0.64 | 0.73 |
| Hex | E6 | 8F | 95 | 0 | 26 | 23 | A | 164 | 40 | 49 |
| Octal | 346 | 217 | 225 | 0 | 46 | 43 | 12 | 544 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10010101 | 0 | 100110 | 100011 | 1010 | 101100100 | 1000000 | 1001001 |
Color Harmonies of #E68F95
Complementary color
Monochromatic Colors of #E68F95
Black with #E68F95
Text Example
Text Example
White with #E68F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F95; }
p { color: rgb(230,143,149); }
H1.HeaderClassName
{
color: #E68F95;
}
.AnyTagClassName
{
color: #E68F95;
}
</style>
background-color css
<style>
a { background-color: #E68F95; }
a { background-color: rgb(230,143,149); }
div.DivClassName
{
background-color: #E68F95;
}
.BgClassName
{
background-color: #E68F95;
}
</style>
border-color css
<style>
span { border-color: #E68F95; }
span { border-color: rgb(230,143,149); }
td.TdClassName
{
border-color: #E68F95;
}
.TagClassName
{
border-color: #E68F95;
}
</style>