Shades of Wewak #E1959A
Tints of Wewak #E1959A
RGB
CMYK
RGB Variations
Color information
#E1959A (or 0xE1959A) is known color: Wewak. HEX triplet: E1, 95 and 9A. RGB value is (225,149,154). Sum of RGB (Red+Green+Blue) = 225+149+154=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1959A is #1E6A65. Grayscale: #ACACAC. Windows color (decimal): -1993318 or 10130913. OLE color: 10130913.
HSL color Cylindrical-coordinate representation of color #E1959A: hue angle of 356.05º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1959A is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 154 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.12 |
| HSL | 356.05º | 0.56% | 0.73% | - |
| HSV(B) | 356.05º | 0.34% | 0.88% | - |
| XYZ | 47.63 | 39.84 | 35.75 | - |
| YUV | 172.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 154 | 0 | 0.34 | 0.32 | 0.12 | 356.05 | 0.56 | 0.73 |
| Hex | E1 | 95 | 9A | 0 | 22 | 20 | C | 164 | 38 | 49 |
| Octal | 341 | 225 | 232 | 0 | 42 | 40 | 14 | 544 | 70 | 111 |
| Binary | 11100001 | 10010101 | 10011010 | 0 | 100010 | 100000 | 1100 | 101100100 | 111000 | 1001001 |
Color Harmonies of #E1959A
Complementary color
Monochromatic Colors of #E1959A
Black with #E1959A
Text Example
Text Example
White with #E1959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1959A; }
p { color: rgb(225,149,154); }
H1.HeaderClassName
{
color: #E1959A;
}
.AnyTagClassName
{
color: #E1959A;
}
</style>
background-color css
<style>
a { background-color: #E1959A; }
a { background-color: rgb(225,149,154); }
div.DivClassName
{
background-color: #E1959A;
}
.BgClassName
{
background-color: #E1959A;
}
</style>
border-color css
<style>
span { border-color: #E1959A; }
span { border-color: rgb(225,149,154); }
td.TdClassName
{
border-color: #E1959A;
}
.TagClassName
{
border-color: #E1959A;
}
</style>