Shades of Wewak #EE96A0
Tints of Wewak #EE96A0
RGB
CMYK
RGB Variations
Color information
#EE96A0 (or 0xEE96A0) is known color: Wewak. HEX triplet: EE, 96 and A0. RGB value is (238,150,160). Sum of RGB (Red+Green+Blue) = 238+150+160=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE96A0 is #11695F. Grayscale: #B1B1B1. Windows color (decimal): -1141088 or 10524398. OLE color: 10524398.
HSL color Cylindrical-coordinate representation of color #EE96A0: hue angle of 353.18º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE96A0 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 160 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.07 |
| HSL | 353.18º | 0.72% | 0.76% | - |
| HSV(B) | 353.18º | 0.37% | 0.93% | - |
| XYZ | 52.51 | 42.53 | 38.7 | - |
| YUV | 177.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 160 | 0 | 0.37 | 0.33 | 0.07 | 353.18 | 0.72 | 0.76 |
| Hex | EE | 96 | A0 | 0 | 25 | 21 | 7 | 161 | 48 | 4C |
| Octal | 356 | 226 | 240 | 0 | 45 | 41 | 7 | 541 | 110 | 114 |
| Binary | 11101110 | 10010110 | 10100000 | 0 | 100101 | 100001 | 111 | 101100001 | 1001000 | 1001100 |
Color Harmonies of #EE96A0
Complementary color
Monochromatic Colors of #EE96A0
Black with #EE96A0
Text Example
Text Example
White with #EE96A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96A0; }
p { color: rgb(238,150,160); }
H1.HeaderClassName
{
color: #EE96A0;
}
.AnyTagClassName
{
color: #EE96A0;
}
</style>
background-color css
<style>
a { background-color: #EE96A0; }
a { background-color: rgb(238,150,160); }
div.DivClassName
{
background-color: #EE96A0;
}
.BgClassName
{
background-color: #EE96A0;
}
</style>
border-color css
<style>
span { border-color: #EE96A0; }
span { border-color: rgb(238,150,160); }
td.TdClassName
{
border-color: #EE96A0;
}
.TagClassName
{
border-color: #EE96A0;
}
</style>