Shades of Wewak #E5929A
Tints of Wewak #E5929A
RGB
CMYK
RGB Variations
Color information
#E5929A (or 0xE5929A) is known color: Wewak. HEX triplet: E5, 92 and 9A. RGB value is (229,146,154). Sum of RGB (Red+Green+Blue) = 229+146+154=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E5929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5929A is #1A6D65. Grayscale: #ABABAB. Windows color (decimal): -1731942 or 10130149. OLE color: 10130149.
HSL color Cylindrical-coordinate representation of color #E5929A: hue angle of 354.22º 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 #E5929A is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 154 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.10 |
| HSL | 354.22º | 0.61% | 0.74% | - |
| HSV(B) | 354.22º | 0.36% | 0.9% | - |
| XYZ | 48.42 | 39.55 | 35.65 | - |
| YUV | 171.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 154 | 0 | 0.36 | 0.33 | 0.10 | 354.22 | 0.61 | 0.74 |
| Hex | E5 | 92 | 9A | 0 | 24 | 21 | A | 162 | 3D | 4A |
| Octal | 345 | 222 | 232 | 0 | 44 | 41 | 12 | 542 | 75 | 112 |
| Binary | 11100101 | 10010010 | 10011010 | 0 | 100100 | 100001 | 1010 | 101100010 | 111101 | 1001010 |
Color Harmonies of #E5929A
Complementary color
Monochromatic Colors of #E5929A
Black with #E5929A
Text Example
Text Example
White with #E5929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5929A; }
p { color: rgb(229,146,154); }
H1.HeaderClassName
{
color: #E5929A;
}
.AnyTagClassName
{
color: #E5929A;
}
</style>
background-color css
<style>
a { background-color: #E5929A; }
a { background-color: rgb(229,146,154); }
div.DivClassName
{
background-color: #E5929A;
}
.BgClassName
{
background-color: #E5929A;
}
</style>
border-color css
<style>
span { border-color: #E5929A; }
span { border-color: rgb(229,146,154); }
td.TdClassName
{
border-color: #E5929A;
}
.TagClassName
{
border-color: #E5929A;
}
</style>