Shades of Wewak #E5929D
Tints of Wewak #E5929D
RGB
CMYK
RGB Variations
Color information
#E5929D (or 0xE5929D) is known color: Wewak. HEX triplet: E5, 92 and 9D. RGB value is (229,146,157). Sum of RGB (Red+Green+Blue) = 229+146+157=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5929D is #1A6D62. Grayscale: #ACACAC. Windows color (decimal): -1731939 or 10326757. OLE color: 10326757.
HSL color Cylindrical-coordinate representation of color #E5929D: hue angle of 352.05º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5929D is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 157 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.10 |
| HSL | 352.05º | 0.61% | 0.74% | - |
| HSV(B) | 352.05º | 0.36% | 0.9% | - |
| XYZ | 48.68 | 39.65 | 36.99 | - |
| YUV | 172.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 157 | 0 | 0.36 | 0.31 | 0.10 | 352.05 | 0.61 | 0.74 |
| Hex | E5 | 92 | 9D | 0 | 24 | 1F | A | 160 | 3D | 4A |
| Octal | 345 | 222 | 235 | 0 | 44 | 37 | 12 | 540 | 75 | 112 |
| Binary | 11100101 | 10010010 | 10011101 | 0 | 100100 | 11111 | 1010 | 101100000 | 111101 | 1001010 |
Color Harmonies of #E5929D
Complementary color
Monochromatic Colors of #E5929D
Black with #E5929D
Text Example
Text Example
White with #E5929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5929D; }
p { color: rgb(229,146,157); }
H1.HeaderClassName
{
color: #E5929D;
}
.AnyTagClassName
{
color: #E5929D;
}
</style>
background-color css
<style>
a { background-color: #E5929D; }
a { background-color: rgb(229,146,157); }
div.DivClassName
{
background-color: #E5929D;
}
.BgClassName
{
background-color: #E5929D;
}
</style>
border-color css
<style>
span { border-color: #E5929D; }
span { border-color: rgb(229,146,157); }
td.TdClassName
{
border-color: #E5929D;
}
.TagClassName
{
border-color: #E5929D;
}
</style>