Shades of Wewak #EE959B
Tints of Wewak #EE959B
RGB
CMYK
RGB Variations
Color information
#EE959B (or 0xEE959B) is known color: Wewak. HEX triplet: EE, 95 and 9B. RGB value is (238,149,155). Sum of RGB (Red+Green+Blue) = 238+149+155=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EE959B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE959B is #116A64. Grayscale: #B0B0B0. Windows color (decimal): -1141349 or 10196462. OLE color: 10196462.
HSL color Cylindrical-coordinate representation of color #EE959B: hue angle of 355.96º 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 #EE959B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 155 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.07 |
| HSL | 355.96º | 0.72% | 0.76% | - |
| HSV(B) | 355.96º | 0.37% | 0.93% | - |
| XYZ | 51.92 | 42.04 | 36.39 | - |
| YUV | 176.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 155 | 0 | 0.37 | 0.35 | 0.07 | 355.96 | 0.72 | 0.76 |
| Hex | EE | 95 | 9B | 0 | 25 | 23 | 7 | 164 | 48 | 4C |
| Octal | 356 | 225 | 233 | 0 | 45 | 43 | 7 | 544 | 110 | 114 |
| Binary | 11101110 | 10010101 | 10011011 | 0 | 100101 | 100011 | 111 | 101100100 | 1001000 | 1001100 |
Color Harmonies of #EE959B
Complementary color
Monochromatic Colors of #EE959B
Black with #EE959B
Text Example
Text Example
White with #EE959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE959B; }
p { color: rgb(238,149,155); }
H1.HeaderClassName
{
color: #EE959B;
}
.AnyTagClassName
{
color: #EE959B;
}
</style>
background-color css
<style>
a { background-color: #EE959B; }
a { background-color: rgb(238,149,155); }
div.DivClassName
{
background-color: #EE959B;
}
.BgClassName
{
background-color: #EE959B;
}
</style>
border-color css
<style>
span { border-color: #EE959B; }
span { border-color: rgb(238,149,155); }
td.TdClassName
{
border-color: #EE959B;
}
.TagClassName
{
border-color: #EE959B;
}
</style>