Shades of Wewak #E3969A
Tints of Wewak #E3969A
RGB
CMYK
RGB Variations
Color information
#E3969A (or 0xE3969A) is known color: Wewak. HEX triplet: E3, 96 and 9A. RGB value is (227,150,154). Sum of RGB (Red+Green+Blue) = 227+150+154=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E3969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3969A is #1C6965. Grayscale: #ADADAD. Windows color (decimal): -1861990 or 10131171. OLE color: 10131171.
HSL color Cylindrical-coordinate representation of color #E3969A: hue angle of 356.88º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3969A is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 154 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.11 |
| HSL | 356.88º | 0.58% | 0.74% | - |
| HSV(B) | 356.88º | 0.34% | 0.89% | - |
| XYZ | 48.42 | 40.48 | 35.83 | - |
| YUV | 173.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 154 | 0 | 0.34 | 0.32 | 0.11 | 356.88 | 0.58 | 0.74 |
| Hex | E3 | 96 | 9A | 0 | 22 | 20 | B | 165 | 3A | 4A |
| Octal | 343 | 226 | 232 | 0 | 42 | 40 | 13 | 545 | 72 | 112 |
| Binary | 11100011 | 10010110 | 10011010 | 0 | 100010 | 100000 | 1011 | 101100101 | 111010 | 1001010 |
Color Harmonies of #E3969A
Complementary color
Monochromatic Colors of #E3969A
Black with #E3969A
Text Example
Text Example
White with #E3969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3969A; }
p { color: rgb(227,150,154); }
H1.HeaderClassName
{
color: #E3969A;
}
.AnyTagClassName
{
color: #E3969A;
}
</style>
background-color css
<style>
a { background-color: #E3969A; }
a { background-color: rgb(227,150,154); }
div.DivClassName
{
background-color: #E3969A;
}
.BgClassName
{
background-color: #E3969A;
}
</style>
border-color css
<style>
span { border-color: #E3969A; }
span { border-color: rgb(227,150,154); }
td.TdClassName
{
border-color: #E3969A;
}
.TagClassName
{
border-color: #E3969A;
}
</style>