Shades of Wewak #E7969B
Tints of Wewak #E7969B
RGB
CMYK
RGB Variations
Color information
#E7969B (or 0xE7969B) is known color: Wewak. HEX triplet: E7, 96 and 9B. RGB value is (231,150,155). Sum of RGB (Red+Green+Blue) = 231+150+155=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7969B is #186964. Grayscale: #AEAEAE. Windows color (decimal): -1599845 or 10196711. OLE color: 10196711.
HSL color Cylindrical-coordinate representation of color #E7969B: hue angle of 356.3º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7969B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 155 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.09 |
| HSL | 356.3º | 0.63% | 0.75% | - |
| HSV(B) | 356.3º | 0.35% | 0.91% | - |
| XYZ | 49.78 | 41.17 | 36.33 | - |
| YUV | 174.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 155 | 0 | 0.35 | 0.33 | 0.09 | 356.3 | 0.63 | 0.75 |
| Hex | E7 | 96 | 9B | 0 | 23 | 21 | 9 | 164 | 3F | 4B |
| Octal | 347 | 226 | 233 | 0 | 43 | 41 | 11 | 544 | 77 | 113 |
| Binary | 11100111 | 10010110 | 10011011 | 0 | 100011 | 100001 | 1001 | 101100100 | 111111 | 1001011 |
Color Harmonies of #E7969B
Complementary color
Monochromatic Colors of #E7969B
Black with #E7969B
Text Example
Text Example
White with #E7969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7969B; }
p { color: rgb(231,150,155); }
H1.HeaderClassName
{
color: #E7969B;
}
.AnyTagClassName
{
color: #E7969B;
}
</style>
background-color css
<style>
a { background-color: #E7969B; }
a { background-color: rgb(231,150,155); }
div.DivClassName
{
background-color: #E7969B;
}
.BgClassName
{
background-color: #E7969B;
}
</style>
border-color css
<style>
span { border-color: #E7969B; }
span { border-color: rgb(231,150,155); }
td.TdClassName
{
border-color: #E7969B;
}
.TagClassName
{
border-color: #E7969B;
}
</style>