Shades of Wewak #EE94A0
Tints of Wewak #EE94A0
RGB
CMYK
RGB Variations
Color information
#EE94A0 (or 0xEE94A0) is known color: Wewak. HEX triplet: EE, 94 and A0. RGB value is (238,148,160). Sum of RGB (Red+Green+Blue) = 238+148+160=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE94A0 is #116B5F. Grayscale: #B0B0B0. Windows color (decimal): -1141600 or 10523886. OLE color: 10523886.
HSL color Cylindrical-coordinate representation of color #EE94A0: hue angle of 352º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE94A0 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 160 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.07 |
| HSL | 352º | 0.73% | 0.76% | - |
| HSV(B) | 352º | 0.38% | 0.93% | - |
| XYZ | 52.19 | 41.9 | 38.59 | - |
| YUV | 176.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 160 | 0 | 0.38 | 0.33 | 0.07 | 352 | 0.73 | 0.76 |
| Hex | EE | 94 | A0 | 0 | 26 | 21 | 7 | 160 | 49 | 4C |
| Octal | 356 | 224 | 240 | 0 | 46 | 41 | 7 | 540 | 111 | 114 |
| Binary | 11101110 | 10010100 | 10100000 | 0 | 100110 | 100001 | 111 | 101100000 | 1001001 | 1001100 |
Color Harmonies of #EE94A0
Complementary color
Monochromatic Colors of #EE94A0
Black with #EE94A0
Text Example
Text Example
White with #EE94A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE94A0; }
p { color: rgb(238,148,160); }
H1.HeaderClassName
{
color: #EE94A0;
}
.AnyTagClassName
{
color: #EE94A0;
}
</style>
background-color css
<style>
a { background-color: #EE94A0; }
a { background-color: rgb(238,148,160); }
div.DivClassName
{
background-color: #EE94A0;
}
.BgClassName
{
background-color: #EE94A0;
}
</style>
border-color css
<style>
span { border-color: #EE94A0; }
span { border-color: rgb(238,148,160); }
td.TdClassName
{
border-color: #EE94A0;
}
.TagClassName
{
border-color: #EE94A0;
}
</style>