Shades of Wewak #E69192
Tints of Wewak #E69192
RGB
CMYK
RGB Variations
Color information
#E69192 (or 0xE69192) is known color: Wewak. HEX triplet: E6, 91 and 92. RGB value is (230,145,146). Sum of RGB (Red+Green+Blue) = 230+145+146=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E69192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69192 is #196E6D. Grayscale: #AAAAAA. Windows color (decimal): -1666670 or 9605606. OLE color: 9605606.
HSL color Cylindrical-coordinate representation of color #E69192: hue angle of 359.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69192 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 146 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.10 |
| HSL | 359.29º | 0.63% | 0.74% | - |
| HSV(B) | 359.29º | 0.37% | 0.9% | - |
| XYZ | 47.95 | 39.15 | 32.22 | - |
| YUV | 170.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 146 | 0 | 0.37 | 0.37 | 0.10 | 359.29 | 0.63 | 0.74 |
| Hex | E6 | 91 | 92 | 0 | 25 | 25 | A | 167 | 3F | 4A |
| Octal | 346 | 221 | 222 | 0 | 45 | 45 | 12 | 547 | 77 | 112 |
| Binary | 11100110 | 10010001 | 10010010 | 0 | 100101 | 100101 | 1010 | 101100111 | 111111 | 1001010 |
Color Harmonies of #E69192
Complementary color
Monochromatic Colors of #E69192
Black with #E69192
Text Example
Text Example
White with #E69192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69192; }
p { color: rgb(230,145,146); }
H1.HeaderClassName
{
color: #E69192;
}
.AnyTagClassName
{
color: #E69192;
}
</style>
background-color css
<style>
a { background-color: #E69192; }
a { background-color: rgb(230,145,146); }
div.DivClassName
{
background-color: #E69192;
}
.BgClassName
{
background-color: #E69192;
}
</style>
border-color css
<style>
span { border-color: #E69192; }
span { border-color: rgb(230,145,146); }
td.TdClassName
{
border-color: #E69192;
}
.TagClassName
{
border-color: #E69192;
}
</style>