Shades of Wewak #EE969A
Tints of Wewak #EE969A
RGB
CMYK
RGB Variations
Color information
#EE969A (or 0xEE969A) is known color: Wewak. HEX triplet: EE, 96 and 9A. RGB value is (238,150,154). Sum of RGB (Red+Green+Blue) = 238+150+154=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EE969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE969A is #116965. Grayscale: #B0B0B0. Windows color (decimal): -1141094 or 10131182. OLE color: 10131182.
HSL color Cylindrical-coordinate representation of color #EE969A: hue angle of 357.27º 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 #EE969A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 154 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.07 |
| HSL | 357.27º | 0.72% | 0.76% | - |
| HSV(B) | 357.27º | 0.37% | 0.93% | - |
| XYZ | 52 | 42.32 | 36 | - |
| YUV | 176.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 154 | 0 | 0.37 | 0.35 | 0.07 | 357.27 | 0.72 | 0.76 |
| Hex | EE | 96 | 9A | 0 | 25 | 23 | 7 | 165 | 48 | 4C |
| Octal | 356 | 226 | 232 | 0 | 45 | 43 | 7 | 545 | 110 | 114 |
| Binary | 11101110 | 10010110 | 10011010 | 0 | 100101 | 100011 | 111 | 101100101 | 1001000 | 1001100 |
Color Harmonies of #EE969A
Complementary color
Monochromatic Colors of #EE969A
Black with #EE969A
Text Example
Text Example
White with #EE969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE969A; }
p { color: rgb(238,150,154); }
H1.HeaderClassName
{
color: #EE969A;
}
.AnyTagClassName
{
color: #EE969A;
}
</style>
background-color css
<style>
a { background-color: #EE969A; }
a { background-color: rgb(238,150,154); }
div.DivClassName
{
background-color: #EE969A;
}
.BgClassName
{
background-color: #EE969A;
}
</style>
border-color css
<style>
span { border-color: #EE969A; }
span { border-color: rgb(238,150,154); }
td.TdClassName
{
border-color: #EE969A;
}
.TagClassName
{
border-color: #EE969A;
}
</style>