Shades of Wewak #E696A0
Tints of Wewak #E696A0
RGB
CMYK
RGB Variations
Color information
#E696A0 (or 0xE696A0) is known color: Wewak. HEX triplet: E6, 96 and A0. RGB value is (230,150,160). Sum of RGB (Red+Green+Blue) = 230+150+160=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E696A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E696A0 is #19695F. Grayscale: #AFAFAF. Windows color (decimal): -1665376 or 10524390. OLE color: 10524390.
HSL color Cylindrical-coordinate representation of color #E696A0: hue angle of 352.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696A0 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 160 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.10 |
| HSL | 352.5º | 0.62% | 0.75% | - |
| HSV(B) | 352.5º | 0.35% | 0.9% | - |
| XYZ | 49.88 | 41.17 | 38.58 | - |
| YUV | 175.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 160 | 0 | 0.35 | 0.30 | 0.10 | 352.5 | 0.62 | 0.75 |
| Hex | E6 | 96 | A0 | 0 | 23 | 1E | A | 160 | 3E | 4B |
| Octal | 346 | 226 | 240 | 0 | 43 | 36 | 12 | 540 | 76 | 113 |
| Binary | 11100110 | 10010110 | 10100000 | 0 | 100011 | 11110 | 1010 | 101100000 | 111110 | 1001011 |
Color Harmonies of #E696A0
Complementary color
Monochromatic Colors of #E696A0
Black with #E696A0
Text Example
Text Example
White with #E696A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696A0; }
p { color: rgb(230,150,160); }
H1.HeaderClassName
{
color: #E696A0;
}
.AnyTagClassName
{
color: #E696A0;
}
</style>
background-color css
<style>
a { background-color: #E696A0; }
a { background-color: rgb(230,150,160); }
div.DivClassName
{
background-color: #E696A0;
}
.BgClassName
{
background-color: #E696A0;
}
</style>
border-color css
<style>
span { border-color: #E696A0; }
span { border-color: rgb(230,150,160); }
td.TdClassName
{
border-color: #E696A0;
}
.TagClassName
{
border-color: #E696A0;
}
</style>