Shades of Wewak #E6929B
Tints of Wewak #E6929B
RGB
CMYK
RGB Variations
Color information
#E6929B (or 0xE6929B) is known color: Wewak. HEX triplet: E6, 92 and 9B. RGB value is (230,146,155). Sum of RGB (Red+Green+Blue) = 230+146+155=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6929B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6929B is #196D64. Grayscale: #ACACAC. Windows color (decimal): -1666405 or 10195686. OLE color: 10195686.
HSL color Cylindrical-coordinate representation of color #E6929B: hue angle of 353.57º 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 #E6929B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 155 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.10 |
| HSL | 353.57º | 0.63% | 0.74% | - |
| HSV(B) | 353.57º | 0.37% | 0.9% | - |
| XYZ | 48.83 | 39.75 | 36.11 | - |
| YUV | 172.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 155 | 0 | 0.37 | 0.33 | 0.10 | 353.57 | 0.63 | 0.74 |
| Hex | E6 | 92 | 9B | 0 | 25 | 21 | A | 162 | 3F | 4A |
| Octal | 346 | 222 | 233 | 0 | 45 | 41 | 12 | 542 | 77 | 112 |
| Binary | 11100110 | 10010010 | 10011011 | 0 | 100101 | 100001 | 1010 | 101100010 | 111111 | 1001010 |
Color Harmonies of #E6929B
Complementary color
Monochromatic Colors of #E6929B
Black with #E6929B
Text Example
Text Example
White with #E6929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6929B; }
p { color: rgb(230,146,155); }
H1.HeaderClassName
{
color: #E6929B;
}
.AnyTagClassName
{
color: #E6929B;
}
</style>
background-color css
<style>
a { background-color: #E6929B; }
a { background-color: rgb(230,146,155); }
div.DivClassName
{
background-color: #E6929B;
}
.BgClassName
{
background-color: #E6929B;
}
</style>
border-color css
<style>
span { border-color: #E6929B; }
span { border-color: rgb(230,146,155); }
td.TdClassName
{
border-color: #E6929B;
}
.TagClassName
{
border-color: #E6929B;
}
</style>