Shades of Wewak #E1969D
Tints of Wewak #E1969D
RGB
CMYK
RGB Variations
Color information
#E1969D (or 0xE1969D) is known color: Wewak. HEX triplet: E1, 96 and 9D. RGB value is (225,150,157). Sum of RGB (Red+Green+Blue) = 225+150+157=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E1969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1969D is #1E6962. Grayscale: #ADADAD. Windows color (decimal): -1993059 or 10327777. OLE color: 10327777.
HSL color Cylindrical-coordinate representation of color #E1969D: hue angle of 354.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1969D is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 157 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.12 |
| HSL | 354.4º | 0.56% | 0.74% | - |
| HSV(B) | 354.4º | 0.33% | 0.88% | - |
| XYZ | 48.04 | 40.25 | 37.14 | - |
| YUV | 173.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 157 | 0 | 0.33 | 0.30 | 0.12 | 354.4 | 0.56 | 0.74 |
| Hex | E1 | 96 | 9D | 0 | 21 | 1E | C | 162 | 38 | 4A |
| Octal | 341 | 226 | 235 | 0 | 41 | 36 | 14 | 542 | 70 | 112 |
| Binary | 11100001 | 10010110 | 10011101 | 0 | 100001 | 11110 | 1100 | 101100010 | 111000 | 1001010 |
Color Harmonies of #E1969D
Complementary color
Monochromatic Colors of #E1969D
Black with #E1969D
Text Example
Text Example
White with #E1969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1969D; }
p { color: rgb(225,150,157); }
H1.HeaderClassName
{
color: #E1969D;
}
.AnyTagClassName
{
color: #E1969D;
}
</style>
background-color css
<style>
a { background-color: #E1969D; }
a { background-color: rgb(225,150,157); }
div.DivClassName
{
background-color: #E1969D;
}
.BgClassName
{
background-color: #E1969D;
}
</style>
border-color css
<style>
span { border-color: #E1969D; }
span { border-color: rgb(225,150,157); }
td.TdClassName
{
border-color: #E1969D;
}
.TagClassName
{
border-color: #E1969D;
}
</style>