Shades of Wewak #EE949B
Tints of Wewak #EE949B
RGB
CMYK
RGB Variations
Color information
#EE949B (or 0xEE949B) is known color: Wewak. HEX triplet: EE, 94 and 9B. RGB value is (238,148,155). Sum of RGB (Red+Green+Blue) = 238+148+155=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE949B is #116B64. Grayscale: #AFAFAF. Windows color (decimal): -1141605 or 10196206. OLE color: 10196206.
HSL color Cylindrical-coordinate representation of color #EE949B: hue angle of 355.33º 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 #EE949B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 155 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.07 |
| HSL | 355.33º | 0.73% | 0.76% | - |
| HSV(B) | 355.33º | 0.38% | 0.93% | - |
| XYZ | 51.77 | 41.72 | 36.34 | - |
| YUV | 175.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 155 | 0 | 0.38 | 0.35 | 0.07 | 355.33 | 0.73 | 0.76 |
| Hex | EE | 94 | 9B | 0 | 26 | 23 | 7 | 163 | 49 | 4C |
| Octal | 356 | 224 | 233 | 0 | 46 | 43 | 7 | 543 | 111 | 114 |
| Binary | 11101110 | 10010100 | 10011011 | 0 | 100110 | 100011 | 111 | 101100011 | 1001001 | 1001100 |
Color Harmonies of #EE949B
Complementary color
Monochromatic Colors of #EE949B
Black with #EE949B
Text Example
Text Example
White with #EE949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE949B; }
p { color: rgb(238,148,155); }
H1.HeaderClassName
{
color: #EE949B;
}
.AnyTagClassName
{
color: #EE949B;
}
</style>
background-color css
<style>
a { background-color: #EE949B; }
a { background-color: rgb(238,148,155); }
div.DivClassName
{
background-color: #EE949B;
}
.BgClassName
{
background-color: #EE949B;
}
</style>
border-color css
<style>
span { border-color: #EE949B; }
span { border-color: rgb(238,148,155); }
td.TdClassName
{
border-color: #EE949B;
}
.TagClassName
{
border-color: #EE949B;
}
</style>