Shades of Wewak #E495A0
Tints of Wewak #E495A0
RGB
CMYK
RGB Variations
Color information
#E495A0 (or 0xE495A0) is known color: Wewak. HEX triplet: E4, 95 and A0. RGB value is (228,149,160). Sum of RGB (Red+Green+Blue) = 228+149+160=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E495A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E495A0 is #1B6A5F. Grayscale: #ADADAD. Windows color (decimal): -1796704 or 10524132. OLE color: 10524132.
HSL color Cylindrical-coordinate representation of color #E495A0: hue angle of 351.65º 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 #E495A0 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 160 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.11 |
| HSL | 351.65º | 0.59% | 0.74% | - |
| HSV(B) | 351.65º | 0.35% | 0.89% | - |
| XYZ | 49.09 | 40.53 | 38.49 | - |
| YUV | 173.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 160 | 0 | 0.35 | 0.30 | 0.11 | 351.65 | 0.59 | 0.74 |
| Hex | E4 | 95 | A0 | 0 | 23 | 1E | B | 160 | 3B | 4A |
| Octal | 344 | 225 | 240 | 0 | 43 | 36 | 13 | 540 | 73 | 112 |
| Binary | 11100100 | 10010101 | 10100000 | 0 | 100011 | 11110 | 1011 | 101100000 | 111011 | 1001010 |
Color Harmonies of #E495A0
Complementary color
Monochromatic Colors of #E495A0
Black with #E495A0
Text Example
Text Example
White with #E495A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495A0; }
p { color: rgb(228,149,160); }
H1.HeaderClassName
{
color: #E495A0;
}
.AnyTagClassName
{
color: #E495A0;
}
</style>
background-color css
<style>
a { background-color: #E495A0; }
a { background-color: rgb(228,149,160); }
div.DivClassName
{
background-color: #E495A0;
}
.BgClassName
{
background-color: #E495A0;
}
</style>
border-color css
<style>
span { border-color: #E495A0; }
span { border-color: rgb(228,149,160); }
td.TdClassName
{
border-color: #E495A0;
}
.TagClassName
{
border-color: #E495A0;
}
</style>