Shades of Wewak #E1999D
Tints of Wewak #E1999D
RGB
CMYK
RGB Variations
Color information
#E1999D (or 0xE1999D) is known color: Wewak. HEX triplet: E1, 99 and 9D. RGB value is (225,153,157). Sum of RGB (Red+Green+Blue) = 225+153+157=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1999D is #1E6662. Grayscale: #AFAFAF. Windows color (decimal): -1992291 or 10328545. OLE color: 10328545.
HSL color Cylindrical-coordinate representation of color #E1999D: hue angle of 356.67º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1999D is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 157 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.12 |
| HSL | 356.67º | 0.55% | 0.74% | - |
| HSV(B) | 356.67º | 0.32% | 0.88% | - |
| XYZ | 48.53 | 41.22 | 37.3 | - |
| YUV | 174.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 157 | 0 | 0.32 | 0.30 | 0.12 | 356.67 | 0.55 | 0.74 |
| Hex | E1 | 99 | 9D | 0 | 20 | 1E | C | 165 | 37 | 4A |
| Octal | 341 | 231 | 235 | 0 | 40 | 36 | 14 | 545 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10011101 | 0 | 100000 | 11110 | 1100 | 101100101 | 110111 | 1001010 |
Color Harmonies of #E1999D
Complementary color
Monochromatic Colors of #E1999D
Black with #E1999D
Text Example
Text Example
White with #E1999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1999D; }
p { color: rgb(225,153,157); }
H1.HeaderClassName
{
color: #E1999D;
}
.AnyTagClassName
{
color: #E1999D;
}
</style>
background-color css
<style>
a { background-color: #E1999D; }
a { background-color: rgb(225,153,157); }
div.DivClassName
{
background-color: #E1999D;
}
.BgClassName
{
background-color: #E1999D;
}
</style>
border-color css
<style>
span { border-color: #E1999D; }
span { border-color: rgb(225,153,157); }
td.TdClassName
{
border-color: #E1999D;
}
.TagClassName
{
border-color: #E1999D;
}
</style>