Shades of Wewak #E4959F
Tints of Wewak #E4959F
RGB
CMYK
RGB Variations
Color information
#E4959F (or 0xE4959F) is known color: Wewak. HEX triplet: E4, 95 and 9F. RGB value is (228,149,159). Sum of RGB (Red+Green+Blue) = 228+149+159=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E4959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4959F is #1B6A60. Grayscale: #ADADAD. Windows color (decimal): -1796705 or 10458596. OLE color: 10458596.
HSL color Cylindrical-coordinate representation of color #E4959F: hue angle of 352.41º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E4959F is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 159 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.11 |
| HSL | 352.41º | 0.59% | 0.74% | - |
| HSV(B) | 352.41º | 0.35% | 0.89% | - |
| XYZ | 49 | 40.49 | 38.03 | - |
| YUV | 173.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 159 | 0 | 0.35 | 0.30 | 0.11 | 352.41 | 0.59 | 0.74 |
| Hex | E4 | 95 | 9F | 0 | 23 | 1E | B | 160 | 3B | 4A |
| Octal | 344 | 225 | 237 | 0 | 43 | 36 | 13 | 540 | 73 | 112 |
| Binary | 11100100 | 10010101 | 10011111 | 0 | 100011 | 11110 | 1011 | 101100000 | 111011 | 1001010 |
Color Harmonies of #E4959F
Complementary color
Monochromatic Colors of #E4959F
Black with #E4959F
Text Example
Text Example
White with #E4959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4959F; }
p { color: rgb(228,149,159); }
H1.HeaderClassName
{
color: #E4959F;
}
.AnyTagClassName
{
color: #E4959F;
}
</style>
background-color css
<style>
a { background-color: #E4959F; }
a { background-color: rgb(228,149,159); }
div.DivClassName
{
background-color: #E4959F;
}
.BgClassName
{
background-color: #E4959F;
}
</style>
border-color css
<style>
span { border-color: #E4959F; }
span { border-color: rgb(228,149,159); }
td.TdClassName
{
border-color: #E4959F;
}
.TagClassName
{
border-color: #E4959F;
}
</style>