Shades of Wewak #EE969C
Tints of Wewak #EE969C
RGB
CMYK
RGB Variations
Color information
#EE969C (or 0xEE969C) is known color: Wewak. HEX triplet: EE, 96 and 9C. RGB value is (238,150,156). Sum of RGB (Red+Green+Blue) = 238+150+156=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE969C is #116963. Grayscale: #B1B1B1. Windows color (decimal): -1141092 or 10262254. OLE color: 10262254.
HSL color Cylindrical-coordinate representation of color #EE969C: hue angle of 355.91º 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 #EE969C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 156 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.07 |
| HSL | 355.91º | 0.72% | 0.76% | - |
| HSV(B) | 355.91º | 0.37% | 0.93% | - |
| XYZ | 52.17 | 42.39 | 36.89 | - |
| YUV | 177 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 156 | 0 | 0.37 | 0.34 | 0.07 | 355.91 | 0.72 | 0.76 |
| Hex | EE | 96 | 9C | 0 | 25 | 22 | 7 | 164 | 48 | 4C |
| Octal | 356 | 226 | 234 | 0 | 45 | 42 | 7 | 544 | 110 | 114 |
| Binary | 11101110 | 10010110 | 10011100 | 0 | 100101 | 100010 | 111 | 101100100 | 1001000 | 1001100 |
Color Harmonies of #EE969C
Complementary color
Monochromatic Colors of #EE969C
Black with #EE969C
Text Example
Text Example
White with #EE969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE969C; }
p { color: rgb(238,150,156); }
H1.HeaderClassName
{
color: #EE969C;
}
.AnyTagClassName
{
color: #EE969C;
}
</style>
background-color css
<style>
a { background-color: #EE969C; }
a { background-color: rgb(238,150,156); }
div.DivClassName
{
background-color: #EE969C;
}
.BgClassName
{
background-color: #EE969C;
}
</style>
border-color css
<style>
span { border-color: #EE969C; }
span { border-color: rgb(238,150,156); }
td.TdClassName
{
border-color: #EE969C;
}
.TagClassName
{
border-color: #EE969C;
}
</style>