Shades of Wewak #E1939A
Tints of Wewak #E1939A
RGB
CMYK
RGB Variations
Color information
#E1939A (or 0xE1939A) is known color: Wewak. HEX triplet: E1, 93 and 9A. RGB value is (225,147,154). Sum of RGB (Red+Green+Blue) = 225+147+154=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1939A is #1E6C65. Grayscale: #ABABAB. Windows color (decimal): -1993830 or 10130401. OLE color: 10130401.
HSL color Cylindrical-coordinate representation of color #E1939A: hue angle of 354.62º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1939A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 154 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.12 |
| HSL | 354.62º | 0.57% | 0.73% | - |
| HSV(B) | 354.62º | 0.35% | 0.88% | - |
| XYZ | 47.32 | 39.21 | 35.65 | - |
| YUV | 171.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 154 | 0 | 0.35 | 0.32 | 0.12 | 354.62 | 0.57 | 0.73 |
| Hex | E1 | 93 | 9A | 0 | 23 | 20 | C | 163 | 39 | 49 |
| Octal | 341 | 223 | 232 | 0 | 43 | 40 | 14 | 543 | 71 | 111 |
| Binary | 11100001 | 10010011 | 10011010 | 0 | 100011 | 100000 | 1100 | 101100011 | 111001 | 1001001 |
Color Harmonies of #E1939A
Complementary color
Monochromatic Colors of #E1939A
Black with #E1939A
Text Example
Text Example
White with #E1939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1939A; }
p { color: rgb(225,147,154); }
H1.HeaderClassName
{
color: #E1939A;
}
.AnyTagClassName
{
color: #E1939A;
}
</style>
background-color css
<style>
a { background-color: #E1939A; }
a { background-color: rgb(225,147,154); }
div.DivClassName
{
background-color: #E1939A;
}
.BgClassName
{
background-color: #E1939A;
}
</style>
border-color css
<style>
span { border-color: #E1939A; }
span { border-color: rgb(225,147,154); }
td.TdClassName
{
border-color: #E1939A;
}
.TagClassName
{
border-color: #E1939A;
}
</style>