Shades of Wewak #E19698
Tints of Wewak #E19698
RGB
CMYK
RGB Variations
Color information
#E19698 (or 0xE19698) is known color: Wewak. HEX triplet: E1, 96 and 98. RGB value is (225,150,152). Sum of RGB (Red+Green+Blue) = 225+150+152=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E19698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19698 is #1E6967. Grayscale: #ACACAC. Windows color (decimal): -1993064 or 10000097. OLE color: 10000097.
HSL color Cylindrical-coordinate representation of color #E19698: hue angle of 358.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 #E19698 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 152 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.12 |
| HSL | 358.4º | 0.56% | 0.74% | - |
| HSV(B) | 358.4º | 0.33% | 0.88% | - |
| XYZ | 47.63 | 40.09 | 34.93 | - |
| YUV | 172.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 152 | 0 | 0.33 | 0.32 | 0.12 | 358.4 | 0.56 | 0.74 |
| Hex | E1 | 96 | 98 | 0 | 21 | 20 | C | 166 | 38 | 4A |
| Octal | 341 | 226 | 230 | 0 | 41 | 40 | 14 | 546 | 70 | 112 |
| Binary | 11100001 | 10010110 | 10011000 | 0 | 100001 | 100000 | 1100 | 101100110 | 111000 | 1001010 |
Color Harmonies of #E19698
Complementary color
Monochromatic Colors of #E19698
Black with #E19698
Text Example
Text Example
White with #E19698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19698; }
p { color: rgb(225,150,152); }
H1.HeaderClassName
{
color: #E19698;
}
.AnyTagClassName
{
color: #E19698;
}
</style>
background-color css
<style>
a { background-color: #E19698; }
a { background-color: rgb(225,150,152); }
div.DivClassName
{
background-color: #E19698;
}
.BgClassName
{
background-color: #E19698;
}
</style>
border-color css
<style>
span { border-color: #E19698; }
span { border-color: rgb(225,150,152); }
td.TdClassName
{
border-color: #E19698;
}
.TagClassName
{
border-color: #E19698;
}
</style>