Shades of Wewak #E594A0
Tints of Wewak #E594A0
RGB
CMYK
RGB Variations
Color information
#E594A0 (or 0xE594A0) is known color: Wewak. HEX triplet: E5, 94 and A0. RGB value is (229,148,160). Sum of RGB (Red+Green+Blue) = 229+148+160=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E594A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E594A0 is #1A6B5F. Grayscale: #ADADAD. Windows color (decimal): -1731424 or 10523877. OLE color: 10523877.
HSL color Cylindrical-coordinate representation of color #E594A0: hue angle of 351.11º 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 #E594A0 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 160 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.10 |
| HSL | 351.11º | 0.61% | 0.74% | - |
| HSV(B) | 351.11º | 0.35% | 0.9% | - |
| XYZ | 49.25 | 40.38 | 38.46 | - |
| YUV | 173.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 160 | 0 | 0.35 | 0.30 | 0.10 | 351.11 | 0.61 | 0.74 |
| Hex | E5 | 94 | A0 | 0 | 23 | 1E | A | 15F | 3D | 4A |
| Octal | 345 | 224 | 240 | 0 | 43 | 36 | 12 | 537 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10100000 | 0 | 100011 | 11110 | 1010 | 101011111 | 111101 | 1001010 |
Color Harmonies of #E594A0
Complementary color
Monochromatic Colors of #E594A0
Black with #E594A0
Text Example
Text Example
White with #E594A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594A0; }
p { color: rgb(229,148,160); }
H1.HeaderClassName
{
color: #E594A0;
}
.AnyTagClassName
{
color: #E594A0;
}
</style>
background-color css
<style>
a { background-color: #E594A0; }
a { background-color: rgb(229,148,160); }
div.DivClassName
{
background-color: #E594A0;
}
.BgClassName
{
background-color: #E594A0;
}
</style>
border-color css
<style>
span { border-color: #E594A0; }
span { border-color: rgb(229,148,160); }
td.TdClassName
{
border-color: #E594A0;
}
.TagClassName
{
border-color: #E594A0;
}
</style>