Shades of Wewak #E6969E
Tints of Wewak #E6969E
RGB
CMYK
RGB Variations
Color information
#E6969E (or 0xE6969E) is known color: Wewak. HEX triplet: E6, 96 and 9E. RGB value is (230,150,158). Sum of RGB (Red+Green+Blue) = 230+150+158=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6969E is #196961. Grayscale: #AEAEAE. Windows color (decimal): -1665378 or 10393318. OLE color: 10393318.
HSL color Cylindrical-coordinate representation of color #E6969E: hue angle of 354º 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 #E6969E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 158 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.10 |
| HSL | 354º | 0.62% | 0.75% | - |
| HSV(B) | 354º | 0.35% | 0.9% | - |
| XYZ | 49.71 | 41.1 | 37.66 | - |
| YUV | 174.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 158 | 0 | 0.35 | 0.31 | 0.10 | 354 | 0.62 | 0.75 |
| Hex | E6 | 96 | 9E | 0 | 23 | 1F | A | 162 | 3E | 4B |
| Octal | 346 | 226 | 236 | 0 | 43 | 37 | 12 | 542 | 76 | 113 |
| Binary | 11100110 | 10010110 | 10011110 | 0 | 100011 | 11111 | 1010 | 101100010 | 111110 | 1001011 |
Color Harmonies of #E6969E
Complementary color
Monochromatic Colors of #E6969E
Black with #E6969E
Text Example
Text Example
White with #E6969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6969E; }
p { color: rgb(230,150,158); }
H1.HeaderClassName
{
color: #E6969E;
}
.AnyTagClassName
{
color: #E6969E;
}
</style>
background-color css
<style>
a { background-color: #E6969E; }
a { background-color: rgb(230,150,158); }
div.DivClassName
{
background-color: #E6969E;
}
.BgClassName
{
background-color: #E6969E;
}
</style>
border-color css
<style>
span { border-color: #E6969E; }
span { border-color: rgb(230,150,158); }
td.TdClassName
{
border-color: #E6969E;
}
.TagClassName
{
border-color: #E6969E;
}
</style>