Shades of Wewak #EE959F
Tints of Wewak #EE959F
RGB
CMYK
RGB Variations
Color information
#EE959F (or 0xEE959F) is known color: Wewak. HEX triplet: EE, 95 and 9F. RGB value is (238,149,159). Sum of RGB (Red+Green+Blue) = 238+149+159=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE959F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE959F is #116A60. Grayscale: #B0B0B0. Windows color (decimal): -1141345 or 10458606. OLE color: 10458606.
HSL color Cylindrical-coordinate representation of color #EE959F: hue angle of 353.26º 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 #EE959F is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 159 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.07 |
| HSL | 353.26º | 0.72% | 0.76% | - |
| HSV(B) | 353.26º | 0.37% | 0.93% | - |
| XYZ | 52.27 | 42.18 | 38.19 | - |
| YUV | 176.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 159 | 0 | 0.37 | 0.33 | 0.07 | 353.26 | 0.72 | 0.76 |
| Hex | EE | 95 | 9F | 0 | 25 | 21 | 7 | 161 | 48 | 4C |
| Octal | 356 | 225 | 237 | 0 | 45 | 41 | 7 | 541 | 110 | 114 |
| Binary | 11101110 | 10010101 | 10011111 | 0 | 100101 | 100001 | 111 | 101100001 | 1001000 | 1001100 |
Color Harmonies of #EE959F
Complementary color
Monochromatic Colors of #EE959F
Black with #EE959F
Text Example
Text Example
White with #EE959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE959F; }
p { color: rgb(238,149,159); }
H1.HeaderClassName
{
color: #EE959F;
}
.AnyTagClassName
{
color: #EE959F;
}
</style>
background-color css
<style>
a { background-color: #EE959F; }
a { background-color: rgb(238,149,159); }
div.DivClassName
{
background-color: #EE959F;
}
.BgClassName
{
background-color: #EE959F;
}
</style>
border-color css
<style>
span { border-color: #EE959F; }
span { border-color: rgb(238,149,159); }
td.TdClassName
{
border-color: #EE959F;
}
.TagClassName
{
border-color: #EE959F;
}
</style>