Shades of Wewak #E69293
Tints of Wewak #E69293
RGB
CMYK
RGB Variations
Color information
#E69293 (or 0xE69293) is known color: Wewak. HEX triplet: E6, 92 and 93. RGB value is (230,146,147). Sum of RGB (Red+Green+Blue) = 230+146+147=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E69293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69293 is #196D6C. Grayscale: #ABABAB. Windows color (decimal): -1666413 or 9671398. OLE color: 9671398.
HSL color Cylindrical-coordinate representation of color #E69293: 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 #E69293 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 147 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.10 |
| HSL | 359.29º | 0.63% | 0.74% | - |
| HSV(B) | 359.29º | 0.37% | 0.9% | - |
| XYZ | 48.18 | 39.49 | 32.69 | - |
| YUV | 171.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 147 | 0 | 0.37 | 0.36 | 0.10 | 359.29 | 0.63 | 0.74 |
| Hex | E6 | 92 | 93 | 0 | 25 | 24 | A | 167 | 3F | 4A |
| Octal | 346 | 222 | 223 | 0 | 45 | 44 | 12 | 547 | 77 | 112 |
| Binary | 11100110 | 10010010 | 10010011 | 0 | 100101 | 100100 | 1010 | 101100111 | 111111 | 1001010 |
Color Harmonies of #E69293
Complementary color
Monochromatic Colors of #E69293
Black with #E69293
Text Example
Text Example
White with #E69293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69293; }
p { color: rgb(230,146,147); }
H1.HeaderClassName
{
color: #E69293;
}
.AnyTagClassName
{
color: #E69293;
}
</style>
background-color css
<style>
a { background-color: #E69293; }
a { background-color: rgb(230,146,147); }
div.DivClassName
{
background-color: #E69293;
}
.BgClassName
{
background-color: #E69293;
}
</style>
border-color css
<style>
span { border-color: #E69293; }
span { border-color: rgb(230,146,147); }
td.TdClassName
{
border-color: #E69293;
}
.TagClassName
{
border-color: #E69293;
}
</style>