Shades of Wewak #E6929D
Tints of Wewak #E6929D
RGB
CMYK
RGB Variations
Color information
#E6929D (or 0xE6929D) is known color: Wewak. HEX triplet: E6, 92 and 9D. RGB value is (230,146,157). Sum of RGB (Red+Green+Blue) = 230+146+157=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6929D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6929D is #196D62. Grayscale: #ACACAC. Windows color (decimal): -1666403 or 10326758. OLE color: 10326758.
HSL color Cylindrical-coordinate representation of color #E6929D: hue angle of 352.14º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6929D is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 157 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.10 |
| HSL | 352.14º | 0.63% | 0.74% | - |
| HSV(B) | 352.14º | 0.37% | 0.9% | - |
| XYZ | 49 | 39.82 | 37 | - |
| YUV | 172.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 157 | 0 | 0.37 | 0.32 | 0.10 | 352.14 | 0.63 | 0.74 |
| Hex | E6 | 92 | 9D | 0 | 25 | 20 | A | 160 | 3F | 4A |
| Octal | 346 | 222 | 235 | 0 | 45 | 40 | 12 | 540 | 77 | 112 |
| Binary | 11100110 | 10010010 | 10011101 | 0 | 100101 | 100000 | 1010 | 101100000 | 111111 | 1001010 |
Color Harmonies of #E6929D
Complementary color
Monochromatic Colors of #E6929D
Black with #E6929D
Text Example
Text Example
White with #E6929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6929D; }
p { color: rgb(230,146,157); }
H1.HeaderClassName
{
color: #E6929D;
}
.AnyTagClassName
{
color: #E6929D;
}
</style>
background-color css
<style>
a { background-color: #E6929D; }
a { background-color: rgb(230,146,157); }
div.DivClassName
{
background-color: #E6929D;
}
.BgClassName
{
background-color: #E6929D;
}
</style>
border-color css
<style>
span { border-color: #E6929D; }
span { border-color: rgb(230,146,157); }
td.TdClassName
{
border-color: #E6929D;
}
.TagClassName
{
border-color: #E6929D;
}
</style>