Shades of Wewak #E1999C
Tints of Wewak #E1999C
RGB
CMYK
RGB Variations
Color information
#E1999C (or 0xE1999C) is known color: Wewak. HEX triplet: E1, 99 and 9C. RGB value is (225,153,156). Sum of RGB (Red+Green+Blue) = 225+153+156=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1999C is #1E6663. Grayscale: #AEAEAE. Windows color (decimal): -1992292 or 10263009. OLE color: 10263009.
HSL color Cylindrical-coordinate representation of color #E1999C: hue angle of 357.5º 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 #E1999C is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 156 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.12 |
| HSL | 357.5º | 0.55% | 0.74% | - |
| HSV(B) | 357.5º | 0.32% | 0.88% | - |
| XYZ | 48.44 | 41.19 | 36.85 | - |
| YUV | 174.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 156 | 0 | 0.32 | 0.31 | 0.12 | 357.5 | 0.55 | 0.74 |
| Hex | E1 | 99 | 9C | 0 | 20 | 1F | C | 166 | 37 | 4A |
| Octal | 341 | 231 | 234 | 0 | 40 | 37 | 14 | 546 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10011100 | 0 | 100000 | 11111 | 1100 | 101100110 | 110111 | 1001010 |
Color Harmonies of #E1999C
Complementary color
Monochromatic Colors of #E1999C
Black with #E1999C
Text Example
Text Example
White with #E1999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1999C; }
p { color: rgb(225,153,156); }
H1.HeaderClassName
{
color: #E1999C;
}
.AnyTagClassName
{
color: #E1999C;
}
</style>
background-color css
<style>
a { background-color: #E1999C; }
a { background-color: rgb(225,153,156); }
div.DivClassName
{
background-color: #E1999C;
}
.BgClassName
{
background-color: #E1999C;
}
</style>
border-color css
<style>
span { border-color: #E1999C; }
span { border-color: rgb(225,153,156); }
td.TdClassName
{
border-color: #E1999C;
}
.TagClassName
{
border-color: #E1999C;
}
</style>