Shades of Wewak #EE949D
Tints of Wewak #EE949D
RGB
CMYK
RGB Variations
Color information
#EE949D (or 0xEE949D) is known color: Wewak. HEX triplet: EE, 94 and 9D. RGB value is (238,148,157). Sum of RGB (Red+Green+Blue) = 238+148+157=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE949D is #116B62. Grayscale: #AFAFAF. Windows color (decimal): -1141603 or 10327278. OLE color: 10327278.
HSL color Cylindrical-coordinate representation of color #EE949D: hue angle of 354º 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 #EE949D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 157 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.07 |
| HSL | 354º | 0.73% | 0.76% | - |
| HSV(B) | 354º | 0.38% | 0.93% | - |
| XYZ | 51.94 | 41.79 | 37.23 | - |
| YUV | 175.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 157 | 0 | 0.38 | 0.34 | 0.07 | 354 | 0.73 | 0.76 |
| Hex | EE | 94 | 9D | 0 | 26 | 22 | 7 | 162 | 49 | 4C |
| Octal | 356 | 224 | 235 | 0 | 46 | 42 | 7 | 542 | 111 | 114 |
| Binary | 11101110 | 10010100 | 10011101 | 0 | 100110 | 100010 | 111 | 101100010 | 1001001 | 1001100 |
Color Harmonies of #EE949D
Complementary color
Monochromatic Colors of #EE949D
Black with #EE949D
Text Example
Text Example
White with #EE949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE949D; }
p { color: rgb(238,148,157); }
H1.HeaderClassName
{
color: #EE949D;
}
.AnyTagClassName
{
color: #EE949D;
}
</style>
background-color css
<style>
a { background-color: #EE949D; }
a { background-color: rgb(238,148,157); }
div.DivClassName
{
background-color: #EE949D;
}
.BgClassName
{
background-color: #EE949D;
}
</style>
border-color css
<style>
span { border-color: #EE949D; }
span { border-color: rgb(238,148,157); }
td.TdClassName
{
border-color: #EE949D;
}
.TagClassName
{
border-color: #EE949D;
}
</style>