Shades of Wewak #E5949B
Tints of Wewak #E5949B
RGB
CMYK
RGB Variations
Color information
#E5949B (or 0xE5949B) is known color: Wewak. HEX triplet: E5, 94 and 9B. RGB value is (229,148,155). Sum of RGB (Red+Green+Blue) = 229+148+155=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5949B is #1A6B64. Grayscale: #ADADAD. Windows color (decimal): -1731429 or 10196197. OLE color: 10196197.
HSL color Cylindrical-coordinate representation of color #E5949B: hue angle of 354.81º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5949B is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 155 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.10 |
| HSL | 354.81º | 0.61% | 0.74% | - |
| HSV(B) | 354.81º | 0.35% | 0.9% | - |
| XYZ | 48.82 | 40.2 | 36.2 | - |
| YUV | 173.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 155 | 0 | 0.35 | 0.32 | 0.10 | 354.81 | 0.61 | 0.74 |
| Hex | E5 | 94 | 9B | 0 | 23 | 20 | A | 163 | 3D | 4A |
| Octal | 345 | 224 | 233 | 0 | 43 | 40 | 12 | 543 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10011011 | 0 | 100011 | 100000 | 1010 | 101100011 | 111101 | 1001010 |
Color Harmonies of #E5949B
Complementary color
Monochromatic Colors of #E5949B
Black with #E5949B
Text Example
Text Example
White with #E5949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5949B; }
p { color: rgb(229,148,155); }
H1.HeaderClassName
{
color: #E5949B;
}
.AnyTagClassName
{
color: #E5949B;
}
</style>
background-color css
<style>
a { background-color: #E5949B; }
a { background-color: rgb(229,148,155); }
div.DivClassName
{
background-color: #E5949B;
}
.BgClassName
{
background-color: #E5949B;
}
</style>
border-color css
<style>
span { border-color: #E5949B; }
span { border-color: rgb(229,148,155); }
td.TdClassName
{
border-color: #E5949B;
}
.TagClassName
{
border-color: #E5949B;
}
</style>