Shades of Wewak #E0949B
Tints of Wewak #E0949B
RGB
CMYK
RGB Variations
Color information
#E0949B (or 0xE0949B) is known color: Wewak. HEX triplet: E0, 94 and 9B. RGB value is (224,148,155). Sum of RGB (Red+Green+Blue) = 224+148+155=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0949B is #1F6B64. Grayscale: #ABABAB. Windows color (decimal): -2059109 or 10196192. OLE color: 10196192.
HSL color Cylindrical-coordinate representation of color #E0949B: hue angle of 354.47º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0949B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 155 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.12 |
| HSL | 354.47º | 0.55% | 0.73% | - |
| HSV(B) | 354.47º | 0.34% | 0.88% | - |
| XYZ | 47.25 | 39.39 | 36.12 | - |
| YUV | 171.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 155 | 0 | 0.34 | 0.31 | 0.12 | 354.47 | 0.55 | 0.73 |
| Hex | E0 | 94 | 9B | 0 | 22 | 1F | C | 162 | 37 | 49 |
| Octal | 340 | 224 | 233 | 0 | 42 | 37 | 14 | 542 | 67 | 111 |
| Binary | 11100000 | 10010100 | 10011011 | 0 | 100010 | 11111 | 1100 | 101100010 | 110111 | 1001001 |
Color Harmonies of #E0949B
Complementary color
Monochromatic Colors of #E0949B
Black with #E0949B
Text Example
Text Example
White with #E0949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0949B; }
p { color: rgb(224,148,155); }
H1.HeaderClassName
{
color: #E0949B;
}
.AnyTagClassName
{
color: #E0949B;
}
</style>
background-color css
<style>
a { background-color: #E0949B; }
a { background-color: rgb(224,148,155); }
div.DivClassName
{
background-color: #E0949B;
}
.BgClassName
{
background-color: #E0949B;
}
</style>
border-color css
<style>
span { border-color: #E0949B; }
span { border-color: rgb(224,148,155); }
td.TdClassName
{
border-color: #E0949B;
}
.TagClassName
{
border-color: #E0949B;
}
</style>