Shades of Wewak #E295A0
Tints of Wewak #E295A0
RGB
CMYK
RGB Variations
Color information
#E295A0 (or 0xE295A0) is known color: Wewak. HEX triplet: E2, 95 and A0. RGB value is (226,149,160). Sum of RGB (Red+Green+Blue) = 226+149+160=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E295A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E295A0 is #1D6A5F. Grayscale: #ADADAD. Windows color (decimal): -1927776 or 10524130. OLE color: 10524130.
HSL color Cylindrical-coordinate representation of color #E295A0: hue angle of 351.43º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E295A0 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 160 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.11 |
| HSL | 351.43º | 0.57% | 0.74% | - |
| HSV(B) | 351.43º | 0.34% | 0.89% | - |
| XYZ | 48.46 | 40.2 | 38.46 | - |
| YUV | 173.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 160 | 0 | 0.34 | 0.29 | 0.11 | 351.43 | 0.57 | 0.74 |
| Hex | E2 | 95 | A0 | 0 | 22 | 1D | B | 15F | 39 | 4A |
| Octal | 342 | 225 | 240 | 0 | 42 | 35 | 13 | 537 | 71 | 112 |
| Binary | 11100010 | 10010101 | 10100000 | 0 | 100010 | 11101 | 1011 | 101011111 | 111001 | 1001010 |
Color Harmonies of #E295A0
Complementary color
Monochromatic Colors of #E295A0
Black with #E295A0
Text Example
Text Example
White with #E295A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295A0; }
p { color: rgb(226,149,160); }
H1.HeaderClassName
{
color: #E295A0;
}
.AnyTagClassName
{
color: #E295A0;
}
</style>
background-color css
<style>
a { background-color: #E295A0; }
a { background-color: rgb(226,149,160); }
div.DivClassName
{
background-color: #E295A0;
}
.BgClassName
{
background-color: #E295A0;
}
</style>
border-color css
<style>
span { border-color: #E295A0; }
span { border-color: rgb(226,149,160); }
td.TdClassName
{
border-color: #E295A0;
}
.TagClassName
{
border-color: #E295A0;
}
</style>